Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

OAF Code Tips

Explanation:
1. 2. 3. 4. Get the values from the page Pass them to a procedure Getting output from the procedure Throwing error based on the output

Explanation:
1. Event 2. Condition has to be written in the above format to check if the Apply button is pressed or not.

Controller Extension:
1. 2. 3. 4. 5. 6. Get the clear requirement Analyze the page and find out the page structure & CO from MDS and Java path Create a new custom controller which extends the original controller ; Embed the new logic Compile the java file in the server Personalize the page to take the new controller Test the page

You might also like