Hello,
I hope someone will help me with my quest.
I created a plugin for quotes in CRM to retrieve the parent guide when the quote is revised. when I retrieve the parent execution context, I get the new quote id that was created.
I registered this plugin on the pre-operation create of the quote table.
In the screenshot below I used context.ParentContext to get the parent of the record created, but the parent guide is returning the new GUID created and not the parent one.

I tried to use the context.ParentContext.ParentContext (grandparent method) but the GUID is returning all 0s.
Can someone assist me to get the GUID of the revised quote?
Thank you in advance!