Hello. How to get the View (or Table) name of the datasource? |
Hi Ramil, There is not an API which retrieves the name of the base table or view of a datasource. You can achieve this by implementing your custom mapping (key-value pair) table holding datasource names and related base object names. Hope this helps, |