I have been using a lookup table to drive a dropdown field with the following elements
Table or view: AGENDATEMPLATES
Field for display: AGENDATEMPLATES.templateName
Field for value: AGENDATEMPLATES.templateText
AGENDATEMPLATES also has a field for teamID
I would like to add records to AGENDATEMPLATES that include an entry for teamID so that teams can customize their own agenda templates. I realize that I would have to change the dropdown to a cascading dropdown and that's OK, but I would still like the options in the dropdown to include the "default" templates that do not contain anything in the teamID field.
I can only find a way to show one or the other type (with a teamID that matches the teamID parameter or just the records that do not have a teamID), but not both. Is this possible?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
JoeyBrannon
I have been using a lookup table to drive a dropdown field with the following elements
Table or view: AGENDATEMPLATES
Field for display: AGENDATEMPLATES.templateName
Field for value: AGENDATEMPLATES.templateText
AGENDATEMPLATES also has a field for teamID
I would like to add records to AGENDATEMPLATES that include an entry for teamID so that teams can customize their own agenda templates. I realize that I would have to change the dropdown to a cascading dropdown and that's OK, but I would still like the options in the dropdown to include the "default" templates that do not contain anything in the teamID field.
I can only find a way to show one or the other type (with a teamID that matches the teamID parameter or just the records that do not have a teamID), but not both. Is this possible?
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.