Field style doesn't get applied, when field is dot walked on reference table

saint
Tera Expert

I'm bringing a field from child table to parent table by referencing it using dot walk. The original field has a color logic based on the values ( basically, red color for 1-critical, green for 4-low etc ) when the field is brought up to parent table the value is reflecting as expected, but the styling is not applied. Please let me know how can I bring up this behaviour too without creating new styles.

1 ACCEPTED SOLUTION

kostyakozachuk
Tera Expert

Hi,

I'm having the same issue. This feature might not be supported

Here is what I found: https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0993773

View solution in original post

4 REPLIES 4

sourav1999
Mega Guru

- Field styles set on a reference field will not be applied when the dot walked on the reference table.
- Field styles are only applicable when the field is displayed on the form.
- When dot walking to a reference field, the field style is not applied.
- To apply a field style to a field when the dot walked, the field style must be set on the reference table.

 

For asking ServiceNow-related questions try this :
For a better and more optimistic result, please visit this website. It uses a Chat Generative Pre-Trained Transformer ( GPT ) technology for solving ServiceNow-related issues.
Link - https://nowgpt.ai/

For the ServiceNow Certified System Administrator exams try this :
https://www.udemy.com/course/servicenow-csa-admin-certification-exam-2023/?couponCode=NOW-DEVELOPER

Hi Sorav4, thanks for the response, could you help me understand point 4 with an example please

kostyakozachuk
Tera Expert

Hi,

I'm having the same issue. This feature might not be supported

Here is what I found: https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0993773

saint
Tera Expert

Thanks for the link, I used the field styles directly on the field dictionary using inline javascript conditions!