Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

gs.addInfoMessage in a BR on sys_attachment

r_gissarl_
Mega Expert

Hi,

I have some Business Rules that I needed to create to perform management on attachements on knowledge base. Indeed, we just migrated from Eureka to Istanbul and the localization of the knowledge base is radiacally different.

So in a source KB, the BR deals with updates on the child KB even on attachements. This is where my prolem is : every update on the source KB show info the user on the updated child (via gs.addInfoMessage). But the gs.addInfoMessage never appears on the sys_attachement BR. Probably because it uses a different window (users use the manage attachements link). Is there a way to post an info to the user in this window (manage attachment) ? Or to force the addInfoMessage to appears on the current record ?

Thanks.

6 REPLIES 6

@Karim-Alexandre thanks for you update.

 

> Today our only possible workaround is to send email notifications based on an event, parameter-less event launched by the BR but it is not a suitable solution.

Well, you can still attempt to customize UI Page for attachments:
System UI -> UI Pages, find the one called "attachment" and edit Client script to include your checks.

kevclark
Tera Contributor

Just reading patch notes for London P9 and it looks like this is finally fixed!