Hi all,
I'm faced with an interesting issue when using Smart Import.
We have setup an object so that users can import values from an Excel file.
This is in addition to a screen where they can enter manually the values.
In the basic data entry screen (based on layout then), there is a trigger which executes a currency conversion procedure (very basic), and then the procedure writes in a text "log" cube, to indicate that the value was updated by @user on @datetime.
We use the same procedure in the smart import trigger. The problem is, in this case, the procedure uses the selection of the screen where the smart import is, and it is not selecting the coordinates of the objects that the user actually updated during his file import.
As a result, the data perimeter updated by the procedure is much larger than planned. It is not a big issue for the conversion (the data gets converted again, not a big deal since the result is the same), but now the user who did the smart import is "logged" on every cell of his perimeter, instead of just the celles where he uploaded an update.
Is there a way to select in a smart import trigger only the cells included in the imported file ?
In fact, I'm looking for the "reverse" option compared to the new data entry trigger option called "Execute procedure for active selection".
Thanks for your suggestions :)
Etienne