The global pickList() function can basically display any list of values. Besides that, Dynamics 365 for Finance and Operations also provides a number of other global lookup functions, which can be used in more specific scenarios. Here are a few of them:
- pickDataArea(): This shows a list of Dynamics 365 for Finance and Operations companies.
- pickUserGroups(): This shows a list of user groups in the system.
- pickUser(): This shows a list of Dynamics 365 for Finance and Operations users.
- pickTable(): This shows all Dynamics 365 for Finance and Operations tables.
- pickField(): This shows table fields. The table number has to be specified as an argument for the function.
- pickClass(): This shows a list of Dynamics 365 for Finance ...