Need to remove some of these fields for the user not to see utilizing ACS functionality through security feature.
There is a way to remove through Advance cloud security feature. That has similar results.
[/quote]The functionality you are referring to is a 3.party functionality so you should contact the publisher for that app for support on this topic.
Here is a link to the documentation:
can you share more details here...
thanks
There is a way to remove through Advance cloud security feature. That has similar results.
I have the ACS feature and for some reason it wasn't generating on its own in the background. I ended up regenerating this manually and it's working now.
.
Hi,
If you are not going to do it through the security feature then you can easily do it through the code
pageextension 50103 "Ext Page Name" extends "Your Page" { layout { modify("YourField") { Visible = false; } modify("YourField2") { Visible = false; } modify("YourField3") { Visible = false; } modify("YourField4") { Visible = false; } } }
Regards
You can use function
Visible = false;
Hope this help
Thank You
You can also use the property Visible, set it to false.
Hi, It is recommended that you try the following feature, which do not require customization.
Or you could consider using the Design feature.
PS: How to deploy your Design Extension (.zip file) to production environment
https://yzhums.com/21735/
Hope this helps.
Thanks.
ZHU
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156