CustLedgerAccounts::findStrByPriority Method
Finds the value of specified field in the CustLedgerAccounts table.
Syntax
client server public static str findStrByPriority(
CustAccount _custAccount,
CustPostingProfile _custPostingProfile,
FieldId _fieldId)
Run On
Called
Parameters
- _custAccount
Type: CustAccount Extended Data Type
The customer account.
- _custPostingProfile
Type: CustPostingProfile Extended Data Type
The customer posting profile.
- _fieldId
Type: FieldId Extended Data Type
The field ID of the field in the CustLedgerAccounts table.
Return Value
Type: str
The value of the field in the CustLedgerAccounts table.