API for Master app to retrieve Detail app

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

If there is, I’m not aware of them. The links are not dynamic, you program them yourself. So at execution time you have to do with the generated programs. No variables there which holds the link data, afaik, just static data.

I really hope the in house SC developer can hear me.if there is a security for master app, there should be further expand for detail app as well.

You could use the diagram that sc generates. it will be a good starting point showing all the internal apps and their flows

sorry, what’s the ‘diagram’ and where to get it?

in your scriptcase go to the Project menu.
Then go down to the “show Diagram” menu link

[QUOTE=madikonda;34980]in your scriptcase go to the Project menu.
Then go down to the “show Diagram” menu link[/QUOTE]

I think he speaks about some way to return a “detail object” to interact with it in runtime.

Exactly Giu!