Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Field style not showing in the list

dante3
Tera Expert

Hello,

I have created a 3 field style for caller_id field in the incident this is order by updated.

find_real_file.png

all of the conditions are met in the user table. In incident it looks like this:

find_real_file.png

but in the list it only displayed one image:

find_real_file.png

I need to display 3 images. is it possible?

Thank you

1 ACCEPTED SOLUTION

Michael Fry1
Kilo Patron

Each one of those field styles probably has a line like text-indent:x but if all 3 of them are true, it will not accumulate the indent to allow for all 3 images. So you probably need to build a field style for all possibilities: javascript:current.caller_id.vip==true && current.caller_id.u_net != true . . . etc


View solution in original post

2 REPLIES 2

Michael Fry1
Kilo Patron

Each one of those field styles probably has a line like text-indent:x but if all 3 of them are true, it will not accumulate the indent to allow for all 3 images. So you probably need to build a field style for all possibilities: javascript:current.caller_id.vip==true && current.caller_id.u_net != true . . . etc


thank you! this is what I exactly did is to rank the vip sme and net