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

Forum Posts

ACL to hide records not in users domain

Hello,I need some guidance / Assistance on an issue I'm having. I'm trying to create an ACL to hide all the CMDB records that aren't in a user's domain. Ideally i don't want them seeing any CMDB record that isn't in their domain (also filtering out a...

2017-06-16_1031.png 2017-06-16_1033.png
kyrencooper by Kilo Explorer
  • 3892 Views
  • 4 replies
  • 0 helpfuls

add items to order guide dynamically

I am looking for a good way to add catalog items to an order guide using custom logic -   without having to specify all of the possible items in the rule-base.For example, lets say there are 15 mobile phone models/plans that are in the catalog and co...

speterson by Mega Contributor
  • 8177 Views
  • 8 replies
  • 7 helpfuls

Ui policies are not working properly on catalog item

Hi, I have applied 7 ui policies on 105 variables and also applied proper conditions and order for the ui policies. But whenever I have reload the form then only UI policies are working properly. If I change the condition without reloading the form t...

Resolved! Get value from xml response

How to get the value '104' which is the CelsiusToFahrenheitResult here in this response xml into my business rule scipt? I need to take the value '104' from this xml and place it as the value of a field. Here is my code, (function executeRule(curren...

find_real_file.png
Kevin Paul by Giga Guru
  • 2368 Views
  • 7 replies
  • 4 helpfuls

Resolved! How to use Flow Designer with "Price" field - insert fails

Hi, I am using Flow designer to trigger *on insert* into a "transaction" table, and write some information from this table into another table, e.g.   target_table -> Company = trigger -> transaction table -> company  OK.   This works completely fine ...

Resolved! Need help in scripting to push unique values in array

Hi,   I have a script which is on inbound action that takes the subject and search for a keyword and get the knowledge article number and push into an array. Which is working fine   But if in case i have duplicate keywords then it is pushing the kb n...