cancel
Showing results for 
Search instead for 
Did you mean: 

ESS adress component customization with FPM on vcPerAddressUSReview

Former Member
0 Kudos

Friends,

I am trying to modify the essusaddr component. My requirement is, as per the ESS road map the user ,Enter, Edit, Review , Save the address information. In this process when the user click on Save i want to popup a dialog box with some text say " Sapmle Text" with two button like standard "OK" and "CANCEL". if the user click on OK button the user should go to different component that is essusW4 , VcPerW4Detail view.

Step1:

I tried to create onEvent() , method under the vcPerAddressUSReview controller bot no success.

The code i am trying but not sure how to complete this:

public void onEvent(){

String event = fpm.getEventData().getEventName();

if (event.equals(IFPM.EVENT_SAVE))

{

//I am not sure how to proceed here, when the user click the data should save and populate a dialog box with some message and OK, CANCEL buttons. please help

}

Step2: Once i complete the first one with dialog box I will start look into this.

Thanks in advance.

Peter.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

I am still looking in to it. I did not see correct answer for this. Closing this thread.

Former Member
0 Kudos

hi!

i think you need the FPM utility component to generate navigation targets.

thanks

vishal

Former Member
0 Kudos

Hi peter,

if you wish to navigate to a different view you need to put that view in your list of perspectives when you are defining your CC.