guys can anybody help me out, i want to make a version tree program in dfc...
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
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
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..!!!
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?