- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2022 06:48 AM
From a HR case, when agent can use the transfer button to transfer to an Incident or Service Request. If the agents leaves the department as Human Resources and clicks Transfer the process hangs. Eventually an error loads: "Function log is not allowed in scope sn_hr_core. Use gs.debug() or gs.info() instead". I'd like to add a friendly error to stop them from choosing Human Resources. I've tried adding a msg to UI action Transfer (to task) but cannot get the msg to display. I would appreciate any help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2022 10:59 AM
The gslog statement ended up being in the HRCreateDepartmentTicket script include. Thank you for your assistance.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2022 11:40 PM
Hi Cynthia,
Don't see any function log here, please go to below link and see if there are any function log( like gs.log etc) and comment that line, give a try.
https://yourinstance/sys_script_include.do?sys_id=32678a3453b72300ff25ddeeff7b1213&sysparm_record_target=sys_script_include&sysparm_record_row=1&sysparm_record_rows=20&sysparm_record_list=nameCONTAINStransfer%5EORDERBYDESCsys_updated_on
Regards,
Musab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2022 06:58 AM
Hello: Sorry for the delay in responding. Unfortunately, there is no reference to any log in the script included. To clarify, I am using the OOB Universal Request Transfer button, when attempting to transfer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2023 08:20 AM
Hello, i am trying to use the OOB Universal Transfer Button (No Transfer Case) for HRSD to other departments and something wrong happens to condition of the UI Action of this button. Could u plz inform me which condition use to display this particular UI Action button?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2022 07:03 AM
Share the UI action script here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2022 10:59 AM
The gslog statement ended up being in the HRCreateDepartmentTicket script include. Thank you for your assistance.