Fetch current userProperties for a file
![]()
Hi,
I have the following precondition/advisor code that displays all user properties when a delivery takes place. What I find is that, the code always gets - for lack of a better word - the "beforestate" of the user properties. So for instance, if I have a custom property 1 set on a file and I deliver it - it does not display any user property at all. If I modify the file and deliver it again, now I see the custom property set previously, but not any other new properties created just before the second delivery. I am sure I am missing something in my code. Any help is greatly appreciated. Thanks!!
|
One answer
![]()
Update:
I think I found out what was going on. I should have used getSourceWorkspace instead of getDestWorkSpace when I created the ServiceConfigurationProvider. Hope this helps someone else! -AJ |