We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

How to restrict "Insert New Row" on embedded list based on certain condition

KS7
Kilo Contributor

Hi All,

I have a requirement where I wanted to restrict "Insert new row" on an embedded list based on a condition.

So, if the Phase = "Implementation", I wanted to restrict the user to enter any record through the embedded list. I have tried restricting it using "Omit Insert row condition" but it's not working

find_real_file.png

Please refer below screenshot for the form details

 

 

 

5 REPLIES 5

Joe72
Tera Contributor

That field doesn't seem to be evaluated - at least not in a scoped app. What I do is create a sys_relationship with the same filter as the dot-walked OOB list. I find that that allows for more control, including removing the "insert new row" row.