(Dynamics 365) Background: Account lookup is added on various entities. Creating new Account from lookup opens the quick create form.
I have a requirement where I need to get the parent entity information in JavaScript whenever the Account quick create is getting opened from lookup. I need to call different JavaScript functions based on the parent entity.
Please suggest ways to attain it.