I have a create contact page in a Dynamics 365 portal, and this page needs to call an action in CRM when the new contact record is saved. On the CRM form, I have JavaScript that waits until the contact's id is created and then calls the action. This all occurs in the OnSave JavaScript. In the portal, how can I use JavaScript to get the id of the contact that is being created? Is it possible in the portal?
↧