DFC Version Tree

durgesh_sahu
durgesh_sahu Member
edited May 9, 2012 in Documentum #1

guys can anybody help me out, i want to make a version tree program in dfc...

Tagged:

Comments

  • lastnitescurry
    edited May 9, 2012 #2

    a) more detail of what you want?

    b) more detail of what you have already done to achieve this?

    c) I might become intersted to devote some of my FREE time to be curious

  • kcrkarthik
    kcrkarthik Member
    edited May 9, 2012 #3

    Make use of the IDFSysobject's getVersions() function. That will fetch all the versions of a specific sysobject and return you as a collection.

    Then, it's up to you to manipulate that.

    -karthik

  • durgesh_sahu
    durgesh_sahu Member
    edited May 9, 2012 #4

    i want to create a method through which we can create either a branch version or a major version...as i m pretty new to DFC progaramming i am  without clue from where to start..!!!

  • DCTM_Guru
    DCTM_Guru Member
    edited May 9, 2012 #5

    Step 1 - read the DFC development guide

    Step 2 - develop pseudo code for your business logic for your method

    Step 3 - review DFC javadocs to see which methods satisfy your pseudo requirements

    Step 4 - ask specific technical questions, just dont ask us to do your work for you.

    Is this good enough for you to start?