Custom field decorator not showing on multi line string field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
I create declarative field decorator on string field (description) its not visible but same decorator I added over short description it was visible. what could be the issue. Field decorators does not work on multi line elements?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
check docs may be it's not supported although you are able to create one for that field type
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
I checked multiple docs couldn't find any proper supported field type details
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Did you check any OOTB field decorator which works on long string field?
If you configured everything as per docs and still not working means it's not supported
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Add a formatter below the multi line text field and create a custom button using UI Macro ( using custom field - you will get Macro feature).
Refer this for step by step screen shot : https://www.servicenow.com/community/developer-forum/how-to-use-ui-macro-in-ui-formatter/m-p/2815879
