Hello
In which table do you store the link for tabContact and tabCustomers? I need to read the link and both tables in Excel.
Thanks for your help.
Hello
In which table do you store the link for tabContact and tabCustomers? I need to read the link and both tables in Excel.
Thanks for your help.
Table known as Dynamic Link. Identified as tabDynamic Link
in database
Thanks!
I did some research about the right syntax:
select * from tabDynamic Link
This will work. Also, get to know the fields inside correctly. This will save a lot of pain when trying to fetch specific links in Python code. See one linked record and try to correlate each field and it should be okay.