Hello Dears,
I have the following scenario where I hope someone can help me.
I have a secured field which is secured by field security profile for some users to prevent read its value.
The problem is that I need to read this field's value in javascript and do some logic based on it, but it since the logged in user doesn't have privilege to read this field value, the Xrm.Page.getAttribute(<securedfieldname>).getValue(); returns null, which means I can't read it.
Is there any way to read the field's value in javascript but keeping it secured on form and advanced find?
Thank you for your help in advance.
*This post is locked for comments