Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property configures the visibility of detail fields in a Live Profile based on access control settings, allowing for flexible data exposure management. |
| What area does it affect? |
Live Profile visibility |
| What does the default mean? |
The default value is "ACL", which is the baseline setting used unless it is changed. |
| When should you review it? |
An admin should review this property when adjusting user access levels or data privacy settings. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.live_profile.details |
| Sys ID |
89c912639f1122005cec3b8eb42e70cc |
| Type |
choice list |
| Application |
Global |
| Default value |
ACL |
| Description |
Sets whether a user should be able to see all detail fields of a Live Profile (such as Company name, Phone numbers) regardless of ACLs (Show), follow ACLs should they be defined for those fields (ACL), or hide them all regardless of ACLs (Hide). Use STRICT_ACL to follow ACLs on entire data. |
| Updated |
2024-05-25 03:54:27 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... Profile Details API requests should always honor table ACLs. Restriction needs to be applied to prevent unauthorized users accessing details of a Live Profile. Either update the value of the glide.live_profile.details system property to ACL OR insert this system property with a value of ACL. Documentation sn_SE10173 1 Act Client- Callable Script Includes should be private Setting this property to "true" ...
Context preview
Snippet 2
... Limiting global application development to users with the additional role follows the principle of least privilege. Enable ACLs to Control Live Profile Details • Description ◦(Old <blank> ◦(New 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 under the live feed feature. ...
Related properties