How to pass "previous " object in eventQueue() through Business rule and retrieve in Script Action..

sumitjumale
Kilo Contributor

Hi All,

I need to pass "previous " object in eventQueue() through Business rule and retrieve in Script Action. I am able to pass current object.. but I coudnt retrieve   previous object wirh event.parm1.

Please suggest.

Regards,

Sumit Jumale

20 REPLIES 20

ghsrikanth
Tera Guru

Sumit,



Please follow the suggestion given by Brian of constructing the JSON of all your necessary fields from previous and use the same in mail_script.


It is the optimal way and even in HI instance of servicenow, we use the same way.