Hello,
How to temporarily disable the XDS or security policy in a listpage form via code?
Regards,
Ron
*This post is locked for comments
Hello,
How to temporarily disable the XDS or security policy in a listpage form via code?
Regards,
Ron
*This post is locked for comments
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.
Hi Andre,
I already used it in VendTablelistPageInteraction.Initialized() and it didn't worked.
Regards,
Ron
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);
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,430
Most Valuable Professional
nmaenpaa
101,156