Populate WorkNotes by Business Rule on ScTask Table

Koel Goswami
Tera Contributor

I have written after insert business rule on SCTASK table. I want to populate the worknotes in the sctask of certain fields from the hr case subject person HR Profile . I gave the when to run condition -

request_item.request.parent.sn_hr_core_case.hr_service= sys id for the HR Service.

 

But it is not getting triggered

6 REPLIES 6

Ankur Bawiskar
Tera Patron
Tera Patron

@Koel Goswami 

what did you try so far?

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

rexter1
Tera Expert

your Br when to run condition looks very crazy, Do you have any connection between HR case and Request? Why the Service condition? How the Profile comes here, why you need thet?  Also the requirement:

" I want to populate the worknotes in the sctask of certain fields from the hr case subject person HR Profile ."

 

Try to rephrase as something like:

Where you want to post something? To any created SCTASK work notes field? What you want to post there? Some field values for the Requested for's HR profile? If you rephrase your req likely somebody could help.