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 sample codes that I found online are all using the deprecated Xrm.Page.context.getQueryStringParameters and some are using…
Continue Reading noreply@blogger.com (Linn Zaw Win)’s Article on their blog
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 sample codes that I found online are all using the deprecated Xrm.Page.context.getQueryStringParameters and some are using undocumented Xrm.Utility.getGlobalContext().getQueryStringParameters().
Blog Syndicated with noreply@blogger.com (Linn Zaw Win)’s Permission
More About This Author

Array
Dyn365CE2022.06.18How to Set Model-driven App Custom Table Icons in Dataverse
Dyn365CE2022.03.29Disable Hyperlink for Lookup Columns in Grid Views of Model-driven Apps
Dyn365CE2022.03.07Filter by Lookup with retrieveMultipleRecords JavaScript WebApi in Offline Mode
Dyn365CE2022.02.20Managing Public SharePoint Documents for Power Apps Portal and Internal Documents Using Cloud Flow (Part 8 of 8)