Share via


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

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.

See Also

Reference

PdsBatchAttribByItemCustomer Table