Announcements
It shows an error.
You can't set the value new_refobj.fieldname., which is of type string, to type integer
Hi,
unfortunatly that can be done with calculated fields. You can refer to this to take a look at the formula availables:
You can try to achieve your goal by using a js function, take a look at this :
Hope it helps!
Please, mark the answer as verified if you find it useful or to close this thread.
Hi,
It is not in the web resource, I am creating a calculated field. I require a formula to get value populated form a string field and store as integer field in the calculated field(whole number type).
Hi,
What is your code?
From your description it seems you're trying to set the value rather than getting.
Have you tried:
Xrm.Page.getAttribute("new_refobj").getValue();
Regards,
André Arnaud de Cal...
293,998
Super User 2025 Season 1
Martin Dráb
232,850
Most Valuable Professional
nmaenpaa
101,158
Moderator