Aug 26 2020 04:31 PM - edited Aug 27 2020 09:53 AM
This is a weird one, and the subject line might even be a little off because it's hard for me to explain. Hoping someone can help me.
I have an app that has a main/default screen with a form where some fields are "conditional" and are only viewable with certain drop-down selections. The app is called "Meeting Minutes", and certain fields hide and show based on dropdown field "Meeting Type" is selected.
When the screen/form is first opened, the Meeting Type must be selected to determine which fields appear (Pic "MM-1"). Then a meeting type is selected (example: "Quality - Job 7") (Pic "MM-2"). Once the meeting details are entered, the user would click the button at the bottom of the screen to go to a 2nd screen where they can add action items (these action items feed a separate SharePoint list) (Pic "MM-3"). If the user saves from the 2nd screen, there is no problem. However, if they need to go back to the meeting minutes screen and click "Back to Meeting Minutes", the selected meeting type "Quality - Job 7" is STILL selected but all of the fields that should show for that meeting type do not appear (Pic "MM-4"). Fortunately, the data entered info the fields is still there, but the screen goes back to showing only the default fields, as if there is no meeting type selected. You have to remove the meeting type then re-select "Quality - Job 7" then the associated fields show up again.
Please see screenshots (UPDATED WITH PICTURE NUMBERING)
Aug 27 2020 06:55 AM
Aug 27 2020 09:54 AM
@Eva Vogel - updated description and w/picture numbering
Aug 27 2020 10:25 AM
Aug 28 2020 05:01 PM
SolutionI actually just found the problem.
I realized that it wasn't doing the problem every single time - it was only happening when "Quality - Job 7" was selected as the meeting type. Any other selected meeting type was keeping the conditional fields.
Basically, I was switching the variables already in the OnChange of the Meeting Type dropdown field, BUT I had the vJob7 variable also in the screen's OnVisible setting. Once I removed it there, it works perfectly!
Thanks for your help @Eva Vogel - you actually made me start thinking more about and troubleshooting the variables
Aug 30 2020 12:23 AM - edited Aug 30 2020 12:24 AM
Dear @StaceyLaney ,
I am happy to be helpful with that variables stuff. There is always new stuff to learn on the new logix, I know Thanks for your feedback!
Greets,
Eva
Aug 28 2020 05:01 PM
SolutionI actually just found the problem.
I realized that it wasn't doing the problem every single time - it was only happening when "Quality - Job 7" was selected as the meeting type. Any other selected meeting type was keeping the conditional fields.
Basically, I was switching the variables already in the OnChange of the Meeting Type dropdown field, BUT I had the vJob7 variable also in the screen's OnVisible setting. Once I removed it there, it works perfectly!
Thanks for your help @Eva Vogel - you actually made me start thinking more about and troubleshooting the variables