|
Home > Archive > Microsoft Content Management Server > February 2006 > Commit postings
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]
|
|
| Jim Reynolds 2006-02-17, 10:50 pm |
| Hi,
I am looking to commit a posting in the PAPI so I can re-submit the posting.
How do I do this please I thought it was as easy as posting.Commit();
Jim
| |
| Jim Reynolds 2006-02-17, 10:50 pm |
| Hi,
I worked the problem out below but have another. I am working on extended
workflow and need to decline a posting after it has been approved by a junior
level editor so a senior level editor can approve the same posting. After the
apporved process I decline and re-submit the posting in code and this works
fine, the only problem is that the posting is approved after. Is there any
way to stop the approved process? I have tried declining in the Approving
process and the approved process to no avail.
"Jim Reynolds" wrote:
> Hi,
>
> I am looking to commit a posting in the PAPI so I can re-submit the posting.
> How do I do this please I thought it was as easy as posting.Commit();
>
> Jim
| |
| Glen Wells 2006-02-26, 10:46 am |
| Assuming both junior and senior editors are just "editors" within MCMS and
therefore (as far as MCMS is concerned) have identical rights as each other,
then when you do the resubmit, it would need to be in the context of an
author, so that the posting continues to be awaiting editor approval. You
would then need further code to allow only senior editors to approve a
posting already approved by junior editors.
--
Glen Wells
www.cubik.co.uk
"Jim Reynolds" <JimReynolds@discussions.microsoft.com> wrote in message
news:4EA7D27A-1C3F-458E-8405-72C9DF53CF31@microsoft.com...[vbcol=seagreen]
> Hi,
>
> I worked the problem out below but have another. I am working on extended
> workflow and need to decline a posting after it has been approved by a
> junior
> level editor so a senior level editor can approve the same posting. After
> the
> apporved process I decline and re-submit the posting in code and this
> works
> fine, the only problem is that the posting is approved after. Is there any
> way to stop the approved process? I have tried declining in the Approving
> process and the approved process to no avail.
>
> "Jim Reynolds" wrote:
>
|
|
|
|
|