yilbber Posted March 24, 2015 Posted March 24, 2015 Now, I have a different problem. I want to script an availability system First, if a person has been selected for an event, they are marked unavailable for events in the same time slot, with an estimated time Then when a person schedules in advance they are out, the system will date compare against their out and return dates. so far, I know that They need references to their status, The system already has a filter for Active status users I want to add the ability After being assigned to a project, They are marked unavailable for anything in the same time slot I also want to make it so that each staff member schedule in advance when they are out, and when they come back, ie,if person X has said he will be out at 2 pm x y z Day, I also want to be able to enter whole days, ie, person x said he will be out on the 4th through 8th, so when ever the scheduled date or current time is within the range, they are marked out.. as I understand it, this could be a test with either 2 or 3 results. I understand that if I choose 2 results, I will never know if someone is just inactive cause they were fired, or from a show, does it make it much more difficult to have a 3 result check?
bcooney Posted March 24, 2015 Posted March 24, 2015 check out this demo from Ray Cologon: http://www.nightwing.com.au/FileMaker/demos7/demo705.html Also, have you seen SeedCode's products? http://www.seedcode.com/complete-filemaker-template/
yilbber Posted March 24, 2015 Author Posted March 24, 2015 I saw the nightwing demo, it pointed me in the right direction, but the script seemed confusing.   these are the fields I have to work with, and still at a stage where i can add more  I saw that i have to create a seperate table or layout to enter the outs and ins and that's about where i could no longer follow. Â
Lee Smith Posted March 24, 2015 Posted March 24, 2015 Automatic message This topic has been moved from "Managing Scripts" to "FM Starting Point - General Discussions".
Lee Smith Posted March 25, 2015 Posted March 25, 2015 Don’t be so sure, every other post of his has been about Starting Point.
Richard Carlton Posted April 1, 2015 Posted April 1, 2015 Yibber, You are talking about a Scheduling and availability system, which is not a function of FMSP. It certainly can be added... but its not a base part of FMSP. You will need to sit down and structure out what you want done. If it was me, I would have all the checks done via script triggers, so I could explicitly control the action of the checking and reservations and availability's. - Richard
yilbber Posted April 6, 2015 Author Posted April 6, 2015 I have somewhat accomplished this by manipulating the active/inactive field, but I think I need a 3rd status for already Assigned, is that going to cause problems? I don't think it will since almost no script uses "get boolean" and I can always get a 3rd Option scripted.
Richard Carlton Posted April 8, 2015 Posted April 8, 2015 Yah... I don't think much of anything ties to Status...except maybe the Icon for the Maps.
Recommended Posts
This topic is 3508 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