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!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
ManoVerse Profile Picture

ManoVerse 151 Super User 2026 Season 1

#2
Jimmy Passeti Profile Picture

Jimmy Passeti 51 Most Valuable Professional

#3
NeerajPawar Profile Picture

NeerajPawar 42

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans