Using DFC,can we able to change the meta data of the object while checking in the object.
iam using sysobject.save() method after checkin of object but meta data of object is not updating with new set of values,
but contente is updating and document is saving with next version numbers.
will the IDfCheckinOperation.execute method internally calls save method?
how this method IDfCheckinOperation.execute will work, how can we update the properties of object while checkin, using DFC?
thanks in advance.