What determines which tables I can add fields from for a mobile screen?
For Example: I’d like to add a field from the Part table to the job list screen, but part is not a table I can add fields from on that screen. My choices are Address, Contact, Place, Product, Request and Task.
I should be able to link to the part table from the product table with Product.Part_ID = Part.Part_ID
Thanks.