Printable_Label__c Object Reference

Field Definitions

Field Name Type Required Unique Description
Active__c Checkbox(true) No No Defines whether this Template is available to use.
DPI__c Picklist No No The resolution (in DPI) used when generating the Template for print.
Height__c Number(10, 6) No No The height of the template. Units are set by Size_Unit__c.
Label_Template__c LongTextArea No 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__c Picklist No No The type of printer this template should be printed on
Size_Unit__c Picklist No No The unit of measure of the height and width of this template.
Store_Id__c Lookup(Store__c) No No The Store that this template is available in.
Type__c Picklist No No The type of object this template will be used for.
Width__c Number(10, 6) No No The width of this template.

For more information about how or when to use the above, see our documentation.

 

 
Back to Documentation