Dear gurus,
is there any API that can retrive what are the detail apps currently linked to master app?
E.g.
GetDetailApp(MyMasterApp)
Return: DetailApp1, DetailApp2....
I also find this relationship not store in database table.
If both approach above are not available, how can i detect the relationship of master-detail app without hardcode in the PHP code?
Thanks
is there any API that can retrive what are the detail apps currently linked to master app?
E.g.
GetDetailApp(MyMasterApp)
Return: DetailApp1, DetailApp2....
I also find this relationship not store in database table.
If both approach above are not available, how can i detect the relationship of master-detail app without hardcode in the PHP code?
Thanks
Comment