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

Forum Posts

Reference Qualifier or Filter for Glide List Using UI macro

macro macro Hi All,  Using catalog variable 'Macro with label' I have created Glide List as per script:  <?xml version="1.0" encoding="utf-8" ?><j:jelly trim="true" xmlns:j="jelly:core" xmlns:g="glide" xmlns:j2="null" xmlns:g2="null"> <j:set var="jva...

darshanr by Kilo Guru
  • 5237 Views
  • 10 replies
  • 1 helpfuls

Hide submit button on client script

Hi. How can i hide the submit button with a client script? I use:     this,jQuery('button').hide(); But it hides all buttons and it is a problem in my form, i need hide only submit button   Thanks and greetings    

Multiline style for a single line string field.

I have created a string field with field length = 10 chars. ('SAP ID' field in the screenshot below). Its being shown as multiline field on the form. But I was expecting it to be a single line style. I tried 1 column layout, then I tried cache flush ...

find_real_file.png
cc11 by Tera Contributor
  • 4184 Views
  • 10 replies
  • 8 helpfuls

Creating User Account in AD From A Workflow

We're looking to automate user creation in Active Directory, with more values than the OOB activity (flow designer, Microsoft AD spoke) allows. No problem, copied and edited the action and the underlying PowerShell script to match. Done and done. But...

find_real_file.png find_real_file.png
David Post by Kilo Expert
  • 2702 Views
  • 7 replies
  • 1 helpfuls

Schedule Job to run on Dynamic Date Introduced

Hey guys, My request sounds like this: User introduce Date in a catalog item and based on the date entered, a job is scheduled to run on that specific date. Basically, schedule a job on a dynamic date from script as I want to trigger it from a custom...

DianaAndreea by Tera Contributor
  • 1633 Views
  • 2 replies
  • 0 helpfuls

Resolved! Business rule to show error message on the REQ form

Hi all, I want to display error message on top of the REQ form when any users who are not part of the specific assignment groups opens a specific REQ record. I am thinking of using Business rule with when to display but it is displaying message for a...

psyherin by Kilo Sage
  • 2211 Views
  • 3 replies
  • 1 helpfuls

How to call a field name dynamically in business rule

Hi,My requirement is to make a field unique and populate a message in business rule dynamically.Currently I have written the uniqueness check script in script include and calling that script in business rule. For example: There is a field "name" and ...

Priyanka77 by Tera Guru
  • 644 Views
  • 2 replies
  • 0 helpfuls

Resolved! Multi group approvals in workflow tasks

Hi All, I am trying to create a workflow with: 1. If price is between 10 to 20 send approval to group1. 2. If price is between 20 to 30 send approval to group1, if group1 approves then send approval to group2. I tried using if conditions and approve ...