Skip to main content
January 4, 2022
Question

Process Model

  • January 4, 2022
  • 1 reply
  • 0 views

Hi! As I am new to Appian, so I have faced a problem while creating a process model.

I wanted to know how can we check in a process model whether the employee id of the user already exists in the database but is in the inactive state or it is a new user? 

    1 reply

    stefanhelzle0001
    Brainy
    January 4, 2022

    In general, you can call any Appian function in a process model. In your case, the function isusernametaken().

    https://docs.appian.com/suite/help/21.4/fnc_people_isusernametaken.html

    To find out whether a user is inactive, you might want to deploy the following plugin

    https://community.appian.com/b/appmarket/posts/people-functions---plug-in

    and use the function isuseractive().