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

Forum Posts

Make values read only in the List type field which has drop downs

Hello, @Amit Gujarathi @Ankur Bawiskar @Community Alums @Abhinay Erra @shloke04  I have a tricky requirement is it possible to make specific values READ only  in the choice field.Example: List field is "Versions" with below drop down values:LondonKin...

Ksnow by Tera Contributor
  • 669 Views
  • 3 replies
  • 0 helpfuls

Resolved! Regex is not working as expected

Regex should mask if the card number is exactly 15 digits(including the first two)  - not less than that not more than thatHere is the regex var matches = testcases.match(new RegExp('(?:^|(?<=[^0-9]))37(?:[ \t-]*\\d){13}', 'gj')); but the above is ma...

SAS21 by Tera Guru
  • 876 Views
  • 7 replies
  • 0 helpfuls

How to retrieve additional UI actions in ATF steps

How to retrieve additional UI actions in ATF steps  My test case scenarios - How to create a problem from the incident using ATF - I have already tested using the Click UI component but it's not retrieving from the previous test step

pavi12 by Tera Contributor
  • 422 Views
  • 2 replies
  • 0 helpfuls

Business Rule and Scripting

Hello I'm new to scripting and don't know much how the BR works so have some doubts. The thing is have created a "Before" Business rule with the conditions "Insert" or "updated" in the cmdb_rel_ci_list table to concatenate the Parent and child and up...

Virtual Agent background box size

Hi All,We have a survey on VA, whenever user is done asking about its tasks on virtual agent - it asks user for feedback. The options are good, neutral, and bad. Whenever the user selects any one option the response generated by VA is 'your feedback ...

swapnil15_0-1717754352248.png swapnil15_1-1717754551988.png

Resolved! Auto Populate New Hire's Department

We have a new hire order guide with a variable of New Hire.Need to auto populate the department of the user that is entered into that New Hire variable. I am using this onChange client script: function onChange(control, oldValue, newValue, isLoading)...