I need to make an appointment with many recipients in MS Dynamics. Note that I do not really want to save the appointment ... which should only be done after the user has saved the click. I just want to display the form with many recipients already added.
If I use the URL for the appointment form:
/activities/appointment/edit.aspx I I can specify the party id url parameter which is the dynamicm GUID for that person I want to add to recipients .... but what if I want to add many recipients? What is the method to do this with URL parameters?
If not, is there no way in the form of onload JavaScript to the recipient in the form of a program? Is this a Javascript API hook for this?
Thank you.
No, you do not set more than one party by using CRM's PartyD / PartyDam query string parameters Will find
Yes, there are onload hooks. . In the second example, you will see how he has set a lookup in the script. // Add the object to the array. LookupData [0] = Lookup Item; You will be equal to one of each of your recipients / resources.
Comments
Post a Comment