In the latest release (2018.2) of Identity Director it is possible to use DateTime as a trigger for the delivery or return of a service. If I would import the datetime from a CSV file, what format of this datetime should I use? The idea is to disable a user account automatically at a certain date, not with a specific time in mind.
Datetime as trigger for delivery or return of a service: what format do I use?
Workspace and "Is Default Action"
We have a process that uses some "Is default actions and "Auto Prompt" to take place. This works OK in WebDesk but the action do not run automatically in Workspaces.
Has anyone else had this issue?
We are wanting to move across to WorkSpace, but it is yet another thing that is not working.
Dynamic Actor in Provide information task
Hi all.
Question regarding the "Dynamic Actor" field for the "Provide Information" task:
I am trying to use a subscriber property (which contains a windows user name) to perform a lookup and the send the task to this user.
It does not work as expected and all I can see in the Actor/Executed by fields is [Dynamic]...is there any way to see the result of the dynamic "calculation"?
My "Determine Actor based on" field contains "#Subscriber[Kontaktperson.Value]". This value is a windows user name. I use "Look up actor with person identifier": Windows User Account.
Question about patch deployment strategy and rollout project
Hi everyone,
I'm a little bit confused so i'm going to quickly explain my problem and ask for advices.
I configured the definitions download to only donwload MS critical patches into the "Scan (global)" folder.
I then created a rollout project which works this way:
- Patches/definitions are downloaded daily and added to the rollout project.
- First step of the project is to scan and fix all the workstations of the IT staff (about 10 workstations). When exit criteria is reached, we go to step 2.
-Step two: we scan and apply the patches to a larger group (40-50 workstations). After let's say one or two days if everything is ok i'd like to tag my patches with autofix so that all the others workstations of the network will be patched is necessary.
My problem (and question) is that all the definitions stay in the same folder : "Scan (Global) which means that this folder will becomes bigger and bigger and that workstation will always be scan for definitions from the previous days or weeks.
Should i first keep the definitions i download into a personalized folder as unassigned and then, later, move them into the "scan (global)" folder so every day or weeks the rollout project will only use "fresh definitions" ?
I mean will it be a problem if i just keep the definitions into the "Scan (global)" ?
Does it means that the rollout project wil alway use all the definitions from this folder are only the newly downloaded?
Sorry for my broken English but i'm French :-)
If anyone could help me i'd be glad.
thx.
Regards,
David.
Incorrect filter operation
Hello everybody! Сan anyone help me.
I have a gadget that displays a list of incidents assigned to the group.
The gadget uses a query with the condition "the value of the attribute is equal to the current group"
For some time, this query did not work correctly.
A similar problem occurs for users who have several support groups, and they constantly change them.
If you change the current group, incidents in the gadget remain from the previous group.
This problem occurs very rarely.
It is treated by switching several times of the current group
We are using version 2017.3
Maybe this is the problem someone already had. I hope for help
Computer Naming Template Help
Hoping someone can make this simple for me. We are looking at Upgrading a few thousand computers OSs and I don't want to have to have a technician there to type in the name, but the OS Version is part of the naming convention as is the machine type.
Our Naming convention is a two digit site code, OS Version Code, Computer Type, Asset Tag Number. i.e. 02WTD12345 would be Site 02 Windows Ten Desktop Asset Tag 12345
So down to the questions...
1) What do I have to do in the provisioning template to have it change the Site Code based on the Network the computer is being imaged on? i.e.. Site 02 IP = 02 in the computer name
2) Insert WTD in the Name for Windows 10 Images on desktops, WTL for laptops
3) What Naming Template Magic can I use to trim off all but the last 5 Digits of the Computer Name and then reuse them as the end of the new computer name
Thank you in advance for your help,
Erik
Open Xtraction in debug mode
Could you please explain how to open Xtraction 2018.2 in debug mode. Not able to access the existing document from Ivanti User Community link https://community.ivanti.com/docs/DOC-66133
Thank you
Missing Landscape tab in Ops Console
Expression syntax
Hi All,
Having a bit of a hard time figuring out why this will not work.
If the form is used in its basic layout with the requester being the person requiring the service all details populate into the task. However the form also has an option to select a box "Is this for another Person?". At this point the expression should sub that persons name instead of the requester and also populate the remainder of the forms details into the details section of the task but it only subs the person name and drop all the other details.
I'm assuming I'm missing something in the expression that tells it to continue as normal ofter the ELSE.
$(if GetSRPValue(RecId, "RequestCheckbox") == true
then
"Name:" + ToString(GetSRPValue(RecId, "User"))
else
"Name:" + ToString(GetSRPValue(RecId, "Requester")) + "\n" +
"Mobile Number: " + ToString(GetSRPValue(RecId, "UserMobile")) + "\n" +
"Destination: " + ToString(GetSRPValue(RecId, "UserDestination")) + "\n" +
"Departure Date: " + ToString(GetSRPValue(RecId, "UserDepartDate")) + "\n" +
"Return Date: " + ToString(GetSRPValue(RecId, "UserRTNDate")) + "\n" +
"Re-charge Code: " + ToString(GetSRPValue(RecId, "DeptRechargeCode")))
Sample 1 - Working as expected
Sample 2 - Failing
Any help will be appreciated
G
Data exchange between Velocity 5250 emulation and other application on Android
We have to create a prove of concept sending data to two fields in a 5250 session. The data wil be delivered by a service running in the background of the android device( Joya Touch)
But I have absolutely no experience concerning Velocity.
I looked at the scripting API guide and found two interesting functions:
Action.launchforResult()
Device.sendKeys()
And it seems possible that a script is triggered if it encounters a certain field
So my question is it at all possible?
Workflow Question
Hi
I am creating a new starter service request, where tasks are created based on what is selected on the front form.
If App 1 selected then create Task 1 etc.
I've therefore created a "Join" at the end of the workflow to link all the tasks back together, so I can then get a final approval step.
I'm having an issue however, as if there are 3 apps, and only 1 and 3 are required, the Join isn't completin as it's waiting for 1,2 and 3 task to be completed:
Any idea how I put a condition on a join so that if 1 and 3 are selected, then it disregards the "completed" of the 2nd App.
Thanks
Dan
Variable befüllen
Conditional Additional Fields on Search?
First time poster here - hoping someone can point me in the right direction.
We are using ISM in Higher Education and we have added to our Employee BO with an attribute AA_Persontype which allows us to differentiate between Staff and Students.
What I would like to be able to do is have the Search Additional Fields display conditionally based on that field
e.g. Staff have an attribute Staff number; I would like for results for staff to show the field, and results for Student to hide it
I have added the field as an Additional field as described here but it also shows up for Students with a blank value. There doesn't seem to be any obvious options to filter or add function to these fields - am I missing something, or is this functionality not there?
Thanks
Service Manager automated emails stuck in Draft folder
Hi all,
We've noticed that some of the emails that ISM is trying to send aren't going through. Specifically, we have a number of emails that are sitting in the Draft folder of the Exchange mailbox it uses. It looks like ISM created the messages as it should, but they never sent. We can see messages being sent. They briefly pop into Drafts if you watch the mailbox with an Outlook client, and then disappear, then appear in Sent folder like normal. But a few messages per day just pop into Drafts and never leave. There are no records of it in the Sent folder. The log in ISM shows that the messages are sent, and without any errors.
We've tried to find a pattern to the emails that fail. Are they all from the same business object, rule, or action? Is it to specific users, at certain times of day, etc? Unfortunately, it's all over the map. Some are survey emails after an incident is closed. Some are notifications to end-users that a new incident was created. Some are team notifications telling them they have a new assignment. It happens during peak hours and even on the weekends.
Anyone ever seen anything like this before?
Write query to find missing roles, Is it possible to write query to find end users who are missing a role that should be on all end users
All of our end users should have the EndUser role but some do not. Is it possible to write a query to identify all of the end users who do not have this role.
Powershell Skript wird nicht ausgeführt
Hi,
ich versuche in meiner DSM 2018.1 ein PowerShell Skript via CallScript auszuführen - leider ziemlich erfolglos.
Das log behauptet zwar immer es wurde installiert, tatsächlich passiert hier aber nichts.
Der Aufruf sieht im eScript Package wie folgt aus:
CallScriptAs('.\Extern$\decrapifier.ps1','','','',raUseSisAccount+raLogonWithProfile)/x64/TU
kann daran jemand erkennen was ich falsch mache? ich habe irgendwo gelesen, dass es für callscript nicht nötig ist die execution policy umzustellen?!
How can I Simple Search for tickets with attachments?
Is there away to include the requirement for an attachment to the ticket when doing a SimplSearch?
If not can they be identified with a SQL Query?
I have found Detail.Attachment, Detail.NumberOfAttachments and FSLAtt table, but the fields don't seem to match the call that have attachments.
How can I SimpleSearch for tickets with attachments?
Is there away to include the requirement for an attachment to the ticket when doing a SimplSearch?
If not can they be identified with a SQL Query?
I have found Detail.Attachment, Detail.NumberOfAttachments and FSLAtt table, but the fields don't seem to match the call that have attachments.
Windows 10 Edge Pinned on Taskbar
Is there an easy way to unpin Edge from the taskbar in windows 10 (1703)? Every time a user unpins and reboots it comes back. I have tried using the start.xml file with <CustomTaskbarLayoutCollection PinListPlacement="Replace"> but I cannot seem to get this working. Just wondering if anyone had a way to do it with AppSense 10.1 FR3.
Thanks
Need a PowerShell script to create a Bare Metal Device
Has anyone used or come up with a way to use PowerShell to create a Bare Metal Provision device?