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.

Data visibility issue of a service account in a grid.

Certified Senior Developer

Hi Appian Experts,

Need your help regarding the data visibility.

There is a scenario where our business users are not able to see the full name of a service account in a grid that is getting data from a database via a Sync disabled record, whereas the Application designer can see the full name of that service account via a following code. We have added the service account in the business group, still it didn't works. 

if(
or(
a!isNullOrEmpty(
ri!user
),
not(
isusernametaken(
ri!user
)
)
),
ri!user,
user(
ri!user,
"firstName"
) & " " & user(
ri!user,
"lastName"
)
)

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data