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

Forum Posts

Regarding email in Activity(Filtered) section

Dear Community change the state field from waiting for requester to work in progress, once the requester replies to fulfiller emails/system generated emails.Explanation: When fulfiller required more information from requester, then fulfiller changes ...

vempatigopi by Tera Contributor
  • 413 Views
  • 1 replies
  • 0 helpfuls

Resolved! show and hide submit button using catalog ui policy script

I have written below code from community to hide submit button but it is giving issue when updating the case created. Is this code correct?if(window == null){        // for portal        var z = this.document.getElementsByClassName("btn btn-primary b...

Hafsa1 by Mega Sage
  • 934 Views
  • 3 replies
  • 0 helpfuls

Resolved! maping catalog variable to custom table reference field

I need to map catalog variable set to custom table field ex: i have variable set which contain 5 variables and there is one custon table created in that custom table created one field with list type. i need to give reference of the field to my variab...

need help in script v2

Hi Team ,  can anyone please help me with this issue  In RITM form i have configured custom fields   I have wirtten business rule and cilent script for this    cilent script  function onLoad() { //Type appropriate comment here, and begin script b...

nameisnani_0-1733881380399.png nameisnani_1-1733881380446.png nameisnani_2-1733881380441.png nameisnani_3-1733881380449.png
nameisnani by Mega Sage
  • 698 Views
  • 6 replies
  • 0 helpfuls

Update SCTASK state change to RITM & REQ

Hi Team ,  can anyone please help me on this requirment ,  whenever sctask state changes same should be refelected to ritm and req table , can any one please provide me the BR script ,  if possible please provide me the configuration screenshot for b...

nameisnani by Mega Sage
  • 832 Views
  • 4 replies
  • 0 helpfuls

Adding approval email and name as a comment on RITM

Hi Team i created async BR with condition as addition of comment is equal to false and with below code (function executeRule(current, previous /*null when async*/ ) {    // Wait for 2 minutes    //gs.sleep(120000); // Delay for 2 minutes    var secon...

vamshi2 by Tera Contributor
  • 550 Views
  • 4 replies
  • 0 helpfuls

Tag a role to an Assignment Group

Folks,Need your help on how to add/append a Role to an Assignment group via script.On a custom module, user will select a Role (Choice) and Group (Reference), once saved I want to add that role into the group, so that everyone under that Group will i...

sachinhs by Tera Contributor
  • 1224 Views
  • 8 replies
  • 5 helpfuls

Cancel UI action on Catalog task

I need a cancel button on catalog task form. When Cancel UI action is clicked, the sc_task state should be changes to 'Close cancelled' and all its approval along with SLA's should also be cancelled and made inactive.Please suggest an possible way to...