
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2018 09:13 AM
Why are some fields empty in the data generated by Database view.
Note: This is done on OOB instance without any customizations
Example:
Configure Database view on alm_hardware table
Select below mentioned 3 fields under "View Fileds" menu
View the data using "Try it" menu. All the records have Asset Tag and Serial number as empty
Solved! Go to Solution.
- Labels:
-
Personal Developer Instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2018 09:51 AM
Interesting !!!
I tried that in my personal instance and got same result !!!
When debugged, found that access to serail_number and asset_tag field dependent of "quantity" field
So, please add quantity field as another field in view fields related list and see the magic !!!
Note: Please mark reply as correct if it answers your question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2018 09:51 AM
Interesting !!!
I tried that in my personal instance and got same result !!!
When debugged, found that access to serail_number and asset_tag field dependent of "quantity" field
So, please add quantity field as another field in view fields related list and see the magic !!!
Note: Please mark reply as correct if it answers your question

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2018 03:39 PM
Thanks Deepak for your response, you are right.
Can you advice steps to debug such a case
In my company instance asset tag and serial number blank even after adding Quantity.
I would need to follow your debug steps to find out which other field is a dependancy

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2018 05:08 PM
Interestingly in my company instance the fields are empty even after adding "Quantity" as another field in view fields.
ACL debug says that ACL on Asset tag field and serial number field is still returning FALSE
Condition defined on these ACLs are OOB
Quantity = 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2018 10:03 PM
Could you please share the screenshot of ACLs?
Also try to clear the cache by hitting cache.do page ( /cache.do )