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

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
    bcasas 25 on at
    RE: Hide Commision Fields

    I was able to figure out through ACS  no code needed

    pastedimage1682630494237v1.png

  • Tech-Lucky Profile Picture
    Tech-Lucky 822 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
    bcasas 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
    Govinda Kumar 2,209 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
    NAV_with_Narang 2,238 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

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Kudos to the February 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... 292,516 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,409 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans