stash Posted April 5, 2005 Posted April 5, 2005 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
Recommended Posts