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

Forum Posts

Selectable and not selectable items in a Tree Picker

We have built a large hierarchy in the cmn_location table. In the Incident form both in technical view and service operation workspace view we are showing a tree picker for this field.CountryRegionProvinceCityBuildingFlat We want to restrict the user...

powershell script is not working in flow designer

Hi Team,  This script is not working in the custom application: We are giving the user name.  Import-Module ActiveDirectory -WarningAction SilentlyContinue# Try to get the username from the environment variableif (Test-Path env:\SNC_userName) {$usern...

Community Alums by Community Alums  
  • 1835 Views
  • 13 replies
  • 0 helpfuls

Regarding glideDateTime

I have a piece of code and in that script I want RITMs to autocreate on every 8th dau of month, I want it to run on 8th day of every month and if 8th day is a weekend it should skip and then run on Monday i.e. should only run on weekdays.But when I a...