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.
Creates record into table RetailKitComponentSubstitute.
Syntax
client server public static RetailKitComponentSubstitute insertRetailKitComponentSubstitute(
RetailKitComponent _retailKitComponent,
EcoResProduct _ecoResProduct,
Qty _quantityProduct,
UnitOfMeasureRecId _uomId)
Run On
Called
Parameters
- _retailKitComponent
Type: RetailKitComponent Table
A record in table RetailKitComponent.
- _ecoResProduct
Type: EcoResProduct Table
A record buffer of table EcoResProduct
- _quantityProduct
Type: Qty Extended Data Type
The quantity of ecoResDistinctProduct.
- _uomId
Type: UnitOfMeasureRecId Extended Data Type
The unit of measure of the component product.
Return Value
Type: RetailKitComponentSubstitute Table
A record in the RetailKitComponentSubstitute table; otherwise, an empty record.