Xpath to know the update details of a user
Hi everyone, I have an Xpath filter to know the updates of users based on the request object, but I want to retrieve specific information of the update (like the old value new value of the attributes or the attribute that had changed) and I dont know which is the the object that contain this information. Any idea???
September 30th, 2010 7:31pm

Hi Again, I found this information in an attribute called RequestParameter inside the Request object, This attribute is an xmlns an I dont know how to read this format, Any one can help me with othe way to obtain this information. Thanks
Free Windows Admin Tool Kit Click here and download it now
October 5th, 2010 4:57am

I'm afraid I've only been able to do this in custom activity code ... and I have recently seen a clever example of how to do this generically (think it was Evgeniy) by looping through this collection and writing them to a corresponding set of unique WorkflowData variables ... which you can then use in a subsequent activity (e.g. notification). Only other thing I can suggest you look at are the default approval notification email templates which refer to something like an "all changes table" (going from memory here).Bob Bradley, www.unifysolutions.net (FIMBob?)
December 14th, 2010 11:55am

the idea is that during AuthZ stage //Target has old values and //Request - new ones if you don't like the default template with its AllChangesAuthorizationTable you need a custom activity code, as //RequestParameter can't be resolved in email templates by standard approval/notification activities. search this forum for //Workflowdata/RCnew..... - there wiill be 80% of the code you need.
Free Windows Admin Tool Kit Click here and download it now
December 15th, 2010 3:12pm

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

Other recent topics Other recent topics