Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Suggested answer

Hide Default edit button of the Form

(0) ShareShare
ReportReport
Posted on by 110

I want to hide the default EDIT button on my customized form "Purchase order created by me", I changed all data sources allow edit property to NO, also I set the ViewEditMode property on design to View but the button is not hiding I also tried to put the code on Run() method but it is not affecting too, here is my code.

 public void run()
    {
        super();

        //To hide the edit button on form.
        this.design().viewEditMode(enum2int(ViewEditMode::View));

        if (RetailSMB::IsRetailSMBEnabled())
        {
            RetailUtils::HidePart(element, identifierStr(PurchEncumbranceSummaryPart));
        }
    }

  • Suggested answer
    André Arnaud de Calavon Profile Picture
    294,079 Super User 2025 Season 1 on at
    RE: Hide Default edit button of the Form

    Hi Muhammad,

    Have you tried to set the Max access right property on the data source to View?

  • ergun sahin Profile Picture
    8,816 Moderator on at
    RE: Hide Default edit button of the Form

    Hi Muhammad ,

    Did you delete or comment on standard codes. It contains "viewEditMode" in some standard codes such as PurchTableInteraction and PurchTableInteractionhelp

  •  Muhammad Bilal 17 Profile Picture
    110 on at
    RE: Hide Default edit button of the Form

    Hi Gunjan,

    Yes exactly.

  • Gunjan Bhattachayya Profile Picture
    35,421 on at
    RE: Hide Default edit button of the Form

    Hi Muhammad Bilal,

    Did you duplicate the existing Purchase order form to create the customized form?

  •  Muhammad Bilal 17 Profile Picture
    110 on at
    RE: Hide Default edit button of the Form

    I did nothing happens

  • Suggested answer
    ergun sahin Profile Picture
    8,816 Moderator on at
    RE: Hide Default edit button of the Form

    Can you try before super

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

#2
Martin Dráb Profile Picture

Martin Dráb 232,860 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Product updates

Dynamics 365 release plans