Hi
I need to change the state Programmatically from One to Another (i.e) Promote and Demote
Can any one help in this?? Without Composer and DAB.
Hi Guys
I have one more query that , It based upon the state , Basic Permission need to change, Whether any one knows the method to assign the permisssion to the Group based upon the Folder
Promote and demote methods are available for IDfSysObject. Check out DFC java docs....
promote(....), the following may also be of interest
canPromote(), canResume() canDemote(), ...
Custom logic group based on folder can be achieved in a lifecyle method, which is called after promotion to new state.