SDK Setting Field Reference
The SDK Setting record type allows overriding the standard logic:
-
to display custom price tags and an info icon with a custom HTML template.
-
to select additional fields to fill on Order, Order Line Item,Delivery Line Item,and Delivery objects, depending on the setting type.
The Settings record with the SDK Settings record type will be applied when the criteria are met. The search is carried out in the following order:
-
With the specified order type and sales organization.
-
With the specified sales organization.
-
Without specified order type and sales organization.
Object record type API name: SDKSetting
| Field | API Name | Type | Description | ||
|---|---|---|---|---|---|
Icon Name |
orders__IconImageName__c |
Text(255) |
The name of the displayed info icon that is picked among the listed. |
||
Implementation |
orders__Implementation__c |
Text(255) |
The API name of the Apex class for displaying custom price tags or filling in additional fields on the objects depending on the value in the orders__SDKType__c field.
|
||
Order Type |
orders__OrderType__c |
Picklist |
The order type for which the settings are configured. Available values:
|
||
Parameters |
orders__Parameters__c |
Long Text Area(32768) |
A list of additional fields written in the JSON format, which will be displayed to fill in when the updateDataOnAfterOrderLineItemUpsert SDK Type is selected. |
||
Platform |
orders__Platform__c |
Picklist |
Defines the platform where an SDK Setting will be implemented:
|
||
Sales Organization |
orders__SalesOrganizationId__c |
Lookup (Sales Organization) |
The business unit for which settings are configured.
|
||
SDK type |
orders__SDKType__c |
Picklist |
A picklist to select where to apply the setting:
|
||
Version |
orders__Version__c |
Text(255) |
The field is used to select the version of the SDK.
|