Scenario: A customer is looking to store in their datasheets a Viewer URL to the same datasheets. This is to have that URL easily available to any export processes they might have. If using the MI Python STK to do this, i imagine the script to be something like "for all records in this table, read their url and import it in this hyperlink attribute".
Question: The question is what would be the best way to read the viewer url of a record? The viewer_url property of a record looks perfect for that on paper but is there any catch? Is there an even simpler way?