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

Forum Posts

Search by last name - variable attribute in record producer

Hi,I have a quick question.In the variable, I have an attribute that displays name and fields from the department. I want to be able to search by last name, but I don't want to display the last name column.column.ref_ac_columns=department.name;depart...

miro2_2-1693900349133.png miro2_1-1693899993049.png
miro2 by Mega Sage
  • 1062 Views
  • 4 replies
  • 0 helpfuls

confiure scoped app choice list, but got error Invalid 'Table' selected on the Choice Set record. The 'Customer Support' table is in application 'Customer Support', but the current application is 'Global'. The 'Table' field can only select 'Customer

Hi,     in scoped app,   try to configure item choice based on type, always got this error , it seems get in, but the update set would not be allowed to the scope application to another instanceInvalid 'Table' selected on the Choice Set record. The '...

jzhou by Kilo Explorer
  • 3845 Views
  • 5 replies
  • 2 helpfuls

Service request

Hi All,I am having one doubt,In that service catalog request I just added the ,Description of the form should read“Click here to view standard catalog guidelines” when i am click here then need to download one document, how can i implement that, we c...

DeepikaRavindr_0-1693902870675.png

Resolved! ServiceNow integration with Tableau

HiI need help with ServiceNow and Tableau integration.I have done the following.Created local accountCreated a group with a RoleACLs -  read access to the following tablessys_dictionary table (metadata about columns)sys_db_object table (metadata abou...

Navneet3 by Tera Expert
  • 2218 Views
  • 9 replies
  • 0 helpfuls

Business Calendar

Hello team can someone explain to me this topic : Business Calendari'm new to it. If i want to run a Schedule Job  Quarterly should i just use Quarter in the Business Calendar or is there more to it?Thanks!

yoli1 by Tera Contributor
  • 911 Views
  • 4 replies
  • 1 helpfuls

Resolved! Redirect record producer to newly created HR Case

Hi,How can I redirect a record producer that is executed on native SN (when the record producer is accessed from a module URL link) to the newly created HR Case form after submission? Is there an option redirect to the newly created HR Case instead o...

miro2_0-1693766275330.png miro2_1-1693766305601.png
miro2 by Mega Sage
  • 1401 Views
  • 2 replies
  • 2 helpfuls

Requirement

 Hello Team, I need to trigger the approval to Approval group , owned by and Managed By  for affected CIs and Affected Business Services if Outage is present. If it does not present then Needs to Trigger Notification Approval group, owned by and mana...

ooo_0-1693896273083.png ooo_1-1693896274661.png ooo_2-1693896274109.png
Community Alums by Community Alums  
  • 208 Views
  • 3 replies
  • 0 helpfuls

Change a work_note in a Form View

I am trying to change single work notes / comments in Form View using a business rule. I'd like to get the same result you could get using: g_form.setvalue('description', 'This is an example')  So far, I have only found methods to update this field a...