web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Suggested Answer

Disable most recently used items in lookup field BPF UI

(0) ShareShare
ReportReport
Posted on by

Hi,

I would like to hide the recently viewed records in my BPF for a field. I read somewhere that if you remove the field from the form it works, but my requirement is that the field must be visible in both places (BPF and form).

I would also like to disable the 'change view' button in my BPF for a field. Anyone have any idea?

thanks in advance

I have the same question (1)
  • Suggested answer
    Arun Vinoth Profile Picture
    11,615 Moderator on at

    Similar discussion: community.dynamics.com/.../disable-recent-records-in-business-process-flow

  • Suggested answer
    Community member Profile Picture
    2 on at
    To disable most resent used items from the lookup, we can use below Javascript : 
    consider attribute name is new_contact than to access on BPF prefix this field to header_process.
    1. Null check on the control
    2. Set "disableMru" lookupobject Options to true.
     
    if (formContext.getControl("header_process_attribute_name") != null) {    
        formContext.getControl("header_process_attribute_name").disableMru=true;
    }

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
11manish Profile Picture

11manish 165

#2
ManoVerse Profile Picture

ManoVerse 161 Super User 2026 Season 1

#3
Zhilan Profile Picture

Zhilan 49

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans