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
Mitch McConnellMitch McConnell 

Validation rule error not showing on multiline edit page

I have a validation rule for Quote Line Items that says they cannot be edited if the Quote is synced..  If I edit one individually,
I get the error message at the top of the page, as expected.  But if I hit the "Edit All" button and make a change, the Save
button does not accept the change, i.e., it appears the rule is firing, but the error message does not display on the screen
anywhere.  I tried this in both Chome and IE, so it is not obviously a browser issue.  

Has anyone seen this before, and can you give me any advice?

Thanks,

Mitch

Shashikant SharmaShashikant Sharma
Hi Mitch,

Could you share your Validation Rule and tell how are you making Edit to All qutoe records ?

Thanks
Shashikant
Mitch McConnellMitch McConnell
The validation rule is on the Quote Line Item, and is simply this:
Quote.IsSyncing = True

The error location is set to "top of page".