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

Advanced form of Duplicate


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

Recommended Posts

  • Newbies
Posted

Hi All,

I'm new here. I just came back from Devcon and had an incredible time.

I have a question that I think this is the best place for it.

But, its not the ideal one.

I'm trying to set up a method to duplicate a record by selecting manually which fields will be duplicated. This should be similar to the Import/Export control panel. I want to give the users the ability to select which records to duplicate and which not to. Ideally, each user will use a checkbox or arrow to select which fields will be duplicated.

The FM duplicate option does not work for us, since it duplicates everything. There are certain fields that we do not want to duplicate.

Jaime

Posted

Hello Jaime,

Welcome to the forums!

There are several ways to go about custom dupliaction of records. However one that I've used on occasions is to establish a script which writes the selected fields to a global text field (as a delimited array).

Assuming that your users start by selecting which field values are to be duplicated, from a set of checkboxes atttached to a global field, your script can kick off along the lines of:

Set Field ["gArray", "Case(PatternCount("

  • 2 months later...

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