Web Service Setting Field Reference
The Web Service Setting record type is used to perform the discount calculation using Web Service.
| This setting is global for the instance. |
| In the case of real-time data synchronization, we recommended scheduling a batch to send those records that were not sent in real-time due to errors. |
Object record type API name: WebServiceSetting
| Field | API Name | Type | Description | ||
|---|---|---|---|---|---|
Enable WS for Mobile |
orders__IsWSForCTMobile__c |
Checkbox |
If enabled, the Web Service is used in the CT Mobile app. |
||
Batch Schedule Data Sync |
orders__IsBatchScheduleDataSync__c |
Checkbox |
If enabled, the data will be sent by batch. |
||
Real-Time Data Sync |
orders__IsRealTimeDataSync__c |
Checkbox |
If enabled, the data will be sent by triggers. |
||
Schedule Expression |
orders__ScheduleExpression__c |
Text(255) |
An expression for running batch on a schedule.
|