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.
Finds the value of specified field in the CustLedgerAccounts table.
Syntax
server public static str findStrForCust(
CustPostingProfile _custPostingProfile,
TableGroupAll _accountCode,
CustAccount _custAccount,
FieldId _fieldId)
Run On
Server
Parameters
- _custPostingProfile
Type: CustPostingProfile Extended Data Type
The customer posting profile.
- _accountCode
Type: TableGroupAll Enumeration
The account code.
- _custAccount
Type: CustAccount Extended Data Type
The customer account.
- _fieldId
Type: FieldId Extended Data Type
The value of the field in the CustLedgerAccounts table.
Return Value
Type: str
The value of the field in the CustLedgerAccounts table.