Share via


PDSBatchAttribTransfer::findActive Method

Gets the active record of the PDSBatchAttribTransfer table, based on the specified key values.

Syntax

client server public static PDSBatchAttribTransfer findActive(
    BOMId _bomId, 
    ItemId _endItemId, 
    PdsBatchAttribId _attribId, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that determines whether the record should be locked for update; optional.

Return Value

Type: PDSBatchAttribTransfer Table
The found record of the PDSBatchAttribTransfer table or an empty buffer if no such record exists.

See Also

Reference

PDSBatchAttribTransfer Table