PdsBatchAttribByItemCustomer::updateAttrSelList Method
Updates the provided TmpPdsBatchAttribSelect record from the specific item with any customer specific changes.
Syntax
server public static TmpPdsBatchAttribSelect updateAttrSelList(
TmpPdsBatchAttribSelect _tmpPdsAttrSel,
ItemId _itemId,
CustAccount _custAcct)
Run On
Server
Parameters
- _tmpPdsAttrSel
Type: TmpPdsBatchAttribSelect Table
A record based on batch attributes by item.
- _itemId
Type: ItemId Extended Data Type
An item for which to search the batch attributes.
- _custAcct
Type: CustAccount Extended Data Type
A customer account for which to search records.
Return Value
Type: TmpPdsBatchAttribSelect Table
An updated TmpPdsBatchAttribSelect record.
Remarks
When there is a customer-specific record that corresponds to the batch attribute it will be updated with this data. If no record is found, the original record is returned.