September 15, 20169 yr Hi, I am trying to import data from an xml style sheet, however the import always imports the data into the 1st record, even though I'm clicking on the "button" on the 2nd record ?? Can anybody explain why the "import" import into the 1st record and how would I import into the record I am on ?? The 2nd records remains the "Focus" record through out each script step ... confused ? Thank you. Please see attached "Update Currency" script. updatecurrencyscript.pdf Edited September 15, 20169 yr by Mr. Ignoramus
September 15, 20169 yr Import works on the current found set, not the current record. If you want the import to update only the selected record, you must first make that record the only (or at least the first) record in the found set.
Create an account or sign in to comment