Hi Guys,
Here's my situation:
I have to solve a problem in a dynamics crm form using javascript.
In this form, There's a loockup field name owner, it's filled with a entity named Users and it's filled by standard with the logged in User.
Another field I have is an Entitie's Collection field that takes data from the entity users too, so... I need to put a javascript in onload event for take the entity that fill the owner field and fill the entitie's collection field... Any idea of how doin'
that? What method I can use to set value in an entitie's collection field?