Ho can I add an "(i)" button next to fields?

christophosterm
Tera Contributor

Dear all,

Could you tell me how I can add a button like the one below next to fields?

find_real_file.png

Concrete, I want to add the button next to the task field on the reminder form:

find_real_file.png

Thanks in advance for your help.

Best regards,

Christoph

1 ACCEPTED SOLUTION

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


View solution in original post

11 REPLIES 11

Gaurav Bajaj
Kilo Sage

Hi Chris,



If the field type is Reference Field, it will automatically pop up.



find_real_file.png



If you need a custom function, please see the below link.



Adding a UI Macro (button) to Any Field with Fuji Icons



Thanks


Gaurav


Hi Guarav,


Thanks for your quick reply.


The field I marked in my second screenshot is a reference field (Task), but the button doesn't appear anyhow.


Best regards,


Christoph


Hi,



This is probably because the field is read-only.


Please see if granting access to the field provides you a ref icon.


You need to check the write ACL on the task field present on the reminder table.



Thanks


Gaurav


Hi,


Yes, granting access shows the icon.


But there are lots of examples, where the icon is also shown on read only fields, e.g.:


find_real_file.png


find_real_file.png


This is basically, what I'm trying to reach.


BR


Christoph