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

Forum Posts

Deactivate user when not found on the LDAP import

Greetings Our LDAP management seems to be a lot different than most companies. The out of box deactivation script is looking for the users to go into a specific OU of have a specific field marked.   I need a much simpler script. IF a user is not fo...

Resolved! ACL to look at users country

Hi, without using glideRecord on an ACL script, what would be the best way to script my ACL so that it checks the current users country code to determine whether they can view the record. Appreciate that a BR is probably best, but there are currently...

M_iA by Kilo Sage
  • 941 Views
  • 3 replies
  • 0 helpfuls

Resolved! Flow Designer Scripting: sc_task

Hi, I've prepared a flow for a catalog item  as below. The RITM having total 14 sequential tasks in which one pair of parallel tasks (a glimpse of the flow as below):-   May I have the code please with which I can mitigate the number of steps of the...

find_real_file.png find_real_file.png

Resolved! How to edit add to cart button in service portal?

In service portal, when I click on "add to cart" button, it gives me two option. one is "Catalog Home" and another is "View Cart". I want to take off "Catalog Home" button and put another button in there called "Continue shopping" which will redirect...

Rinty by Giga Contributor
  • 4549 Views
  • 10 replies
  • 6 helpfuls

How do we fixed multiple filter over the list view like All > Approver Id = javascript:gs.getUserID() > status=Pending for Approval

Hi How can we fixed multiple filter query over the list like (All > Approver Id = javascript:gs.getUserID() > status=Pending for Approval ), I tried  &sysparm_fixed_query=approver_id=javascript:gs.getUserID()&sysparm_fixed_query=status=Pending for Ap...