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

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Answered

Cannot find Unit field on business rule selector

(0) ShareShare
ReportReport
Posted on by 416

Hello everyone! 

On the form of the Price List Item entity, I want to create a business rule to show/hide a field based one the Unit lookup:

pastedimage1633412527122v1.png

However, (along with other fields) the Unit field is not listed within the field selector on the Business Rule:

pastedimage1633412598283v2.png

Is there a reason to this or perhaps something that I am not doing? Can I surface the unit field?

Looking forward to your ideas! 

I have the same question (0)
  • Verified answer
    Community Member Profile Picture
    on at
    RE: Cannot find Unit field on business rule selector

    Hi fran2105,

    This is by design and there is no way to make it show in the business rule.

    As a workaround, you could create a event on the Product List Item form with the following code:

    function formOnChange(executionContext){
    	var formContext = executionContext.getFormContext();
    	var unitName = formContext.getAttribute("uomid").getValue()[0].name;
        if(unitName != null && unitName == "yourvalue"){
            formContext.getControl("yourfieldname").setVisible(false);
        }else{
            formContext.getControl("yourfieldname").setVisible(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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
Rishabh Kanaskar Profile Picture

Rishabh Kanaskar 258

#2
MVP-Daniyal Khaleel Profile Picture

MVP-Daniyal Khaleel 184

#3
Tom_Gioielli Profile Picture

Tom_Gioielli 126 Super User 2025 Season 2

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans