cancel
Showing results for 
Search instead for 
Did you mean: 

How to share data between 2 different FPM applications?

eason_zhang
Discoverer
0 Kudos

Dear experts,

Could please help to do me a favour about below issue?

I have 2 FPM applications, the 1st is an OIF with form GUIBB, which is used as the login screen, once user logined in, from this screen, system will go to an OVP implemented by launch pad, the login user information e.g. the user id or user authority need to be shared to the OVP, so that system could hide some application from the OVP(launch pad) accoding to the suer authority.

I tried to use a global class whose static attribute holds the data, however, it seems unable to retrieve the data in OVP side, could you please kindly advise how to deal with this problem? Is there any other way to resolve this? -- Context could not be used here, as both the OIF and OVP does not use it.

Thanks in advance!

Accepted Solutions (1)

Accepted Solutions (1)

chengalarayulu
Active Contributor
0 Kudos
eason_zhang
Discoverer
0 Kudos

Thank you first,

however, as I indicated above, I didn't use the free style uibb, so no context mapping in this case.

I just tried to use the shared object to resolve this, and it works - I assume with a global class and its static attribute, the data should being shared also - although in my previous testing, it didn't fire.

Answers (0)