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

Forum Posts

pdf file is not generating

Hi All, Pdf file is not generating in the HR case whenever i am using before business and state changes to awaiting acceptance and hr service is one of "  "Please find the script: if (current.hr_service == '5d16185187c47d146c44b95e8bbb35d4') {       ...

Resolved! Script Debugger stuck waiting for first breakpoint

I can't get Script Debugger to trigger. Here is what I have done: 1. Write gs.info("TEST"); on the first line. Set a breakpoint to this line.2. Create an order that will trigger the script (it's a script for an Approval Workflow step).3. Check in the...

Resolved! order guide pass value cascade

hi All, i hope u r all ok.I am creating an order guide for the first time and i am facing an issue.i do have a variable set (requester details) which includes name, mgr, business unit, phone, etc)also, the 2 catalogue items included in the order have...

cuchi by Mega Guru
  • 1031 Views
  • 1 replies
  • 0 helpfuls

Resolved! How to set default landing page based on role

Hi,How can I set default landing page after user logged in. If the user does not has roles, he needs to redirect to portal, else he needs to redirect to service operation workspace home page

Alon Grod by Tera Expert
  • 4691 Views
  • 4 replies
  • 4 helpfuls

Need help of clear a list collector variable

Hello,Could someone please suggest on how to clear/empty a list collector variable after form loaded using catalog client script?   I'm familiar UI Policies, but needed to learn using client script.  Thank you 

Erica2 by Tera Contributor
  • 1321 Views
  • 9 replies
  • 0 helpfuls

Resolved! Show column name in reference field attributes

Hello all, I provided below variable attribute for a catalog item which is referenced to change table. ref_auto_completer=AJAXTableCompleter,ref_ac_columns=short_description;requested_by;assigned_to;sys_created_on,ref_ac_columns_search=true But on po...

find_real_file.png
Vikram3 by Tera Guru
  • 5857 Views
  • 8 replies
  • 4 helpfuls

Provide year filter in sysparams in a table REST API

Dear All,I want to set up parameters for a table and access this as a REST API.For this, I want to set a filter in sysparams as 'where table-column = to_year(sysdate)'  -- so i want to filter all the records of the table where column value is same as...