Articles
An Example of building a Form Client to use the Catalina Quick Query SOAP Web Service
   A step by step example of building a form client to call the quickQuery.asmx web service
Introduction to CTAPI screen() object
   Defintion of standards and how the CTAPI web service screen() objects are designed.
How to set Custom Defaults and Validations for web services in CTAPI.
   As of RELEASE builds post 2017/1/1, you are now able to overwrite defaults and validations in two single files.
How to Add a Reference to a CTAPI Web Service in Visual Studio.
   Instructions for referencing and calling a Catalina web service.
CTAPI Rest API Http Headers
   The standard required and optional headers in use by the CTAPI Rest Api
CTAPI Rest API EndPoints
   Current list of the CTAPI Rest API Endpoints.
CTAPI Quick Query Web Service
   How to use the Quick Query Web Service (REST and SOAP)
List of SL Webservices in CTAPI
   List of CTAPI services and their comparable SL screens
How to create a new Inventory Kit entry using catalina web services.
   Introduction to using the ctDynamicsSL.inventory.inventory.maintenance.kits web service.
How to create a new Vendor entry using catalina web services.
   Introduction to using the ctDynamicsSL.financial.accountsPayable.maintenance.vendorMaintenance web service.
How to enter an inventory receipt using catalina web services.
   Introduction to using the ctDynamicsSL.inventory.inventory.input.inventoryReceipts web service.
How to create a new Shipping Manifest entry using catalina web services.
   Introduction to using the ctDynamicsSL.orderManagement.input.manifestEntry web service.
How to add/update/delete Customer Contact using CTAPI Customers web service
   C# Code sample using the ctDynamicsSL.customers.asmx webservice to add/update/delete a customer contact.
How to create a new Shipper entry using catalina web services.
   Introduction to using the ctDynamicsSL.orderManagement.input.shippers web service.
How to create a new Vendor entry using catalina web services.
   Introduction to using the ctDynamicsSL.financial.accountsPayable.maintenance.vendorMaintenance web service.
How to create a new Inventory entry using catalina web services.
   How to create a new Inventory entry using catalina web services.
ctDynamicsSL API Defaults And Validation xml config files
   Explanation and examples of ctDynamicsSL custom validation and defaults xml config files.
How to make a Payment Application entry using catalina web services.
   Introduction to calling the ctDynamicsSL.financial.accountsReceivable.input.paymentApplication webservice.
How to make a Payment Entry using catalina web services.
   Introduction to calling the ctDynamicsSL.financial.accountsReceivable.input.paymentEntry webservice.
How to make a General Ledger Journal Transaction entry using catalina web services.
   Introduction to calling the ctDynamicsSL.financial.generalLedger.input.journalTransactions webservice.
How to make a Voucher And Adjustment entry using catalina web services.
   Introduction to calling the ctDynamicsSL.financial.accountsPayable.input.voucherAndAdjustmentEntry webservice.
How to make a Site Maintenance call using catalina web services.
   Introduction to calling the ctDynamicsSL.fieldService.serviceDispatch.maintenance.siteMaintenance webservice.
How to make a Service Call Entry using catalina web services.
   Introduction to calling the ctDynamicsSL.fieldService.serviceDispatch.input.serviceCallEntry webservice.
How to make a Service Call Invoice Entry using catalina web services.
   Introduction to calling the ctDynamicsSL.fieldService.serviceDispatch.input.serviceCallInvoiceEntry webservice.
How to make a Service Contract Entry using catalina web services.
   Introduction to calling the ctDynamicsSL.fieldService.serviceContracts.maintenance.serviceContractEntry webservice.
How to make a Project Charge entry using catalina web services.
   Introduction to calling the ctDynamicsSL.project.projectController.projectChargeEntry webservice.
How to make an Invoice and Memo entry using catalina web services.
   Introduction to calling the ctDynamicsSL.financial.accountsReceivable.input.invoiceAndMemo webservice.
ctDynamicsSL Web Service - Online Programmer's Reference
   Object Model and documentation for the ctDynamicsSL Web Service
Taxation and fields in Solomon Order
   How taxes are calculated in SL Orders.
Demo: How to create an order in Dynamics SL using Catalina Web Services
   A movie demonstrating how to create an order in DynamicsSL with Catalina Web Services
Demo: Using Catalina Web Services to retrieve data from Dynamics SL.
   A movie demonstrating how to retrieve data from DynamicsSL using Catalina Web Services.
Demo: Using Catalina Web Services in your .NET project.
   A movie demonstrating how to use ctDynamicsSL in your .NET project.
How to make a custom SQL call with ctDynamicsSL.
   Code examples and instructions for using the ctDynamicsSL.common web service to make custom sql calls.
ctDynamicsSL Web Service XML Config file
   An example of the default ctDynamicsSL XML config file.
Manual Installation of ctDynamicsSL
   Step by step instructions on manually installing and configuring the ctDynamicsSL web service.
ctDynamicsSL Web Service web.config (Application) Keys
   A list of the configurable web.config application keys used by the ctDynamicsSL web service. ex: DEBUGMODE
How to search for Solomon Customer Records
   Example Code to search for customers in Solomon.
How to search for Solomon Order Records
   Example Code to search for orders in Solomon.
How to retrieve a Solomon Customer Record Object
   Example Code to retrieve a Solomon DynamicsSL Customer object.
How to retrieve a Solomon Order Record Object
   Example Code to retrieve a Solomon DynamicsSL Order object.
Definition for ctDynamicsSL header object.
   Explanation behind ctDynamicsSL header object parameters.
ctDynamicsSL functions' customizable filters
   Default search filters available for solomon object retrieval functions.