Hello
My environment is CRM 2016 on premise. Configured IFD and using Dynamics 365 App for mobile.
THe XRM.Page.*** methods that work normally in web are not working on the mobile app.
I am trying to get an attribute value which is of type Two Options. I am able to get the attribute using
Xrm.Page.entity.data.getAttribute("attributename")
However when I say Xrm.Page.entity.data.getAttribute("attributename").getValue() -- says that there is no such method.
How can I get the value in this case?
Thanks
*This post is locked for comments