Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8964603
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T16:37:35+00:00 2026-06-15T16:37:35+00:00

We have Tridion 2011 and page process workflow as well. We have event handler

  • 0

We have Tridion 2011 and page process workflow as well. We have event handler on page pre save. When the user saves a page an event handler is called to modify the page metadata and a workflow is initiated. So the minor versioning of the page goes to 0.3 on every editor save click. So basically:
0.1 – Tridion version for page Save
0.2 – Event handler code executed for saving page metadata and because of Save() call this code gets called again to lead to the next minor version
0.3 – Same event handler code gets executed.

What I’m trying to achieve is to keep the minor version to 0.1 on every user Save click.

I’ve tried Pre Save Post Save, Pre Check in and Post Check in and changed the order of execution i.e. last param of the event system subscribe call but nothing helped. So pl. help 🙂

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T16:37:36+00:00Added an answer on June 15, 2026 at 4:37 pm

    Why are you calling Save() in your event? If you make your changes BEFORE the page is saved, then it should store everything in one go, without you ever calling Save.

    public PageEvent()
    {
        EventSystem.Subscribe<Page, SaveEventArgs>(ChangePageTitle, EventPhases.Initiated);
    }
    private void ChangePageTitle(Page page, SaveEventArgs args, EventPhases phases)
    {
        page.Title = "Nuno was here " + page.Title;
    }
    

    This will change the page title, and as you see I don’t call Save, since the editor did that already.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am working on creating .NET TBB for Tridion 2011 SP1. I have two
In Tridion I have a page to which a component is attached that has
I have written a GUI extension for SDL Tridion 2011 SP1. The GUI consists
I have the following (from Tridion PowerTools ), which gets a user name from
Recently we have upgraded to Tridion 2011 SP1 from Tridion 5.3. In our existing
I am trying to create a Component1 in Tridion 2011 SP1. I also have
I have code that runs as part of an event handler and need to
I am using SDL Tridion 2011. I have created a Component of field type
I have a problem with my development VM with SDL Tridion 2011 SP1 installed
I am using UGC feature of Tridion 2011. I have done almost but stuck

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.