How Can I show info message on my incident record when child records are added in it via list collec

Anmol12
Tera Contributor

How Can I show info message on my incident record when child records are added in it via list collector?
I have tried by using after update business rule but it is not working.

Any suggestion or help is appreciated.

5 REPLIES 5

Mark Manders
Mega Patron

Do you have a list field on your incident form to add child records to it? A client script onChange of that field should be enough.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

It's not a field but Yes, I do have a related list, by click on edit I can add the child candidates.

 

What kind of message do you want to show when a child is added? It sounds weird that if I added a child record to an incident, it then shows a message that I added a child: I know, because I just did that. 

And triggering a BR won't work, because you aren't updating the record itself. You are setting the parent incident on the child records.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

I understand so what if I have to run my BR only when I update the parent field and it's not empty.