Jump to content
Server Maintenance This Week. ×

Storing date in a field that says when a script was performed?


This topic is 4818 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Ok, I'm a bit new at this, but here is what I am trying to accomplish:

I have a database for my clients, I enter them in, and then I have layouts for a Cover Sheet, and a Contract, which I have a script that prints them. I want to have a field that stores "Contract Print Date", and then when I run that script to print the contract, it automatically fills in the field with the date or timestamp. Can someone provide some insight for me on this? Thank you.

Link to comment
Share on other sites

  • 2 weeks later...

Create your date/timestamp field to hold the "Contract Print Date", then use the "Set Field" script step at the end of your print script to set the field value to: Get( CurrentDate ) -or- Get( CurrentTimeStamp ).

Link to comment
Share on other sites

  • 2 weeks later...

Create your date/timestamp field to hold the "Contract Print Date", then use the "Set Field" script step at the end of your print script to set the field value to: Get( CurrentDate ) -or- Get( CurrentTimeStamp ).

Thank you!!!!!

Link to comment
Share on other sites

This topic is 4818 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.