I want to fetch user profile's first name, last name, title (Pick list), ema

I want to fetch user profile's first name, last name, title (Pick list), email fields and assign into process variables.

can any one share me how it could be achieve ??

Thanks...

OriginalPostID-88157

OriginalPostID-88157

  Discussion posts and replies are publicly visible

Parents
  • Hi dhavals,

    To fetch User Details You can used user( username, property )

    This function always return Text value

    It used following property

    The property value accepts the following (case-sensitive) values:

    • displayName (the user's nickname)
    • email
    • firstName
    • lastName
    • middleName
    • status
    • address1
    • address2
    • address3
    • city
    • country
    • created
    • phoneHome
    • phoneMobile
    • phoneOffice
    • province
    • state
    • supervisorName
    • titleId
    • titleName
    • username
    • userTypeId
    • userTypeName
    • zipCode
    • locale

    Example :   user("amit.behere","firstName")

    It returns "amit" i.e  my First name.

    For more details visit following link:

    docs.appian.com/.../fnc_scripting_user.html

     

     

     

     

Reply
  • Hi dhavals,

    To fetch User Details You can used user( username, property )

    This function always return Text value

    It used following property

    The property value accepts the following (case-sensitive) values:

    • displayName (the user's nickname)
    • email
    • firstName
    • lastName
    • middleName
    • status
    • address1
    • address2
    • address3
    • city
    • country
    • created
    • phoneHome
    • phoneMobile
    • phoneOffice
    • province
    • state
    • supervisorName
    • titleId
    • titleName
    • username
    • userTypeId
    • userTypeName
    • zipCode
    • locale

    Example :   user("amit.behere","firstName")

    It returns "amit" i.e  my First name.

    For more details visit following link:

    docs.appian.com/.../fnc_scripting_user.html

     

     

     

     

Children
No Data