Our end user expect to create a new form AND OPEN it for edit by single clicking a button on the web page.
To use the existing button 'More Action -> Create Form', the new form will display in 'Open Item' tab after created, but need to input form name and select form template during create form process, which is not acceptable to the end user.
So I created a 'Create Form' action in my TS application for it, with the form template , target folder and form instance name specified, then added the action to a tab that would display to the end user.
However, when click on the added button, a new form instance IS created, but NOT opened...which means, some of my initialize adaptors will never be triggered even I manually open the form for edit later.
Anyone suffer from this before? Any update is appreciated.