is it a good practice or a bad practice to set the property "glide.sys.domain.use_record_domain" to true?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2018 08:59 PM
Hello,
is it a good practice or a bad practice to set the property "glide.sys.domain.use_record_domain" to true?
Regards,
Reeba

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2018 09:10 PM
Hello Reeba,
The mentioned property maps to the field "Use the domain of the record being viewed instead of the user's own" is selected to define whether to use the domain of the current user or the current record being viewed.
I would rather suggest you to check for the property "glide.sys.domain.use_record_domain_for_processes" which restricts domain scope to the record's domain for all processes. While this property is true, the property that you mentioned is not considered to be in use.
Kindly mark as Answered or Helpful, if applicable.
-Hussain K
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2018 09:36 PM
Hello Hussain,
I searched for this "glide.sys.domain.use_record_domain_for_processes" in sys_properties.list, but i coudn't find this property. Why does it happen?
Regards,
Reeba

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2018 09:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2018 11:36 PM
Hello Hussain,
Okay, i see. In our instance this plugin is inactive, so thats why i couldn't see this property.
Regards,
Reeba