saghira Posted August 14, 2023 Posted August 14, 2023 Hi I have two same list view layouts , named "DashBoard" and "Ready to Bill" , both have Field "status" with dropdown list with two values , "working" and "Complete". I want when I change statue from "working" to "Complete" it shows in "Ready to Bill" layout only, and when I change value "Complete" to "working" back. records show back to "DashBoard""Layout. how I do that , please please any one help
comment Posted August 14, 2023 Posted August 14, 2023 Well, you could use the OnLayoutEnter script trigger to perform a find every time you switch to one of these layouts. But it would probably be much simpler to use a single layout and a button bar with 2 buttons.
saghira Posted August 14, 2023 Author Posted August 14, 2023 Ok great , please also write which script steps is for that propose. I am new In FileMaker , i take omit multiple record script step but it don't work .
comment Posted August 14, 2023 Posted August 14, 2023 It's simply Perform Find. If you also want to omit a record immediately after changing its status, you will need another script that does Omit Record and trigger it on modification (or save or exit) of the Status field.
saghira Posted August 14, 2023 Author Posted August 14, 2023 so perfom Find and there ommit that record but it don't show on 2nd layout when i change on first and also it don't come back to ifrst layout when i change .
comment Posted August 14, 2023 Posted August 14, 2023 I am afraid you have lost me at this point. I suggested using a single layout and you said "Ok great". Now you talk about 2 layouts again.
saghira Posted August 14, 2023 Author Posted August 14, 2023 Sorry , I write at start is is two same layouts , mean I have two layouts with same records (i Copy same layout ) and want to show in records with value complete r and 2nd with records . that is my post starts "I have two same list view layouts"
Recommended Posts
This topic is 535 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