Topic by JJ
Hi,
We have a data import wizard for a custom object. Runs fine.
Separate from this, we have a widget which loops through each record and performs various things and then updates a field within this custom object. Runs fine.
Yes - we *could* look at doing all this from within the excel via VBA... but we have RightNow, right here, right now!
So my question is whether we can run the script automatically after the data import wizard has completed. Would custom processes come into play? How would I trigger any script after a data upload has taken place? Would it done after every row change or can I do it once it finishes?