I would like to read the custom properties file values through
package. How to read the custom properties in the package.
Thanks
Ameer Basha
If the properties file is defined using key/value pairs, you can
create a user property file by hitting the Object menu and selecting
New Property Store.
If it's more complex than that, I would write some custom Java code to
read the properties file, bundle up the Java in a jar file and make it
available to ITDI. You can then call your Java code directly within
your AL javascript.