
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2018 11:59 AM
How do you create a field with the glyphicon field type? To be able to get the fontawsome icons is there anything else you need to do other than setting the attribute to iconset=fontawesome?
I'm trying to add this to a catalog item.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2018 12:32 PM
You need the maint role and change the flag in sys_glide_object table to true to make it visible for selection. Write now this table is readonly for admins.
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2018 12:10 PM
if you are creating a field on a table, you should be able to do using type as Glyph Icon (Bootstrap)
For variable I dont think thats possible. Did you try with iconset=fontawesome in the attribute?
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2018 12:16 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2018 12:32 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2018 01:55 PM
sweet, thank you. That is just what I was needing. I wrote a background script to update the visible field to true and I am now able to set new fields to the glyphicon type.