RetailSizeGroupTrans::deleteInventSize Method
Deletes the record from the EcoResProductMasterSize table.
Syntax
client server public static boolean deleteInventSize(RetailSizeGroupId _sizeGroupId, RetailSizeId _sizeId)
Run On
Called
Parameters
- _sizeGroupId
Type: RetailSizeGroupId Extended Data Type
The size group ID number of the current record.
- _sizeId
Type: RetailSizeId Extended Data Type
The size ID number of the current record.
Return Value
Type: boolean
true if the record is deleted successfully; otherwise, false.