Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

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

Forum Posts

Resolved! Help with onLoad modal in catalog client script

I have a requirement to have a modal on load to present a message to the requester when they load a catalog item. Most times they are likely going to select the positive option and want to proceed, however I need to cover the chance that they don't w...

Biddaum by Tera Guru
  • 1798 Views
  • 7 replies
  • 2 helpfuls

how to configure form for workspace?

Hi,I created a new customize table and then i created a new sys_ux_list the is reference to this customize table.When I click on the pencil icon to edit the form from the list view inside the workspace im getting this message:  how can I configure fo...

Screenshot 2026-03-03 075156.png
Alon Grod by Tera Expert
  • 1204 Views
  • 5 replies
  • 1 helpfuls

Email Parse to create Catalog Item

I know there are a lot of posts on this, and I have tried to follow some but not getting results Ive followed this video guide, but its not pulling the resultshttps://www.youtube.com/watch?v=uLHCw2GA3lo This is what we haveI get an email into our Hel...

Resolved! Copy work_notes from closed task to new task

Hello.I have a catalog item that generates 2 tasks. Catalog item is submitted and task 1 generates. When task 1 closes, then task 2 generates.What I would like to do is when task 1 closes, copy ALL work notes from task 1, and add them to task 2.I onl...

Issue on flow desinger approvals

I am working on a requirement in Flow Designer where the trigger is a Service Catalog request. Based on a variable selected in the associated catalog item, the flow must initiate two level approval process. The first level is a Manager approval, and ...

learnSN by Tera Expert
  • 3788 Views
  • 8 replies
  • 0 helpfuls

Client Script FX Currency calculations

I have this client script using FX Currency Fields:     var unit_price = g_form.getValue('unit_price');    g_form.addErrorMessage('FX ' + unit_price);    var currencyCode = unit_price.split(';')[0];     var unitCost = parseFloat(unit_price.split(';')...