Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

I have a problem. I have a Purchase Order database where sometimes we have to revise a PO and save a copy of the old record. The new record would have the same auto-serial number and a number added to another field called "Revision Num". Is there a way to duplicate a record, give it the same auto-serial number as the old, add a number to the "Revision Num" field in the new record, and check off a box in the old record called "Revised" so it can be filtered out in general searches and reports? It seems really complicated but I don't know any other way. Thanks.

Posted

Using ScriptMaker

>Is there a way to

>duplicate a record,

Duplicate record/request

>give it the same auto-serial number as the old,

you may need a second field into which you set the original a-sn.

>add a number to the

>"Revision Num" field in the new record,

if there is a number already in the field, SetField ["Revision Number" +1], otherwise use a calculation

>and check off a box in the old record called

>"Revised" so it can be filtered out in general searches and reports?

again a SetField can add a data bit such as "0".

You may need to design a subscript. You will know.

This topic is 8217 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.