Quick (?) RDK Question (OpenInsight 32-Bit)
At 20 JUN 2005 03:44:15PM Bruce Cameron wrote:
Within the RDK Repository view you can run "Entities changed since" that will pull the items in the application that have changed.
Can anyone provide the rlist command for that? I would like to take that command and list all entities that changed within a beginning and ending date and also break on last updated by. Is that possible?
At 20 JUN 2005 09:01PM David Goddard wrote:
G'day Bruce,
Try this:
LIST SYSREPOS WITH UPDATED BETWEEN "01 JUN 2005 00:00" AND "20 JUN 2005 23:59" BY UPDATED_BY BY TYPEID BY ENTITYID TYPEID ENTITYID BREAK-ON UPDATED_BY UPDATED ID-SUPP
Dave G
At 21 JUN 2005 09:28PM Bruce Cameron wrote:
Awesome David. Cheers!