|
Home > Archive > Microsoft Content Management Server > February 2004 > change identification
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
change identification
|
|
|
| Is there some sort of transaction id value or something to indicate that property changes are part of the same change? Posting.ChangeToken and Posting.ChangeDate vary for each property. Basically I want to send only one email when an author modifies sev
eral properties at a time. And since Cms_PropertyChanged is fired for each individual property changed, I want a way to figure out if I've already sent an email, so the author and editor only get one email about the set of changes. My plan was to store t
he ChangeToken in a Session variable, but since it changes for each property that wont work.
Any ideas?
Thanks!
| |
| Stefan [MSFT] 2004-02-27, 11:37 am |
| Hi DWC,
no there is no such transaction ID.
Cheers,
Stefan.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"dwc" <anonymous@discussions.microsoft.com> wrote in message
news:63B271F9-C544-47A6-BC0C-5E4E5D9016A4@microsoft.com...
> Is there some sort of transaction id value or something to indicate that
property changes are part of the same change? Posting.ChangeToken and
Posting.ChangeDate vary for each property. Basically I want to send only
one email when an author modifies several properties at a time. And since
Cms_PropertyChanged is fired for each individual property changed, I want a
way to figure out if I've already sent an email, so the author and editor
only get one email about the set of changes. My plan was to store the
ChangeToken in a Session variable, but since it changes for each property
that wont work.
>
> Any ideas?
>
> Thanks!
|
|
|
|
|