Pass Parameters to Quick Create Form in Dynamics 365 using formContext.data.attributes
With the deprecation of Xrm.Page.context.getQueryStringParameters, Microsoft Docs article suggested using formContext.data.attributes API to make retrieval of non-entity bound data consistent across entity forms.But some of the…
