I would like to be able to determine which table a linked record exists in so that I can parse metadata and apply appropriate data conversions. Am I missing something here?
In this case, the base schema is not stable. Hardcoding is not my favorite technique.
…get that record id from every table in the base, which is a waste of resources.
Yes, it would be a waste of resources but it seems the only way to do this wit...
I am using the REST API. It looks like the Enterprise API has methods that can write the ‘Field Type’ but not read. This seems like a missing feature. I will have to either hard-code table names or parse every table to identify which table a linked...