Node in sitecore is auto deleted

84 views Asked by At

I have an issue when run workflow in sitecore. When aprrove one item in master db. Then it was auto deleted from Web db.

Does is relate to access right?

1

There are 1 answers

0
Hishaam Namooya On

After clicking on the Approved Button, check the workflow state of the item on the master database.

Also, check if Next State field on the Awaiting Approval

(Path: /sitecore/system/Workflows/[yourWorkflowBeingUsed]/Awaiting Approval)

It should be set to Approved. Then on the Approved (Path: /sitecore/system/Workflows/Standard Workflow/Approved), make sure the checkbox of the Final field is checked and check the Preview publishing targets from the Approved Item.

You need to make sure that the database from which you want to published is checked.

Thanks