Need to remove some of these fields for the user not to see utilizing ACS functionality through security feature.
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
André Arnaud de Cal...
294,351
Super User 2025 Season 1
Martin Dráb
233,029
Most Valuable Professional
nmaenpaa
101,158
Moderator