• MakeDecision process error

    Hi all,

    i'm launching a MakeDecision method on the object PersonWantsOrg with a HandleObjectComponent - CallMethod process step.

    this process is called all the time by other processes during the workflow of a request and all go fine.

    But in one case…

  • Request Property to Personwantsorg

    Hey,

    I have a problem with a request property. I read an old post about request property and PWO that said if you name the parameter in the request property the same as the FK in the table PWO it should automatically fill this in the table. But this is…

  • Add CentralAccount from PersonOrdered to PersonWantsOrg table

    Hello, I performed a Schema extension on the PersonWantsOrg table with the intention of introducing PersonOrdered's CentralAccount, I'm trying to get the value but I can't, I tried the following code:

    If Not String.IsNullOrEmpty($UID_PersonOrdered…

  • Attestation of requests

    We are going to start using attestation, and to begin with, we would like to only attest requests, and only make the manager approve/deny. Looking at the predefined attestation procedures, you have to choose system roles, entitlements, business roles…

  • OOTB Mail Processes in PersonWantsOrg Table Not Working Properly

    Hello All,

    We are facing issue for Mail related process in Identity Manager version 8.2 . OOTB processes "VI_ESS_PersonWantsOrg send mail when step granted" and "VI_ESS_PersonWantsOrg send mail when step not granted" are not getting triggered…

  • How Can I Consider ValidUntil in PWO?

    Hello,

    I have several delegations. Although Date Now is bigger than Valid Until of these delegations,the system has not been considering Valid Until and has not been taking back these delegations.How can i solve this issue?

    Thank You,

    Volkan.

  • How to make OrderReason required without using Request properties

    8.1.4 version

    Often InfoSec department require make OrderReason as mandatory property on the web portal.

    We can use Request properties feature but it calls popup for each products candidates for ShoppingCartItems separatly. It looks unconfortable when…

  • Reactivating aborted PWOs after they were accidentally aborted

    A customer wanted to replace the old workflow on the ServiceCategory and they removed it and saved the item. Because there was no alternative workflow, all the requests were aborted with the reason “Automatic system approval: Assigned Element was deleted…

  • Integration with ServiceDesk (BPM Online) How to reopen PwO ?

    at the moment I am integrating with the BPM Online service desk system: the user orders access through the It shop, then using Rest-api OneIM (version 8.1.2) creating tickets in BPM , requests and receives statuses. Based on this, OneIM made decision…

  • Unable to insert record in PersonWantsOrg table via. a custom script

    Hi All,

    Our Dell one identity current version is 7.1.3.

    I have a sync process that pulls data from anther database to one identity database. During this it inserts a records in PersonWantsOrg table. unfortunately, it is failing to insert a record and…

  • Reorder product on Web Portal

    Hi all!

    I have a problem with Web Portal. An order which is cancelled (aborted, dismissed or unsubscribed) should be able to reorder. All products are created according the next scheme: Service Item – Assignment Resource – Business Role – Group. BUT the…

  • What is the proper way of importing closed PWO from one environment to the next?

    Hello!

    As part of a migration from v6.1.2 to v8.0.1, we have to migrate some data, including notable closed PWO.
    By closed PWO, we mean PWO which have an OrderState in a viPWOOrderState with isClosed = 1 (OrderState IN (SELECT orderstate FROM viPWOOrderState…