Auto Change Finder

Posted by Jeff Ledbetter on 18-Jun-2017 16:40

Hi.

Here is a cool hack that will automatically run the Change Finder utility.

/*
 autochangefinder.p
 This routine will automatically:
  1. Create a Task
  2. Run the Change Finder
  3. Check-out the changed objects
  4. Remove the deleted objects
  5. Complete the Task
*/

[View:/cfs-file/__key/communityserver-discussions-components-files/231/autochangefinder.p:320:240]

All Replies

Posted by cverbiest on 19-Jun-2017 01:50

Hi Jeff,

cool, thanks.

Would it be possible to document the unused parameters.

I'd like to modify it to run for a product or product module.

Posted by Jeff Ledbetter on 19-Jun-2017 07:31

Hi.

The parameters for the call to rtb_get_changed_objects are:

INPUT
  pcWorkspace - Workspace ID to compare (required)
  pcModule    - Workspace Module to compare (blank for all)
Unused OUTPUT PhTTchangedObjects - Temp-table handle for changed objects

Posted by Jeff Ledbetter on 19-Jun-2017 07:34

FYI, getting changed Objects by Product Module is forthcoming.

This thread is closed