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 determines whether the current screen is replaced by a related object's screen during user interactions. |
| What area does it affect? |
User Interface Navigation |
| What does the default mean? |
The default value is "false", which means this behavior is disabled by default. |
| When should you review it? |
Review this property when optimizing user experience or adjusting navigation behaviors. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.ui.clickthrough.replace |
| Sys ID |
c7e696dda9fe3dba014b379fabb1f1e3 |
| Type |
boolean |
| Application |
Global |
| Default value |
false |
| Description |
Allow replacing the current screen for a related object. |
| Updated |
2024-05-25 03:39:09 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... ID field. Note: Related lists do not appear on forms opened in the pop-up window. • Type: true | false • Default value: false • Location: System Property [sys_properties] table glide.ui.clickthrough.replace Enables (true) or disables (false) both the pop-up and click-through icons for reference fields. • Type: true | false • Default value: false • Location: System Property [sys_properties] table glide.ui.date_format.first_day_of_week ...
Related properties