Hi everybody, |
Re: How to reverse links However:- If as you say 'don't know really DXL' then this is a hard and dangerous place to start learning. Make sure you do all your developments in a test database, and take an archive of the real project before you run on that. You don't need to involve text files at all, if required, information should be copied to a skip lists/buffers and manipulated there. Process would be more like :- identify required linkset create new linkset for each entry in original linkset create reversed link in new linkset save new linkset delete original linkset (if required). All with suitable handling for cases where reverse linkset already exists, write access to modules does not exist, correcly handle existing links etc. |
Re: How to reverse links 1. Create a view showing the current links and Object ID. 2. Export the view into a spreadsheet. 3. Import the spreadsheet, updating existing objects, with the link information going into a new attribute - say "CurrentLink". 4. Use the Link by Attribute function under the Link menu and use CurrentLink along with the desired Link Module, Target Module and link direction. I certainly agree with Bob that this should be tested on a copy first. Craig |