Creating custom queries for object descriptions

You can create custom queries for use in the Object Explorer lookups.

To display the object descriptions for Item, Formula, Specification, and Company in the user’s browser language, you must specify the Language argument.

For example, specify this syntax:

SELECT COMPANY_CODE, [%%DBO]FsDesc(''FSCOMPANY'', COMPANY_CODE, [%%LANGUAGE], DESCRIPTION) AS DESCRIPTION

Instead of this syntax:

Select COMPANY_CODE, DESCRIPTION