Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Suggested answer

Deep Linking into Forms with a selected record

(0) ShareShare
ReportReport
Posted on by 90

I have gone into System Administration >> Users

and turned on my url manipulations:

pastedimage1586809185434v1.png

I can see the encrypted url in the address bar when filtering a list.

How can I see the un-encrypted url ?

  • WillWU Profile Picture
    22,352 on at
    RE: Deep Linking into Forms with a selected record

    Hi smore,

    You could call the method that create shareable url in an appropriate place.

    According to your link, you could create a main method to test it.

       public static void main(Args _args)

       {

           str link  = URLUtility_Extension::generateRecordUrl(str _menuItemName, MenuItemType _menuItemType, DataSourceName _dataSourceName, Map _indexFieldValuesMap, DataAreaId _dataAreaId = curExt());

           info(link);

       }

    And have a look at this link about deploying custom code:

    https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/deployment/create-apply-deployable-package

  • smore Profile Picture
    90 on at
    RE: Deep Linking into Forms with a selected record

    Yes, I am trying to make a shareable url.

    I have also read this: thwidmer.wordpress.com/.../

    I just do not know how to deploy that code into the D365FO system.

  • WillWU Profile Picture
    22,352 on at
    RE: Deep Linking into Forms with a selected record

    Hi smore,

    Are you going to create shareable url and share it with others?

    Please see the DOC:

    https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/user-interface/create-deep-links

    The URL Generator enables developers to create shareable and secured URLs (also known as deep links) to specific forms that are root navigable. An optional data context can be passed to the form to display filtered or specific data when the form is opened. The URL Generator enables scenarios such as embedding links in reports, email, and external applications, enabling users to quickly and easily locate the specified forms or data by simply navigating using the generated link.

    Hope this helps.

  • Suggested answer
    Mea_ Profile Picture
    60,278 on at
    RE: Deep Linking into Forms with a selected record

    You cant. Microsoft.Dynamics.AX.Framework.Utilities.UrlHelper.UrlGenerator allows you to generate them from X++ code without encryption if you want but then you cannot use them because it will contain spaces and other stuff that browser won't accept.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Jonas ”Jones” Melgaard – Community Spotlight

We are honored to recognize Jonas "Jones" Melgaard as our April 2025…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 294,241 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 232,982 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Product updates

Dynamics 365 release plans