revjj Posted November 26, 2021 Posted November 26, 2021 I have a field that I set up as a pull down menu to select a category. I would like to have the field content default to the first entry in the list when ever I complete the data required in the layout it is contained in. For example, my field has the following items in its pull down menu : "Please select a Bill type"::"Bill One"::"Bill Two"::"Bill Three":: etc. I would like to have it default back to the upper most selection ("Please select a Bill type"). Is this possible? And if so, how do I do it? Thank you in advance.
bcooney Posted November 27, 2021 Posted November 27, 2021 You might consider using placeholder text rather than an invalid choice in the value list.
comment Posted November 27, 2021 Posted November 27, 2021 1 hour ago, bcooney said: placeholder text I don't think this feature is available in version 11. IIRC, we used to layer conditionally formatted text to achieve a similar effect.
bcooney Posted November 27, 2021 Posted November 27, 2021 v11? @revjj is this your actual version? If not, please update your profile.
Steve Martino Posted November 27, 2021 Posted November 27, 2021 Do you mean you have a drop down field attached to a value list, and whenever someone completes a different field, it auto enters the first value in the value list?
revjj Posted November 28, 2021 Author Posted November 28, 2021 Let me clarify with some visuals. When I start the solution I would like this to display for the user. Once the user selects from the drop down menu I would like to create a new record and store the selection (say, WATER), Date and Payment in that record. Once the data is stored in the new record and the user moves on to something else, while returning to the layout for "Bill Type Selection" I would like it to display the original selection list with "Select A Bill Type" at the top of the selection rather than the previous bill type selected automatically which would be "WATER" in this example. Does that make more sense?
Steve Martino Posted November 28, 2021 Posted November 28, 2021 Then you would best to follow @‘bcooney's advice and implement @comment's suggestion.
Recommended Posts
This topic is 1089 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now