Hi, In my project, we have created the web resources with folder like structure as shown below. .js file name - new_/EDA/ProductForm.js .resx file name- new_/EDA/CustomMessages.1033.resx
I'm trying to read the above mentioned .resx file from the js file in the following ways. But neither worked. Xrm.Utility.getResourceString('new_/EDA/CustomMessages', 'ProductTypeValidationMessage') Xrm.Utility.getResourceString('EDACustomMessages', 'ProductTypeValidationMessage')
I'm getting the following script error: One of the scripts for this record has caused an error. For more details, download the log file. 'new_/EDA/CustomMessages' does not exist.
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.