Hi,
Is it possible to get the complete dataProviderID path of a TextField component in a form which is included through a tab?
For example, If I have a FormB which is included in FormA as a TabPanel and with relationship of FormATable_to_FormBTable, is it possible to get the whole path FormATable_FormBTable.fieldName from FormB? Because currently, when I am in FormB, I can’t see its relationship with the parent form. I can only get FormBTable.fieldName.
Any info about this is highly appreciated.