Help Needed: Creating a Filtered Drop-Down for Entry Form Based on Product and Entry Tables #7262
Unanswered
mayankkshah
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I need some assistance with implementing a drop-down for the EntryNo field in a form for the Entry table. The drop-down should display distinct ProductId values from the Product table, but only where:
Example: If the EntryNo column in the Entry table already contains 101-100 and 101-106, the drop-down should only show ProductId values with MaterialType 'A' or 'H' from the Product table, excluding 101-100 and 101-106.
Additionally, once a record is created with a ProductId from this drop-down, that ProductId should no longer be visible in the drop-down when creating a new entry.
I would appreciate any guidance or examples on how to implement this feature. Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions