Is there are any methods to get the TableRelation string for field in C/SIDE? [?]
Use the systemtable Field. This table has a field TableRelationNo.
In systemtable Field I can get only Table No. And how get the TableRelation string?
The table “Field” will give you the TableRelationNo and the FieldNo, but it’s not exactly the string you are looking for… Can I ask you why you need this information?
I want to realize export with depended data.
For sure, if you want to build a generic codeunit or dataport to do this, it will take some time. If you can tell us what is the task you want to accomplish, we may help you to find an easier/faster way (ex: reimport into another Navision company or database, integrate with another system, etc.) FYI, you will find the Table Relation Strings if you export your table object as text. Regards,
I want to build universal method for export data. In my decision user can select entity (exmpl Sales Order), select fields and export it with dependent data structure (Items), these can hold fields with relations too (Unit of Measure). It is not convenient to use a table as a text object to configure process.
I’m not sure, but maybe your goal is set too high. You will find a quite few obstacles that can possibly stop you from building a “global export” system. However, if you are able to do it, maybe there will be some interest for such a tool and you can make an Add On from it. Good luck!