Hi folks,
I want to know if Appian has got an anonymous reporting features(whistelblowing) by the user of an application/site, like this one in the link: Compliance & Government Affairs Hotline Solutions - Life Sciences | Appian.
I don't find anything unfortunately, not in the documentation neither in the support section.
Does anybody has some idea?
Thanks in advance
Discussion posts and replies are publicly visible
The only anonymous access to Appian is via a portal. Did you check that already?
Nope. And i don't have the possibility to create a portal with my contract.
And how can this correlated with my question about a notification features?
OK. Seems like I misunderstood your ask. What exactly are you looking for? The link did not really help me.
Something like that Compliance & Government Affairs Hotline Solutions - Life Sciences | Appian , a notification system in which an user can send an incorrect conduct anonymously to a centralized system, without the possibility to see who created the request
If you call a WebAPI you will have that run under a Service Account. You opt to include (or not) the original User's account in the payload. If you're worried about people looking at the process that calls this WebAPI you can have the process deleted immediately after it has completed so no-one can see who started it. In fact, you can invoke a WebAPI directly from a User Interface (in the save of a button) so you don't even need to worry about any process instances to clean up.