J
JonB
Goal:
I want to be able to add a new entry to a repeating group based on a
action from a rule.
Example:
Say there was a history log which tracked the due date for a item. If
the item was changed I want the old date and who changed it to be added
to the history log. This way over time the history of certain fileds or
form actions can be tracked.
<my:HistoryLog>
<my:LogData>
<my:LogDateTime>2006-06-13T14:17:28</my:LogDateTime>
<my:UserId>jsmith</my:UserId>
<my:LogType>DueDateChange</my:LogType>
<my:Message>Due date changed</my:Message>
<my
ocumentId>9f0fd722-fec2-4ab8-8cd2-e9c1f9c9bfb7</my
ocumentId>
</my:LogData>
</my:HistoryLog>
I would perfer not to go code side if I can get away with it, I am
attempting to minimise the amount of managed code.
I want to be able to add a new entry to a repeating group based on a
action from a rule.
Example:
Say there was a history log which tracked the due date for a item. If
the item was changed I want the old date and who changed it to be added
to the history log. This way over time the history of certain fileds or
form actions can be tracked.
<my:HistoryLog>
<my:LogData>
<my:LogDateTime>2006-06-13T14:17:28</my:LogDateTime>
<my:UserId>jsmith</my:UserId>
<my:LogType>DueDateChange</my:LogType>
<my:Message>Due date changed</my:Message>
<my
</my:LogData>
</my:HistoryLog>
I would perfer not to go code side if I can get away with it, I am
attempting to minimise the amount of managed code.