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.
Reads the TaxInformationLegalEntity_IN table for the specified legal entity.
Syntax
client server public static TaxInformationLegalEntity_IN findByLegalEntity(
    DirPartyRecId _legalEntity, 
   [boolean _forupdate, 
    ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _legalEntity
 Type: DirPartyRecId Extended Data Type
 The unique legal entity to find.
- _forupdate
 Type: boolean
 A Boolean value that indicates whether to read the record for update.
- _concurrencyModel
 Type: ConcurrencyModel Enumeration
 An optional value that is used when the table is not automatically concurrent.
Return Value
Type: TaxInformationLegalEntity_IN Table
A buffer that contains the TaxInformationLegalEntity_IN table.