Show tags on entity page or in section page

Hi community,

is it possible to show the tags assigned to a record without click on tag icon ?

I'm looking for a solution like this

I can add a text field for each entity and using a business process update this field with all tags assigned to the record, but I don't like it very much.

Like 0

Like

1 comments

Hi Stefano,

 

You can do it in the way you need, just debug the logic of how the tag module is called and how does the data passed there. You need to check:

 

1) BaseDataView and onTagButtonClick function in this module

2) TagUtilitiesV2 and showTagModule and openTagModule functions in this module

 

Then you can write your own logic once you debug and analyze how it's called and executed in terms of the mentioned modules and methods in these modules.

Show all comments