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

Forum Posts

gs.flushMessages() does not work on Scoped application

Hi, I need to avoid multiple messages popping up in the list view when we do a mass update , for this we used Flushmessages() , but it doesnt work  on Scoped application. Is there any way we can avoid multiple info messages from the list? 

sushmuttalli by Kilo Contributor
  • 3469 Views
  • 4 replies
  • 8 helpfuls

User Group in Checklist formatter

I want to ensure that only Group type= Active groups are seen in "user group" dropddown of checklist formatter.Which dictionary entry I should edit?Which table I should edit?If I select Group type= Active groups in dictionary for assignment group, wi...

ChiragK by Tera Contributor
  • 399 Views
  • 2 replies
  • 0 helpfuls

Resolved! Catalog Translation to French

Hi Team, I have a requirement to translate catalog as well as catalog variable along with the choice in FRENCH language .How do I achieve this. The only restriction is we can use catalog translation UI action on the top header of catalog page

Resolved! Approval Workflow Configuration

I want to configure 2 level approval workflow on the control life cycle After the review stateOnce the control is moved to review, state after the attestation, I want to configure a two level approval. So first approval should go to the control. Owne...

Service portal

I need to add additional fields to the Service portal Open tickets menu for My Request widget. Custom fields for current Approvers and Stage.

karthik65 by Tera Guru
  • 1003 Views
  • 8 replies
  • 0 helpfuls

Resolved! Help with error handling in Script Include

Hi Everyone, I have created a custom Scripted REST API (POST Method), I am sending JSON data from scripted rest API to script include and updating work notes in incident. But I am facing in error handling. Scripted REST API: (function process( /*REST...

Resolved! Change Default Widget message

Hello Experts, We are using List Tabbed widget on ESC Portal, and wanted to change the message it show when records are not present. Would like to change it to, no records available! Is there a way? Thanks,Shantanu

shantanukul_0-1737028092107.png
shantanukul by Tera Contributor
  • 821 Views
  • 3 replies
  • 1 helpfuls

catch error and create task from inbound action

Hi, im creating an inbound action and i want to make sure we catch an error and if there is one a task is created for our team. currently we have this at the end of the inbound action but we dont want to scan the logs every time:catch (err) {        ...