- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2023 12:49 AM
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.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2023 07:55 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2023 01:49 AM
- 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2023 03:26 AM
Hi Sorav4, thanks for the response, could you help me understand point 4 with an example please

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2023 07:55 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2023 05:19 AM
Thanks for the link, I used the field styles directly on the field dictionary using inline javascript conditions!