Vision Product List Field Reference
|
Available since CT Mobile 2.6. |
The Vision Product List record type is responsible for displaying additional fields for the selected provider in the Shelf Product List in your CT Mobile app and in the corrections window in Salesforce.
-
One record contains settings for one additional field.
-
The maximum number of displayed fields is 5.
-
By default, the Product Info (with the product name) and Facing (with product quantity) fields are displayed.
-
For CT Mobile 2.5 users and along with the default fields, the following fields are set and cannot be changed: Product Info, Facing, Shelf Share, Length.
Record Type API Name: VisionProductList
The following fields must be created on the Vision Settings object for this record type:
| Field | API Name | Type | Description |
|---|---|---|---|
Editable |
IsEditable__c |
Checkbox |
If active, the field is available for editing in the CT Mobile Product List. |
Field Key |
FieldKey__c |
Text(255) |
Specify the key from the JSON that is received in the provider’s response to display the key value per each product in this column in CT Mobile. |
Label |
clm__Label__c |
Text(255) |
Stores the label for the field to display instead of the key from JSON. |
Order |
clm__Order__c |
Number(18,0) |
Defines the order number of the column in the Shelf Product List table.
|
Provider |
Provider__c |
Text(255) |
Stores the provider name for which this setting should be applied. |
Type |
clm__Type__c |
Picklist |
Defines the type of field to display. Values must be manually created by the administrator.
|