Tags/Labels in server side
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2023 04:51 AM
Hi 🙂
i have recods and columns in the list view in a table as usual.
One of these columns is "Tags". How can i access the value in this field of the record on the server side?
I can access other feld values with dot walking. But since the Tags are references(I think) I can't accsess them.
Can u please help me?
Thanks a lot!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2023 04:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2023 05:27 AM
hi @manjusha_ here i did share the SSs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2023 05:09 AM
That is my code to check te value.
And that was the Table. Because of these Column Label i did write in gs.info that dot walking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2023 05:27 AM
Try this line ctask.getDisplayValue('u_tag_list');
If above line is returning empty value then check if the record's tag field is empty
Thanks,
Manjusha Bangale