|
Home > Archive > Microsoft Content Management Server > October 2005 > skipping the approval process
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 |
skipping the approval process
|
|
| drazic19 2005-10-28, 4:58 pm |
| Hi,
In our system there won't be any need for approvals as all users are
responsible for their content. Due to this the majority of users will be
moderators, there won't be any lower than this. Ideally i'd like to remove
the approval task from the work flow, so that on submitton the postings go
live. I've looked into doing this and come up with the following line added
to my Global.ascx:
Protected Sub CmsPosting_Submitted(ByVal sender As Object, ByVal e As
ChangedEventArgs)
'todo call approval process - CmsPosting_Approved ?
End Sub
How do i make a call to the cms to change the posting to approved when the
submitted event is call?
Thanks,
Michael
| |
| Stefan [MSFT] 2005-10-28, 4:58 pm |
| Hi Michael,
to remove the approval just ensure that all your users are authors and then
remove the editor and moderator rights groups from the channels.
This will ensure that all postings will go live after submit directly.
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
----------------------
"drazic19" <drazic19@discussions.microsoft.com> wrote in message
news:2E986824-4507-49EA-9C88-4BA801D57E3B@microsoft.com...
> Hi,
>
> In our system there won't be any need for approvals as all users are
> responsible for their content. Due to this the majority of users will be
> moderators, there won't be any lower than this. Ideally i'd like to remove
> the approval task from the work flow, so that on submitton the postings go
> live. I've looked into doing this and come up with the following line
> added
> to my Global.ascx:
>
> Protected Sub CmsPosting_Submitted(ByVal sender As Object, ByVal e As
> ChangedEventArgs)
>
> 'todo call approval process - CmsPosting_Approved ?
>
> End Sub
>
> How do i make a call to the cms to change the posting to approved when the
> submitted event is call?
>
> Thanks,
>
> Michael
|
|
|
|
|