Additional Information (comments) in Case are not updating

Armin Heinlein1
Giga Expert

This should be a 10 minute thing but I am trying to figure this out for some time now and I can't resolve it. My Additional Notes are just not updating  the case- even as Admin.

I want to make the close notes available on the portal so that the Customer can see them on his case. For this I created a Business Rule that runs after the case changes to Resolvd and when the Close Notes have changed.

find_real_file.png

 

And here is my advance tab

find_real_file.png

This should work, but it doesn't. I am Admin when I resolve this case so it can't be the ACL. 

Here is the System Log

find_real_file.png

 

Any help is appreciated.

 

Thanks

 

 

 

 

 

 

 

 

 

1 ACCEPTED SOLUTION

Oh sorry didn't realise this was in scope! You won't be able to use that API.

Do you have cross-scope read access to the comments field?

What about this

current.comments = current.getValue('close_notes');



ServiceNow Nerd
ServiceNow Developer MVP 2020-2022
ServiceNow Community MVP 2019-2022

View solution in original post

19 REPLIES 19

What do you mean by hard coding? Like running a fix script or background script?

Maybe another business rule is interfering? 

 


ServiceNow Nerd
ServiceNow Developer MVP 2020-2022
ServiceNow Community MVP 2019-2022

find_real_file.png

I changed it to Order 8000. The highest number. 

Thank you very much. 

Armin Heinlein1
Giga Expert

That doesn't work. Only Hardcoded was working.