I want to iterate through all attribute of form execution context in the client side scripting. Please help me with this
I want to iterate through all attribute of form execution context in the client side scripting. Please help me with this
HI,
Columns contain data in the model-driven apps form or grids. Use the formContext.data.entity.attributes collection or the formContext.getAttribute shortcut method to access a collection of columns
docs.microsoft.com/.../attributes
var attributesCollection =formContext.getAttribute();
Please mark my answer verified if this is helpful!
Regards,
Bipin Kumar
Follow my Blog: xrmdynamicscrm.wordpress.com/
Hello Praajna,
Yes, we can get the fields which are present on the form and you can also get different information using various properties of fields. Please refer below article which will help you to implement your requirement.
www.charlesllamas.pro/.../fa358d5c-cec1-4a41-ab31-64f8ddf67c65
Thank you,
Amit katariya
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,401
Most Valuable Professional
nmaenpaa
101,156