Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

XDS Listpage form

(0) ShareShare
ReportReport
Posted on by 180

Hello,

How to temporarily disable the XDS or security policy in a listpage form via code?

Regards,

Ron

*This post is locked for comments

  • André Arnaud de Calavon Profile Picture
    André Arnaud de Cal... 292,516 Super User 2025 Season 1 on at
    RE: XDS Listpage form

    Hi Ron,

    Not sure which method should be used here. I only have used the coding in x++ methods. Can you explain the full business requirement? Then possibly another solution might be possible as well.

  • ron_ron Profile Picture
    ron_ron 180 on at
    RE: XDS Listpage form

    Hi Andre,

    I already used it in VendTablelistPageInteraction.Initialized()  and it didn't worked.

    Regards,

    Ron

  • Suggested answer
    André Arnaud de Calavon Profile Picture
    André Arnaud de Cal... 292,516 Super User 2025 Season 1 on at
    RE: XDS Listpage form

    Hi Ron,

    You can use the XDSServices class to disable and enable XDS. E.g.:

    XDSServices xdsServices = new XDSServices();
    
    //disable
    xdsServices.setXDSState(0);
    
    //enable
    xdsServices.setXDSState(1);
    


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

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Kudos to the February 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... 292,516 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,430 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans