Workflow Soluiton

 View Only
  • 1.  Get Assets for Users

    Posted Apr 25, 2017 07:06 PM

    Hello,

    I am new to Workflows but I am trying to create a employee termination workflow that will output all of the user's assigned assets into a form, but am having some issues with it. I am using the "Get User By User id And Domain Component" which passes to the "Get Assets for User by Id component". What ID is the "Get User By User Id And Domain Component" outputting? It does not look to match any guid that I have in the databases.

    Is there a better way of acheiving what I am trying to do? I've read this discussion but was unable to duplicate the results correctly.

    https://www.symantec.com/connect/forums/workflow-how-can-i-get-assets-assigned-user



  • 2.  RE: Get Assets for Users

    Posted Apr 27, 2017 04:05 AM

    EnsembleSecurityToken contains UserId.

    Most User components outout a User object which contains a UserId.

    --

    You could look at the 'SD.AssetViewProject' 

    There is a model: 'Search Equip. by NS Contact'

    • SD.Components.ServiceCalls.GetAssetsForOwnerComponent
      • This uses Email

    --

    You could use SQL from an Integration component and get the columns you need.

    --

    https://www.symantec.com/connect/articles/get-assets-user-id-component-0



  • 3.  RE: Get Assets for Users

    Posted May 04, 2017 03:19 PM

    thanks for the reply, Alex.

    I was able to generate a SQL integration to pull the data.

    Another question: Within this project, there are several tasks that need to be assigned to different groups(Process Manager groups). I know I can use the Dialog Workflow Component to assign the task to these groups, but is there a better/efficient way then doing this? I looked at the "Create Workflow Task" Component however that only allows you to assign the task to a user, not group.

    Correct me if I'm wrong, but from what I understand, having too many Dialog Workflow Component can bog down the system.