Global Tables not available in Mobile App Builder FIeld Service Mobile Scope

RayP52716891111
Tera Expert

Good morning everyone,

 

I am having this issue when trying to configure data/list items I am unable to find or select the wm_order or wm_task tables for records. Anybody else encounter this issue? 

1 ACCEPTED SOLUTION

Hello! I was able to figure it out. Check the count of records in sys_db_object.
When querying the list of tables, the default limit to the amount of records returned is 10,000.
If you have over 10,000 tables, the remaining will not available to display in the Mobile App Builder.

View solution in original post

10 REPLIES 10

I did not make the post with the nuvolo tables. I can't select wm_order or wm_task from Mobile App Builder.

Is your issue related / did you post a question in a seperate thread? Did you open a case yet with support? Would need some more context to best assist.

 

Check this out, https://www.servicenow.com/community/mobile-apps-platform-articles/mobile-essential-training/ta-p/23...

 

Specifically the Academy videos (youtube sessions) and the Now Learning course.

Hello! I was able to figure it out. Check the count of records in sys_db_object.
When querying the list of tables, the default limit to the amount of records returned is 10,000.
If you have over 10,000 tables, the remaining will not available to display in the Mobile App Builder.

Thank you for the reply, I appreciate it. That does seem to check out, we have over 10,000 records. Did you increase a cap or declare what was excluded/included somewhere?

I found the property glide.db.max_view_records but am curious on any performance impact to increasing the cap.