Hi Everyone,
I have 3 tabs in the application interface, when the submit button is clicked on the third tab it moves to first tab. Is it possible when submit button is clicked it should remain in the same tab?
Discussion posts and replies are publicly visible
Hello Rahul009
Provided information is insufficient. Please share the screenshots and code snippet if possible. Also is this some start form or record action that opens within the tab?
Hi Konduru Chaitanya, this is start form started using startprocesslink
I need much more details to understand what you are doing.
I recorded a podcast episode about how to get great support from the Appian community: https://appian.rocks/2023/12/20/episode-13-how-to-get-your-questions-answered/
it's not start form isn't it?? It's just a Stand alone interface(Widget) ,And you are using Startformlink on third tab , Startprocesslink works this way ,it will show you any chained nodes and it will reloads the main interface after chained nodes completed , your case it will land on First page of your interface.
So, Do you have any chained nodes(User input tasks) in your Process ? if not go with startprocess.
Hi venkat Avuluri, I am using the startprocesslink as a link on the interface to open the subinterface using process model.
Rahul009 said: I am using the startprocesslink as a link on the interface to open the subinterface using process model
Why ?? What you want show , Is it a record view, Why can't you just use recordlink() . There is lot of details missing. Processlink will always lands you at initial interface.