cancel
Showing results for 
Search instead for 
Did you mean: 

Auto filling the data for the context .

Former Member
0 Kudos

Hi Techies ,

Am assigned to enhance a huge WD application .

The whole is the OIF_FPM .

In the output we have three OIF Tabs , like display ,maintain , execute .

On maintain tab :

There is one input field 'xxx' and when i give some value in the field 'xxx' and click on display button then it is triggering another view(which have list of text fields) in which date related 'xxx' field is coming/filling .

i want to know from where they are getting the data to the list of fields in the next view after hitting display button in the first view .

i have debugged it but unable to get the root of that issue .

since i want to do some validations prior displaying the data .

Please correct me if am wrong .

i know its difficult to understand my issue .

there is one context for all the fields in the second view .

Thanks,

praveen.yashwanth@gmail.com

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Praveen,

There are several ways by which data can be shared/passed between different tabs/UIBB's in the FPM scenario.

Please check for singleton class being used in your application as that is the most common and simplest way .

For more details on how different ways could have been used to pass data, please read the below article:

Answers (0)