Appian Profile Page as User Start Page

I have a use case where I would like the login user to see their Appian profile page (i.e. their own user record) when they login to Appian first time.
Is it possible to do this (I am using v16.2 at the moment)?

Thanks

OriginalPostID-240586

  Discussion posts and replies are publicly visible

  • 0
    Certified Lead Developer
    You could set-up the "User Start Pages" in the admin (appian-url/suite/admin/) settings page for the user or group.
  • Thanks arshs

    Apologies, I should have clarified the scenario a bit further. Say there are many users who are part of a user group (say "Operations Group" for argument sake). When any of these users logs onto Appian, the first screen they should see is their own User Record Summary View (which is same as their profile page). It is quite straight forward to configure user start page as a record list view (i.e. user record). The main issue in this scenario is that user's profile record is actually a "Summary view" which would be different for each user.

    Do you still think it is possible to do this setting from Admin Console (i.e. /suite/admin)?
  • @vishalg - We also had similar requirement, we were not able to show user record page as login. We did it by creating a SAIL interface rule and displayed user details using that rule and displayed it in start form using rich text fields, image components, etc.in Site user start page. We displayed buttons below for related actions for update,etc.