
Hello,
I need to develop a scenario where I have an Entity with 10 fields (Parent entity), whenever user changes Parent entity I want to show another form showing (Child entity record) with modified fields of Parent entity + input box for the reason (why particular field updated). and I want to store this information into Child entity. (see image below for more details:)
[View:https://www.screencast.com/t/fBOaPoShaspU:750:50]
Any suggestion highly appreciated.
Thanks,
Ashish
*This post is locked for comments
I have the same question (0)Hi Ashish,
You can try this, On save, query entity and get record based on current entityid, open child entity using Xrm.Utility and pass parameters to populate some of the fields from the parent form, enter other details and save child record.
msdn.microsoft.com/.../jj602956.aspx
Hope it will help.
Thanks