Your implementation may wish to support additional actions for the online filing process. The self service product allows enabling a form action on specific form. For example, consider the following requirement/implementation scenario:
Requirement: Improve the self service user's experience by splitting Check My Form into two actions: Calculate Totals, whose purpose is to update the numbers on the form, and Check my Form whose purpose is purely data verification.
Possible implementation:
Create a new Form Rule Event named Calculate and implement form rules for calculations.
Implement the form action processor to call a rule event created above C1-ApplyWSSValidation. For the base product, from XML conversion to and from the self service generic XML, use the business services C1-TransformFormToGenericWeb and C1-TransformGenericWebToForm.
Add a new form action using lookup C1_SELF_SVC_FORM_ACTION_FLG.
Configure the new action on the Self Service Master Configuration.
Set up a new action in the self service product and enable it on the form definition(s).
Copyright © 2007, 2016, Oracle and/or its affiliates. All rights reserved. Documentation build: 2.5.2016 10:21:45 [T1_1454696505000]