LedgerChartOfAccounts::addSecureRangeForChartOfAccounts Method
Adds a secure range for a LedgerChartOfAccounts table foreign key.
Syntax
client server public static QueryBuildRange addSecureRangeForChartOfAccounts(
QueryBuildDataSource _dataSource,
FieldId _chartOfAccountsFieldId,
[LedgerRecId _chartOfAccountsRecId])
Run On
Called
Parameters
- _dataSource
Type: QueryBuildDataSource Class
The data source for the table that contains the LedgerChartOfAccounts table foreign key.
- _chartOfAccountsFieldId
Type: FieldId Extended Data Type
The field ID of the LedgerChartOfAccounts table foreign key; optional.
- _chartOfAccountsRecId
Type: LedgerRecId Extended Data Type
The value of the LedgerChartOfAccounts table foreign key; optional.
Return Value
Type: QueryBuildRange Class
A secure range for a LedgerChartOfAccounts table foreign key.