Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds device type to RecordInsertList, if it doesn't exist in RetailDeviceTypes table.
Syntax
private void addRetailDeviceType(
RetailDeviceTypeBase _deviceType,
RetailDesignerFormEnum _designForm,
RecordInsertList _recordInsertList)
Run On
Server
Parameters
- _deviceType
Type: RetailDeviceTypeBase Enumeration
Id of the device type.
- _designForm
Type: RetailDesignerFormEnum Enumeration
Designer form associated, with the device type.
- _recordInsertList
Type: RecordInsertList Class
Target record insert list.