Reference fields shows empty

Titus van der M
Tera Expert

Hi,

I have 2 reference fields built based on the same table (u_finance) to:

1 select the duplicate and 2 to selected the related ticket of the ticket.

find_real_file.png

When Duplicate Of and/or Related To is selected, they show blank but have a ticket assigned....

Both has a reference qualifier to avoid pointing to the current ticket... Also when typing (to select a ticket#) it shows names instead of FIN##....

Thanks,

Titus

1 ACCEPTED SOLUTION

Have you checked if there are any dictionary overrides that are setting the display value to something else?



Check the ACLs to ensure the user has permission to read the field. System Diagnostics> Debug Security is your friend!



Debugging Tools Best Practices - ServiceNow Wiki


View solution in original post

15 REPLIES 15

Chuck Tomasi
Tera Patron

Sounds like the u_finance table needs a display field set (or reset). Go to the u_finance table (System Definition> Tables) and check that proper field is set to display=true.



http://wiki.servicenow.com/?title=Reference_Fields


fkhan
Kilo Guru

Hi Titus,


Set number field display value to true.


find_real_file.png


Thanks,


Farukh


Thanks All!



Number field was already set to True


find_real_file.png



The other (2) reference fields are set to display = false... not sure what's next



-- Titus


Is this table extended from another table?


yes! it is extended from the TASK table