Hi Sir,
I have created a branch after creation of one record ,page should go to 2nd form but i want to make one more branch that if i delete or update a particular record then after deletion/updation of record home page should come.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can make the branches button specific.
Allow execution of branch to open form-2, specify the serverside condition for the create button, as shown in the below image:
Select the button which you are using to Create the record.
To open the home page branch for update and delete buttons, specify the type and the value in serverside condition. The value should be your Update and Delete button names (case sensitive). Below is the screenshot:
Provide the button names comma separated.
Now when the user clicks the Create button, the form-2 will be opened, and on update and delete buttons, it will redirect to the home page.
Thank u Sir,it works fine