Message 1 of 2
The way to get linked configuration table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm attempting to execute the following code:
configurationRow = associatedOccurrence.configurationRow
if configurationRow:
configurationTable = configurationRow.parentTable
However, it always fails with the exception message 'API Function not yet implemented'.
Are there any alternatives for reading configuration data from the linked designs?