Custom Workflow Activity

Hi,

I have a custom activity where I receive the name and value of changed attributes via currentRequest requestType.ParseParameters.

It happens that I need to read other attributes of that person that didnt change. specially one that is the person's key (Anchor)

How can I do that (preferably without a xpath expression)?

Thanks,

DD

ParseParameters

February 9th, 2015 9:53am

Hello,

You can get the "Target" resource ID from the currentRequest and use it with the ReadResource activity.

Use property "SelectionAttributes" to set the attributes name of the desired attributes.

Basically, you will have this in your designer:

  • A code activity to set up the read activity
  • The read activity
  • A code activity to get value from the read activity

More info for ReadResourceActivity

Regards,

Free Windows Admin Tool Kit Click here and download it now
February 9th, 2015 12:20pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics