Skip to main content

Notifications

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

Need to remove fields for user who dont need to utilize

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

Categories:
  • Suggested answer
    Inge M. Bruvik Profile Picture
    Inge M. Bruvik 32,748 Super User 2024 Season 1 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
    Govinda Kumar 2,203 Super User 2024 Season 1 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
    bcasas 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
    Govinda Kumar 2,203 Super User 2024 Season 1 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
    Shrey Chauhan 288 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
    Deekshitha Reddy 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
    YUN ZHU 73,472 Super User 2024 Season 2 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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Community AMA December 12th

Join us as we continue to demystify the Dynamics 365 Contact Center

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,240 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,149 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans