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.
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.