I am trying to search a developer layout. If I perform the search manually, everything works fine. When I script the find (and step through the script using the debugger) step 7 (set field) does not work, but does not give me an error. The next step (perform find) returns the error "relationship is missing". Any suggestions?
1 Like
It looks like your layout @Catalog
is based on the Table Occurrence CATALOG
but it should be based on the @Catalog
TO.
2 Likes
Thanks, @jwilling -- that fixed it. I've only recently started building @developer tables and have a bit to learn. I appreciate your help.
2 Likes