puma55 Posted July 15, 2009 Posted July 15, 2009 ive seen it done before in FM3 years ago and i cant figure it out. Im simply looking for a script to enter a call back date 2days out automatically. ive tried everything and cant get it (// + 2) doesnt do it... lol please help
mr_vodka Posted July 15, 2009 Posted July 15, 2009 Get ( CurrentDate ) + 2 ? I dont fully understand your question. If you just want a date field with a date 2 days from when the record is created, then you can use an auto-entry with the formula above.
Cabinetman Posted July 15, 2009 Posted July 15, 2009 ive seen it done before in FM3 years ago and i cant figure it out. Im simply looking for a script to enter a call back date 2days out automatically. ive tried everything and cant get it (// + 2) doesnt do it... lol please help Having started using FM with V3 I understand the question and actually have a field that does exactly this... For me it's a ship by date : ) Anyway...mr_vodka is correct Get ( CurrentDate ) + 2 ? I dont fully understand your question. If you just want a date field with a date 2 days from when the record is created, then you can use an auto-entry with the formula above. I can think of 2 methods... method 1 Say date1 has the date put in by script while editing the record. Just put in an 'Insert Calc Result' using mr_vodka's calc for date2 in your script. method 2 Set up date2 as a calc field (date) instead of a regular date field using table::date1 + 2 as the calc
Recommended Posts
This topic is 5668 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