- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2022 05:08 AM
Hi there, I am working on updating the design of a form in a custom table, let's call the table u_order_requests.
Using Configure > Form Design I added a reference field to table ast_contract the field is called "contract".
Show "contract" displays:
u_order_requests.contract:
Table:task
Field: contract
Type: reference
Reference: ast_contract
Attributes:
edge_encryption_enabled=true,​
encode_utf8=false,
​readonly_clickthrough=true,​
ref_ac_columns=short_description,
ref_auto_completer=AJAXTableCompleter
In the table ast_contract there are many records.
However in our custom table u_order_requests, in the form, when I click on the contract field the record picker which pops up shows no records.
What could the reason for this be? I am admin and have all required roles.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2022 05:23 AM
Most likely the issue is the reference qualifier for the field - your table is extended from task I assume?
You probably need to create a dictionary override for your table - you can try it would by creating the over ride, checking the box to override the reference qualifier and leaving the field blank and see what your results are.
I hope this helps!
If this was helpful, or correct, please be kind and mark the answer appropriately.
Michael Jones - Proud member of the GlideFast Consulting Team!
Michael D. Jones
Proud member of the GlideFast Consulting Team!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2022 05:23 AM
Most likely the issue is the reference qualifier for the field - your table is extended from task I assume?
You probably need to create a dictionary override for your table - you can try it would by creating the over ride, checking the box to override the reference qualifier and leaving the field blank and see what your results are.
I hope this helps!
If this was helpful, or correct, please be kind and mark the answer appropriately.
Michael Jones - Proud member of the GlideFast Consulting Team!
Michael D. Jones
Proud member of the GlideFast Consulting Team!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2022 02:37 AM
Thank you, that was it.