Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Suggested answer

Need to remove fields for user who dont need to utilize

(0) ShareShare
ReportReport
Posted on by 25

Need to remove some of these fields for the user not to see utilizing ACS functionality through security feature.

pastedimage1682630782238v1.png

  • Suggested answer
    Inge M. Bruvik Profile Picture
    1,023 Moderator on at
    RE: Need to remove fields for user who dont need to utilize
    [quote user="bcasas"]

    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:

    RW124By (microsoft.com)

  • Govinda Kumar Profile Picture
    2,211 Moderator on at
    RE: Need to remove fields for user who dont need to utilize

    can you share more details here...

    thanks

  • Suggested answer
    bcasas Profile Picture
    25 on at
    RE: Need to remove fields for user who dont need to utilize

    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.

    .pastedimage1682980275949v1.png

    pastedimage1682980324232v2.png

  • Suggested answer
    Govinda Kumar Profile Picture
    2,211 Moderator on at
    RE: Need to remove fields for user who dont need to utilize

    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

  • Suggested answer
    Shrey Chauhan Profile Picture
    274 on at
    RE: Need to remove fields for user who dont need to utilize

    You can use function

    Visible = false;

    Hope this help

    Thank You

  • Suggested answer
    Deekshitha Reddy Profile Picture
    219 on at
    RE: Need to remove fields for user who dont need to utilize

    You can also use the property Visible, set it to false.

  • Suggested answer
    YUN ZHU Profile Picture
    81,912 Super User 2025 Season 1 on at
    RE: Need to remove fields for user who dont need to utilize

    Hi, It is recommended that you try the following feature, which do not require customization.

    pastedimage1682638428548v1.png

    Or you could consider using the Design feature.

    pastedimage1682638495307v2.png

    PS: How to deploy your Design Extension (.zip file) to production environment
    https://yzhums.com/21735/

    Hope this helps.

    Thanks.

    ZHU

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

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

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,351 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 233,029 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans