M
Mohammed Siraj
Guest
Abir, A simple way to implement this would be to have VersionDocument object to track multiple versions of the Document field in your main record. Document -> VErsionDocument relationship cardinality will be 1:M On Document field update, configure an ObjectScripper trigger that runs 'Before Update', creates a new VersionDocument record with the current Document. Please refer attached sample for additional details. (Please visit the site to view this file)
Continue reading...
Continue reading...