- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 01:14 PM
I have a field with type "Table Name" and another field with type "Document ID".
I want to use a script to add another table as a reference in the "Table Name" field and one of the records from that table into the "Document ID" field.
I just can't do it.
For Example:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 02:33 PM
The dictionary entry for the needs to have the 'Use dependent field' set to true and have it point to a field on the on your table that has field type set to 'Table Name'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 03:24 PM
Yes, once I changed the dictionary entry for 'u_record_field' as jansan09 says, to use dependent field 'u_table_field', your script worked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 03:54 PM
Thank you Jonsan and Bert. The "Use Dependent Field" was the missing link. It worked perfectly. Much appreciated both of you. Thanks again. !