Previous Topic: NotesNext Topic: YRTVMDLPRF (Retrieve Model Profile details) Command


Example

To find out the date and time that the Customer file was last changed, and who made that change:

YRTVMDLOBJ OBJNAM( *NONE 'Customer' + 
*FIL ) CHGDTE( &CHGDTE ) CHGTME +
 ( &CHGTME ) CHGUSR( &CHGUSR )

This information could then be used for comparison with the same object (by name) in another data model.