| Stefan [MSFT] 2006-07-20, 7:36 am |
| Hi Amit,
it sounds you are changing this property outside a workflow event - e.g. in
Page_Load or in a custom console action after the workflow events have
fired.
Any change to an MCMS object will update it's change token.
During save MCMS compare the change token of the object to be updated
against the change token the item had when opening the page in edit mode.
If the change token has changed meanwhile this error will occur.
You need to ensure that your change happens either before or inside a
workflow event.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
Check out the new book as well: Advanced MCMS development:
http://tinyurl.com/8ugwj
----------------------
"AmitK" <amitkarnik78@gmail.com> wrote in message
news:1153357816.063697.19480@i3g2000cwc.googlegroups.com...
> Hi All,
> I am trying to change "Stop Publishing" property of a posting and
> getting following error.
>
> "Invalid change token. The current object data does not match the
> data associated with the given change token."
>
> Does anybody have the answer ? Please help me.
>
> Thanks
>
|