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

Forum Posts

Business rule to create request item in a Catalog item

Hi All,I have to create a Business rule on sys_user for any new records created by "ta_admin" then create that new user request with the variable incident management role as ‘normal user’ in  the Tenforce catalog item.Thank you.

Dileep2 by Tera Contributor
  • 776 Views
  • 6 replies
  • 0 helpfuls

Resolved! Change approver utility

Hi developers,We are looking to have change approver utility for one of our existing tables If the record is in awaiting approval state - 1. Either none of them have approved                 2. Some of them have approved and some are pending  We need...

ujjwala_678 by Tera Contributor
  • 746 Views
  • 1 replies
  • 1 helpfuls

Resolved! I want to change the banner logo of my instance.

I tried, update of Basic configuration UI16, Basic configuration and banner image change in System properties< system also. But it was not working as i expected. the image not changing. Anyone Help me out to get this.

Aditya02 by Tera Guru
  • 4617 Views
  • 8 replies
  • 18 helpfuls

Resolved! Set access for display a column through Personalize List

Hello everyone,Is there a way to set access for display a column through Personalize List. I don't want to hide the Personalize List, I just want to limit the number of columns that can be displayed based on the Personalize List.Example:User A can di...

Resolved! CAD Question Help !!

Can anyone Tell me what is the correct answer? To see what scripts, reports, and other application artifacts will be in a published application:A. Enter the name of the Application in the Global search fieldB. Open the list of Update Sets for the ins...

Resolved! restrict the filter options on service catalog field

I am having a reference field on the Service catalog form, below is the screenshot   and  level 3 form field is like below.     and coming to script include, through the Reference qual.  businessGroup: function() {          var choices = [];        v...

pavam_0-1727677054982.png pavam_1-1727678966962.png
pavam by Tera Contributor
  • 387 Views
  • 1 replies
  • 0 helpfuls

Resolved! how to make reference field read only which contain URL ?

Hi All,  I need to make field read-only which contain URL after completing task . I have tried UI policy and onLoad client script   var state=g_form.getValue('state');   alert("in script"+state);   if(state==3||state==4||state==7)   {       alert("in...

CSRF TOKEN VALIDATION

Hi This is for the integration for Snow to solman .In solam we have 2 endpoints where one is used to get csrf token and the other one is to post the csrf token .When we post the token it says validation failed and the response is 403.