Enable ACLs to Control Live Profile Details
Use the glide.live_profile.details property to designate whether a user should be able to view all detail fields, such as company name and phone numbers, in a live profile.
Use the glide.live_profile.details system property to designate whether a user should be able to view all detail fields, such as company name and phone numbers, in a live profile under the live feed feature.
If glide.live_profile.details is set to the value of hide, then no live profile information is visible to user. If it is set to show, all information is visible. When glide.live_profile.details is set to the value of ACL, information is visible based on the user's profile ACLs.
Ensure the property glide.live_profile.details is set to ACL.
More information
| Attribute | Description |
|---|---|
| Configuration name | glide.live_profile.details |
| Configuration type | System Properties (/sys_properties_list.do) |
| Data type | String |
| Recommended value | ACL |
| Default value | <none> |
| Fallback value | ACL |
| Category | Access control |
| Security risk |
|
| Functional impact | None |
| Dependencies and prerequisites | None |
To learn more about adding or creating a system property, see Add a system property.