Skip to main content

Notifications

Community site session details

Community site session details

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

Hide Commision Fields

(0) ShareShare
ReportReport
Posted on by 25

pastedimage1682608061233v1.png

how do I hide commission percentage for salespeople not to view 

  • Suggested answer
    bcasas Profile Picture
    25 on at
    RE: Hide Commision Fields

    I was able to figure out through ACS  no code needed

    pastedimage1682630494237v1.png

  • Tech-Lucky Profile Picture
    844 on at
    RE: Hide Commision Fields

    You have 3 options to hide a field either you can do the code as people mentioned earlier or you can do it with the design option from the front end using design to remove a field will hide the field from all users and 3rd one is using personalization to remove a field will only limited to the current user who is using the personalization.

    See the below image the Design & Personalize options are available as below>>

    pastedimage1682614730361v1.png

    Please mark this answer as verified if it helps

  • bcasas Profile Picture
    25 on at
    RE: Hide Commision Fields

    The page I am looking at is the Sales/Purchaser and purchaser card.  I want to hide this field so that the Salespeople don't see what other salespeople are making commission wise.

    pastedimage1682612112416v1.png

  • Govinda Kumar Profile Picture
    2,211 Moderator on at
    RE: Hide Commision Fields

    Hi,

    I'm not sure about the functionality specifically for salespeople, but you can hide a field using code by simply extending the page and setting the visibility condition to false for that field. Here's an example of how to do it..

    pageextension 50103 "Ext Page Name" extends "Your Page"
    {
        layout
        {
            modify("YourField")
            {
                Visible = false;
            }
        }
    }
    

    If you tell me the specific scenario or page, I can provide you with a more specific solution..

    Regards

  • NAV_with_Narang Profile Picture
    2,244 Moderator on at
    RE: Hide Commision Fields

    This field practically has not much of a use in OOTB BC, however you can hire a developer to hide this column from the view for all the users

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

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

#2
Martin Dráb Profile Picture

Martin Dráb 232,871 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans