Printable Template Object Reference
Overview
Printable Template represents a label template that can be printed by StoreConnect's Point-of-Sale system.
| Property |
Value |
| API Name |
s_c__Printable_Label__c |
| Label |
Printable Template |
| Plural Label |
Printable Templates |
| Type |
Custom Object |
Fields
| Field Label |
API Name |
Type |
Required |
Description |
| Active |
s_c__Active__c |
Checkbox |
No |
Defines whether this Template is available to use. |
| DPI |
s_c__DPI__c |
Picklist |
No |
The resolution (in DPI) used when generating the Template for print. |
| Height |
s_c__Height__c |
Number(10,6) |
No |
The height of the template. Units are set by Size_Unit__c. |
| Template |
s_c__Label_Template__c |
LongTextArea(15000) |
No |
The template in any format your printer understands. Supports liquid fields and variables. The result of this template after being processed for any liquid code, is what will be sent to the printer. |
| Printer Type |
s_c__Printer_Type__c |
Picklist |
No |
The type of printer this template should be printed on |
| Size Unit |
s_c__Size_Unit__c |
Picklist |
No |
The unit of measure of the height and width of this template. |
| Store |
s_c__Store_Id__c |
Lookup (s_c__Store__c) |
No |
The Store that this template is available in. |
| Type |
s_c__Type__c |
Picklist |
No |
The type of object this template will be used for. |
| Width |
s_c__Width__c |
Number(10,6) |
No |
The width of this template. |
Relationships
| Field |
Type |
Related Object |
Relationship Name |
s_c__Store_Id__c |
Lookup |
s_c__Store__c |
Store_Printable_Labels |
Last updated March 6, 2025