Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
Hi,
I am new to Appian .I have created a page with several tabs.Now when i am at 3rd tab and processing model then it goes to first tab automatically,
I want to be on the same tab after execution of Process Model. Is there any person who had the same issue.
Or Is there any global kind of variable where i can set the seletced tab index before submission of process model and can get its value after execution of process model .
Thanks in Advance.
Discussion posts and replies are publicly visible
To try and understand your problem, please verify if my assumptions are correct:
You have an interface with 3 tabs which use dynamic links. On your page you execute a process model. When you return to your page, you want to be on the same tab as before.
Is this correct?
yes
I recommend using a!recordActionField() which allows you to open your form for a process model in a Dialog. For this, you should create a record type related to the data for your process model such as a database table or the process itself.
https://docs.appian.com/suite/help/20.1/Record_Action_Component.html
HI Denny,
Thanks for the reply But this record type is good when i have single page with all the related operation like add update delete.But in my case each tab is representing record type and i have to all crud operation in each tab.