It is possible to applay business rule in list view?

chaitanya kuma2
Giga Contributor

This is my interview question can u help me?

1 ACCEPTED SOLUTION

Mark Stanger
Giga Sage

Just checking on on this one.  Has this question been answered or is there more information I can help you with?  If it's been answered, please mark the answer above as the correct one so people know this has been taken care of.  Thanks!

View solution in original post

8 REPLIES 8

Pranay Tiwari
Kilo Guru

Hi Chaitanya,

 

we can't apply BR on list View ,for list edit we have  onCellEdit Client script.

 

Mark correct or helpful if it helps you.

 

Warm Regards,

Pranay Tiwari

| www.DxSherpa.com |

Mark Stanger
Giga Sage

The correct answer is YES.  Since business rules run in response to a database activity according to their 'When' value (Insert/Update/Delete, etc.) they are applied whenever one of those events happens.  It doesn't matter at all where in the UI (form or list) the trigger comes from.

https://docs.servicenow.com/bundle/kingston-application-development/page/script/business-rules/refer...

Please mark this answer as correct if I've answered your question.

Mrigank Gupta
Giga Expert

Business Rule will work for any kind of database operation. It doesnot check whether its from form view or the list view.