Update Custom properties within step

2875
1
Jump to solution
04-25-2012 07:57 PM
FraserHand
Occasional Contributor III
Hi There,
We have some 1:m related properties that we want to update from running a step to a) hide the props from the workflow users and b) make it more automated. I had thought of using the JTXSteps.ExecuteSQL for this but haven't found any examples on how to use this, or would it be better to create a custom step and do it through the object model? They are mostly dates and who has the job when the step is executed.
Has any one got an example of implementing this?
Thanks,
F
0 Kudos
1 Solution

Accepted Solutions
FraserHand
Occasional Contributor III
OK so I've written a step to populate custom props based on a passed through string, similar to what the create child advanced step does with child properties. Again our good friends IJTXAuxRecordContainer, ExtendedPropertyIdentifier and IJTXAuxRecord were invloved.

View solution in original post

0 Kudos
1 Reply
FraserHand
Occasional Contributor III
OK so I've written a step to populate custom props based on a passed through string, similar to what the create child advanced step does with child properties. Again our good friends IJTXAuxRecordContainer, ExtendedPropertyIdentifier and IJTXAuxRecord were invloved.
0 Kudos