Announcements
Its possible pass a field from a form on urls? Something equivalent to the guid ( example a field autonumber unique ).
I need pass the url to another application to open a window from dynamics crm (nav=false and cmdbar=false) , but I cant pass the guid to this application.
I have already reviewed these links, but maybe I lost something.
docs.microsoft.com/.../set-field-values-using-parameters-passed-form
Javier,
There is no functionality that allows to set the field through url in fashion you mentioned.
Is update of the record an option? You can update the record using WebApi or SOAP.
Thanks Erhan, this example work to open a new record, but I want open a existing record.
Thats is the reason why the field is unique.
Hi,
Its possible pass a field from a form on urls? Something equivalent to the guid ( example a field autonumber unique )
The answer of this is Yes. As you send the link, that is how you can pass a value to a field on a form. It has a guid example in the link and also for a simple example; /main.aspx?etn=lead&pagetype=entityrecord&extraqs=subject%3dtest
If you need to pass a value in an app then the example would be like /main.aspx?appid=[App Id]&pagetype=entityrecord&etn=lead&extraqs=subject%3dtest
Regards,
André Arnaud de Cal...
294,069
Super User 2025 Season 1
Martin Dráb
232,858
Most Valuable Professional
nmaenpaa
101,158
Moderator