Pass the values

HI team ,

I have a main Parent Interface having multiple Interface in "CHOOSE" function --> (eg : Int A , Int B , Int C)

Int C --> shows error message based on Int B ( Int C knows it by api call) . 

1.When I load the main parent Interface . 
2. Then Select Int C.
3. I press "Save Button " --> it displays error message based on api call and Conditions (which I achieved already as expected).

4.Then I goto int B. , --> then made necessary changes . 
5.I return back to Int C --> but the error message still shows (as Int C doesn't know that necessary changes are already made by Int B )

[because API call is in save BUTTON ].

Now if I press , save Button --> api call is made and necessary condition are satisfied by API value so , error message disappers.



My requirement is : Everytime I press Int C , I don't want to show error message . 
                               Error message should only be displayed after I press the Buttton . 

So , how do I make Int C aware of the Int B changes ?
Any Suggestion expect the use of "with" ?

Kind Regards

  Discussion posts and replies are publicly visible