Hi everyone,
I've developed an FPM application (application A) to manage purchase orders (uses FPM_OIF).
As part of this application, I want to embed another custom FPM application (based on FPM_GAF), named application B.
The first screen of application A, renders a radiobuttons group. Based on user's selection, a certain variant is triggered.
For a given variant, I want to embed application B, as a whole.
The component configuration wizard prompts me for:
- Component: Component_B
- View: list of windows of component B
- Configuration Name:
- Configuration Type:
Unfortunately I've got an issue when filling up the view inputfield. In here I can specify any of the windows making up my application but that's not what I want. Application B is a GAF application based on 4 windows.
I don't want to select any of them. I just want to address application B as a whole.
How can I achieve this?
Thank you.