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.
Check for the required record in RetailPOSSeedData table, if it does not exist insert the record.
Syntax
client server public static void SetSeedDataValue(
RetailStoreId _storeId,
RetailTerminalId _terminalId,
RetailPOSSeedDataType _type,
RetailPOSSeedDataValue _value)
Run On
Called
Parameters
- _storeId
Type: RetailStoreId Extended Data Type
Check for the given Store Id.
- _terminalId
Type: RetailTerminalId Extended Data Type
Check for the given terminal Id.
- _type
Type: RetailPOSSeedDataType Enumeration
Check for the given type.
- _value
Type: RetailPOSSeedDataValue Extended Data Type
Check for the given value.
Remarks
If the record exists, update the record.