Jump to content

Creating New Record from Current Record.


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

Recommended Posts

Just checking if there is an easier way of doing this, other then copying values to varibles then posting to the new record. To answer the question of why would I want to do this, I have a customer service database, and if a problem shows back up with the repair with in 24 hours, thier is no charge and I just reopen the closed record. If it's past 24 hours old, I nesd for billing purposes create a new record, but most of the same info need to be brought forward. Ty in adavance.

Link to comment
Share on other sites

I have a similar need and have gone about doing it with ScriptParameters. I just get the Contacts ID as the ScriptParameter and here is the important parts of my script.

New Record/Request

Setfield [Table::Contact_ID; Get (ScriptParameter)]

Link to comment
Share on other sites

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