Jump to content
Server Maintenance This Week. ×

Import via ODBC and Validation


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

Recommended Posts

If some of your fields,supposted to import, contain validation which is set to validate "Always", be sure in your Import script you first did satisfy condition of certain validation and then do the import.

If your validation for example contains that Field_A = 5,

then in script which calls Import function put:

SetField[Field_A; 5]

and in script line below, call the import.

It's simple thing which once did take me a day to figure out smile.gif

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

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