Hi All,
Request your valuable inputs, as i am stuck and not able to find a way out. As per my requirement, I need to do the following:
1. User clicks on the custom function menu of a document, this opens a custom cmd "Submit for Review".
2. "Submit for Review" cmd will present one basic web lingo file to make a division location selection after that user clicks on the button on this page which will call a request handler.
3. The request handler will do some background calculations and ultimately collect some data.
4. After this the request handler has to do redirection to a predefined Form (custom view).
5. But this form view should be populated on render with values calculated in Step 2.
I am not sure how to achieve this, a request handler can return a weblingo file, or do a redirect, or return an error file. I want the data collected in Step 2 to be available in the form custom view on render. This data user selects and submits the form and this starts the workflow.
Request you to please share any previous experience in this kind of use case.
Basically I need the request handler to collect some data and then redirect to a form custom view in edit mode with population (from the data collected by request handler) happening for the fields in the form.
Regards,
Arun