DirPartyLocation::findByPartyLocationRoleType Method

Finds an existing DirPartyLocation record, based on the party and location role.

Syntax

client server public static DirPartyLocation findByPartyLocationRoleType(
    DirPartyRecId _party, 
    LogisticsLocationRoleType _role, 
   [LogisticsLocationIsPostal _isPostal, 
    boolean _forupdate])

Run On

Called

Parameters

  • _forupdate
    Type: boolean
    A Boolean value that indicates whether to select the record for update.

Return Value

Type: DirPartyLocation Table
The DirPartyLocation record.

See Also

Reference

DirPartyLocation Table