Hello Experts,
I have the Camapign Wizard Screen(please refer the attached screen shot).
When I execute the Campaign Wizard, the field values are stored somehwere. And the same values are getting displayed in these feilds next time when I execute the transaction(even If I execute the Capamign Wizard after logging off and then logging in).
Now the problem is that if I try to navigate to the next screen, it gives the Mandatory field error - Make an entry in field XXXX. Even if the values are filled form the previous transaction(as shown above).
The workaround is that I have to press enter in each of these fields to get rid of these errors and to navigate on the next screen.
I had debugged the GETTER Methods for each of the Mandatory fields and to my surprise the value of these fields are showing as blank in the GETTER methods. Still the values are getting populated in the screen. This is the reason for getting the Mandatory field error.
And when I press the enter button on each of these fields, then only I see the value in SETTER method.
I would like to know how I can clear the values in the Mandatory fields before coming to this screen. So that the screen will not come pre-populated and hence the user will enter the values. Is it controlled by some config?
The component name is CPG_SALES_GA and the view name is CampaignSetup.
Thanks,
Nitin