The CreatorCon Call for Content is officially open! Get started here.

Tags/Labels in server side

ibilge
Tera Contributor

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!

7 REPLIES 7

manjusha_
Kilo Sage

@ibilge 

 

share your script , so i can help you

 

Thanks,

Manjusha

ibilge
Tera Contributor

hi @manjusha_ here i did share the SSs

ibilge
Tera Contributor

ibilge_0-1692274009025.png

That is my code to check te value.

ibilge_1-1692274116743.png

And that was the Table. Because of these Column Label i did write in gs.info that dot walking

@ibilge 

 

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