How to add a column of the table to the query, which has been defined in the table extension as a custom field ?
This custom field has been added in another extension.
How to add a column of the table to the query, which has been defined in the table extension as a custom field ?
This custom field has been added in another extension.
Thank you !!!
Thank You so much. It works !!!
Hi, as Inge mentioned, if you can not access the custom field added in another extension. You should define a dependence in your app.json.
More detials:
https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-json-files
For example:
Hope this will help.
Thanks.
ZHU
Then you need to define a dependence in your app.json file so the new extensions is dependent on the old one.
List of dependencies for the extension package. For example: "dependencies": [ {"id": "4805fd15-75a5-46a2-952f-39c1c4eab821", "name": "WeatherLibrary", "publisher": "Microsoft", "version": "1.0.0.0"},{}].
Note: For dependencies to the System Application and Base Application these are no longer listed as explicit dependencies, but captured in the application setting as a reference to the application package. Must be filled in with the version number of the Application package. See application below.
Note: The version specified defines the minimum version for the dependency. At runtime and when downloading symbols, the latest version of the dependency satisfying the specified name, publisher and, minimum version will be returned. When runtime is set to 4.0 or earlier, use appId instead of id.
Sohail Ahmed
2,655
Mansi Soni
1,574
YUN ZHU
1,453
Super User 2025 Season 1