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
snapshot.docxHello Nandhavi,
I have similar requirement to start process on a new tab, but my process need some parametreised variables to be passed while calling, hence I have used a local variable where I initialise the proccess variables and then this local variable is used inside the URI field of a!safelink.But am not getting the desired outout as each time the page loads with error message saying i do not have right permission, which is not true because i have all the required rights plus same configuration works when i directly use a!startProcessLink instead of a!safeLinkBut as i need to load the process in new tabe I have to use a!safeLink. could you please help me
Hi Preji,
I saw the document you have attached and see that the URI you have passed to the safe link does not seem valid. It should have the below format(xxxxxx to be replaced with your appian client+environment) to work -
uri: "https://xxxxxx.appiancloud.com/suite/tempo/start-process/" & local!startLink.processModelOpaqueId & "?parameters=" & local!startLink.cacheKey