BudgetPlanningWorkflowTranslation::queryAddUserLanguage Method
Adds a user language ID filter for a specified query.
Syntax
client server public static void queryAddUserLanguage(Query _query, [str _dataSourceName])
Run On
Called
Parameters
- _query
Type: Query Class
The query that is extended to include the company language ID filter.
- _dataSourceName
Type: str
The name of the specified data source for which to add the range.
Exceptions
Exception | Condition |
---|---|
Error | The query does not contain the specified data source or the BudgetPlanningWorkflow data source. |