function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Mac SwiftMac Swift 

Error Message of the validation rule

I have a validation rule on Opportunity  according to which before changing the Opp stage from Prospect to Any other stage. Sales Rep needs to add the Service item in the related list.

Scenario is - When Sales Rep click on the edit button and change the Opp Stage (when there is no service item) the validation rule triggered and show the error message on top of the page.

Problem Is - I want that error message under the field (Related list) which is not displayed when the opp is on edit mode.
IS there any work around to show the error message under/top of the related list.
GarryPGarryP
this is not feasible unless you go for a customization. You will have to build a VF page that will override the standard layout and thanyou can tweak the logic to display error at appropriate place.
Just using configuration i do not see feasibility.