Symantec IGA

 View Only
  • 1.  Create User Task in organization of creator

    Posted Jul 25, 2020 10:09 AM
    Hi,

    Can anybody tell me how I can create a Admin Task in IM14.3 in which I don't want to select an organization, but where the organization  of the creator (i.e user who is logged in at the moment) is used directly.

    I only want to add the other attributes of the new user in the organization.

    Any help would be appreciated.

    Regards,
    Edwin Scheffer


  • 2.  RE: Create User Task in organization of creator

    Broadcom Employee
    Posted Jul 26, 2020 10:28 AM
    Try using a PX Policy of type=UI that execute on Set Subject of the task.

    In the Data Elements use the following:

    Name: Initiator_Friendly_Name
    Category: Tasks and Events
    Type:Task Information
    Function: Initiator's Friendly Name

    Name: Users_Organization
    Category: Attribute
    Type: Attribute of a Specific User
    Function: Get
    User: {'Initiator_Friendly_Name'}
    Attribute: Users Organization (%ORG_MEMBERSHIP%)

    Then in the Actions you can have

    Name: Set_Users_Organization
    Category: Attributes
    Type: Set User Values
    Function: Set
    Attribute Name: Users Organization (%ORG_MEMBERSHIP%)
    Value: {'Users_Organization'}



  • 3.  RE: Create User Task in organization of creator

    Posted Jul 26, 2020 03:07 PM
    I'm not familiair with PX policies, can those policies also be used in combinatie with Tews?

    Regards


  • 4.  RE: Create User Task in organization of creator

    Broadcom Employee
    Posted Jul 27, 2020 07:54 AM
    Yes, the PX Policies would still be invoked with the TEWS call.