Adding to a repeating group from a rule.

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:DocumentId>9f0fd722-fec2-4ab8-8cd2-e9c1f9c9bfb7</my:DocumentId>
</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.
 
S

S.Y.M. Wong-A-Ton

If you look at the list of available actions, you'll see that it isn't
currently possible to do what you would like to do using a rule. So I'm
afraid you'll have to use code.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top