- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2017 01:52 AM
Dear all,
Could you tell me how I can add a button like the one below next to fields?
Concrete, I want to add the button next to the task field on the reminder form:
Thanks in advance for your help.
Best regards,
Christoph
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2017 02:18 AM
Hi,
This because you have read/write access to table level ACL on parent field( the referenced table of parent field) and read-only access on Demand.parent field.
Can you please compare the both Table level and field level ACLs on table and table.field ACL.
Also, check any UI policy/client script running on the form.
At last, set this property to true to enable it. glide.ui.reference.readonly.clickthrough
Thanks
Gaurav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2017 02:18 AM
Hi,
This because you have read/write access to table level ACL on parent field( the referenced table of parent field) and read-only access on Demand.parent field.
Can you please compare the both Table level and field level ACLs on table and table.field ACL.
Also, check any UI policy/client script running on the form.
At last, set this property to true to enable it. glide.ui.reference.readonly.clickthrough
Thanks
Gaurav

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2017 02:05 AM
Is that field populated with some value? I don't see a task field in the screenshot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2017 02:06 AM
Hi Guarav,
Yes it is populated.
If you scroll to the right you can see the field.
Best regards,
Christoph

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2017 02:16 AM
Can you try enabling the following property in your system, i did it and it worked
glide.ui.reference.readonly.clickthrough

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2017 02:19 AM