Page 1 of 1

Workflow integration

Posted: Fri Aug 04, 2017 2:41 pm
by cheemingyong

any one has any example of how asp.net maker can fit into any of the
the existing workflow generation tools ?

i find that if after completing let's say one of the generated forms, it
will be great if it can move to another form based on a predefined set
of rules that can be set at the development studio level


Re: Workflow integration

Posted: Sat Aug 05, 2017 9:49 am
by motfs

move to another form

You can use the Page_Redirecting server event to redirect to another form. Read Server Events and Client Scripts -> Page_Redirecting in help file for more detail.