I want to send one entity created data to another entity on OnSave action using JavaScript
Example Enitiy1 data to Enity2 at the time of Enitiy1 new record created it automatically sync Entity2.
Please help me regarding the same.
I want to send one entity created data to another entity on OnSave action using JavaScript
Example Enitiy1 data to Enity2 at the time of Enitiy1 new record created it automatically sync Entity2.
Please help me regarding the same.
Hi Pradnya,
You can follow up on this documentation to know how to create another record on another entity with Javascript: docs.microsoft.com/.../createrecord
And also you will need this documentation for the FormType to trigger the code above only when you are on 'create': docs.microsoft.com/.../getformtype
André Arnaud de Cal...
294,261
Super User 2025 Season 1
Martin Dráb
233,017
Most Valuable Professional
nmaenpaa
101,158
Moderator