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.
Is there way when we click on a!startProcessLink() it opens in a different tab rather than the same tab?
I can do right click and open in new tab and it works. But i want to do this automatically on click of the link.
Discussion posts and replies are publicly visible
Hello ,
Is there a way to implement this in Appian sites ? Currently new tab in the browser opens in tempo as we have configured Temp on the uri . I tried to configure in sites ,but no luck. Is there a way to configure to open in new tab when using application in Appian sites . Something like https://[Appian Site URL].appiancloud.com/suite/sites/[application-name].
Thank you.
You can use Safelink and in that you can provide the url to which you want to navigate.
I tried using safelink , but looks like we can open new tab in Tempo ,if configured in Sites ( I mean application hosted using Sites --> suite/sites/ ) ,I am getting access denied error .
Can you use a record action instead of a start process link? The record action contains a property for "openActionsIn" that allows you to designate whether to open in a new tab, same tab, or dialog. If you do this, it will work within your site rather than opening in Tempo.
Also just a general suggestion - I'd recommend creating a new post in the future rather than adding to an existing thread. In 4 years a lot of things change so there are often new ways to achieve functionality that could be better served with a new post
Hi Peter,
Thank you for the heads up on the record action.