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

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

Recommended Posts

Posted

Hi everyone. Have an import records script that I have edited, but the new fields data are not showing up and I cannot figure out why. This import is importing from a clone database. The data is in the clone (I have verified that) and it is on the layout in the script. But the data in the new fields I added never gets from the clone to the main database.

I was wondering does the order of the fields in the script mean anything? I have attached screenshots. Thanks for your help!

script_pic.jpg

import_pic.jpg

Posted

By definition a "clone" is a copy of the database without records. I realize that you use the word "clone" to refer to a "copy".

It seems that your import path is not being set. If you run this script with debugger on, you can see the value in $$FRP. If there is no $$FRP, it points to a problem with the Set Variable script step.

So, when do you set gT_FilePath_Import? Is it really a globally stored field?

Also, I believe that your Set Variable $$ERROR step is not in the correct place. It will capture a successful Commit every time.

Finally, I don't see the need for $$vars. Why not use $vars?

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