So, I added two fields to a source type and now want to update that on all uses of that source type. Does this need to be done manually or is there a way to update it automatically??
Announcement
Collapse
No announcement yet.
Source Field Updates
Collapse
X
-
Re: Source Field Updates
Originally posted by Mark C Munro View PostSo, I added two fields to a source type and now want to update that on all uses of that source type. Does this need to be done manually or is there a way to update it automatically??Dennis J. Cunniff
Click here to email me
-
Re: Source Field Updates
Originally posted by Mark C Munro View PostSo, I added two fields to a source type and now want to update that on all uses of that source type. Does this need to be done manually or is there a way to update it automatically??
DaveDave Walton
Tree - Walton, Haggerston, Chambers, Munro, Haught, Schlager, Scannell...
iMac M1, Macbook Air M2, MacOS Ventura 13.2, Reunion 13
Comment
-
Re: Source Field Updates
Thanks for the suggestions. I'll look into the Automator trick, I would be curious to hear more details...Also the last "trick" suggestions might be great too.
A larger part of the problem is that I have to now move one field value and parse out another into three.
If anyone from Reunion staff sees this, I remember years back in the forum the question of why no AppleScript support in Reunion came up and the staff said "what on earth would you use it for." As an AppleScript developer, I can tell you that there are dozens and maybe hundreds of different things I do manually that I would love to be able to automate with native scripting support..... and THIS is one of them. IF ever your development team thinks of adding an AppleScript dictionary to the app, I am available to provide lots of suggestions on this topic.
Comment
-
Re: Source Field Updates
Originally posted by Mark C Munro View PostThanks for the suggestions. I'll look into the Automator trick, I would be curious to hear more details...Also the last "trick" suggestions might be great too.
A larger part of the problem is that I have to now move one field value and parse out another into three.
If anyone from Reunion staff sees this, I remember years back in the forum the question of why no AppleScript support in Reunion came up and the staff said "what on earth would you use it for." As an AppleScript developer, I can tell you that there are dozens and maybe hundreds of different things I do manually that I would love to be able to automate with native scripting support..... and THIS is one of them. IF ever your development team thinks of adding an AppleScript dictionary to the app, I am available to provide lots of suggestions on this topic.
Taking Roger Moffat’s change the source type to a.n.other then back to the original forcing an update and noting that a Macro is useful only if the time spent writing it is worth the effort, around 5 minutes in this case then with Automator:
This is UI scripting by another name and can be unpredictable in outcome - make a backup.
Before using ‘Record’ make sure that you run through the workflow.
1. Open the Sources pane and apply the appropriate type filter.
2. Apply a sort so that your target update sources are at top of the list.
3. Double Click on the source in row 1 opening a Source window.
4. Move that window to a convenient place on the desktop avoiding the bottom screen edge i.e. you don’t want the Source Type dropdown opening to overlap the bottom screen edge.
5. Open Automator and choose new Workflow.
6. Drag and drop ‘Wait for User Action’ to the right hand side workflow window.
7. Click ‘Record’ and with smooth, continuous movements of your pointer:
Click on Source Type - opening the dropdown.
Make selection of a.n.other type.
Click on Source Type - opening the dropdown.
Select the original type.
Click on the ‘Done’ button.
Move the pointer to a convenient parking position.
Click ‘Stop’ to halt recording.
8. With an open Source edit window then run your workflow at 1x.
9. If you were not smooth/precise in your pointer movement, the pointer rested outside the dropdown… you will see an error at this point. Delete the 'Record' section and repeat 'Record' until it works.
10 . When working OK then use 10x playback.
11. Typical duration for this workflow around 3 - 4 seconds. My best was 1.3 seconds.
DaveDave Walton
Tree - Walton, Haggerston, Chambers, Munro, Haught, Schlager, Scannell...
iMac M1, Macbook Air M2, MacOS Ventura 13.2, Reunion 13
Comment
Comment