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.

HRSD forum
Descritption
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Custom Image field in a PDF template

Hi all, I add a new field in the sys_user table; I named it 'my_signature' and it is 'image' type field. This is because I want to upload personal signatures of each user in this field. Now, I want to make it appear in a pdf template, but every attem...

OOTB sn_hr_core_case.work_notes READ ACL

Hi folks,  I'm wondering if anyone else has encountered this use case. The OOTB sn_hr_core_case.work_notes READ ACL allows HR Agents of other COEs to see work notes of each other's respective COE. Has anyone updated a field level ACL to check the COE...

Skipping Activity Sets Based on Parent Case Information

Once the request is approved by a manager, we have 3 different sets of documents that must be accepted by the employee, but only 1 applies for each case depending on data on that specific case (based on answers in the Record Producer).  We want to sk...

Jim Coyne by Kilo Patron
  • 2104 Views
  • 8 replies
  • 5 helpfuls

VA Dashboard

In the VA Dashboard>UsageI want to know how to show data in the topic sent via the actionable notification in usage tab and also the data is stored in which table? 

shivaadapa_0-1725347460323.png

Disable options in Agent Workspace

Hi all,I would like to disable some options inside a variable of type SelectBox. Although, i achieved it in the classic view, implementing a client script, in HR Agent Workspace it doesn't work because of g_sc_form.getControl() function.Is there any ...

Oracle HCM Integration imports failing

Our Oracle HCM import into HR SD is failing after importing 25k worker records with a strange situation.The flow reports "com.glide.transform.transformer.exceptions.InvalidStructureException: JsonStreamParser[2244]: Colon required after identifier" s...

barcar by Tera Contributor
  • 416 Views
  • 1 replies
  • 0 helpfuls

Resolved! Remove trailing characters in a String field on table records

Hi folks,  Looking to remove ".0" off of String fields that have accumulated over the years.  Here's what I'm trying to execute. Alternatively, I tried using .slice as well. I can't shake the feeling it's something basic and I should probably stop wo...