I'm trying to create/update document and then publish it. All works fine in CMS but when I tried to get that document on live site, I still see old version.The page type is CMS.File and file return...
Hello,In our application, we are using workflow and now I need to disable/hide Publish button on the basis of a flag. I tried it a lot at many events but no success.May I know whether is it possibl...
How can we save page without publish like Umbraco or other CMS?Generally we want to keep page like but new changes make as draft until publish or revert change.
Hello,I have created a page using kentico REST API. But I am not sure how to publish the page. I did tried to set the @DocumentCanBePublished@ property to true but no luck. Any help is highly appre...
Hi,Content Approver go to Pending Pages via cms.xxxebank.com to approve tasks that submit by Content Editor, once he click on the Edit icon, it redirect to uat.xxxebank.com and prompt the error mes...
Hello Support,I have created one custom module and also working on custom webparts. i just want to publish or unpublish the documents from my custom module. Can you please suggest me in this.Regard...
Hi. I'm trying to figure out a process where a user can create a page to be published on a specific date in the future in a staging environment - and then being able to sync staging to production s...
Hi! :)I'd like to ask how we'll be able to check if a document or blog post is published via SQL DB. I'm using Kentico 5.5 r2.Thanks.
Hi everyone. I assume there's a flag in one of the tables in the database for the status of a page, i.e. Archived, Published, Saved? Would anyone happen to know the location of those flags? I have ...
Hi,I want to unpublish documents according to a certain document value. I have a global event handler set up to do this, but I can only find how to do this under a workflow or using the @publish to...