|
Home > Archive > Microsoft Content Management Server > April 2004 > CMS Workflow implementation in Delete Action.
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 |
CMS Workflow implementation in Delete Action.
|
|
|
| Hi,
Cms workflow is available for adding and editing posting. But this workflow
is NOT applied to deletion of posting. Authors can also delete posting once
posting is published, which is not desired behaviour. Only moderator should
delete posting after once it published. If posting is not submited to editor
than author can delete posting. How such type of workflow can be implemented
for delete?. Anyone has implemented then please let me know.
Regards,
Lalit.
| |
| Stefan [MSFT] 2004-04-30, 1:37 pm |
| Hi Lalid,
implement an CmsPosting_Deleting event handler and check the state.
If you would like to disallow the action - set e.Cancel = true.
Or implement a console extension that checks the state and removes the
delete link if invalid.
Cheers,
Stefan.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"Lalit" <lalit.mendapara@lld.com> wrote in message
news:Oc54iroLEHA.1272@tk2msftngp13.phx.gbl...
> Hi,
>
> Cms workflow is available for adding and editing posting. But this
workflow
> is NOT applied to deletion of posting. Authors can also delete posting
once
> posting is published, which is not desired behaviour. Only moderator
should
> delete posting after once it published. If posting is not submited to
editor
> than author can delete posting. How such type of workflow can be
implemented
> for delete?. Anyone has implemented then please let me know.
>
> Regards,
> Lalit.
>
>
|
|
|
|
|