Hi,
Is there any possibility to load data from a csv file to page level items?
Current Process for entry to page level items :
1) I have apex page currently which helps to the user to enter page level items for a single row at time.
2) Internally when the record entered at 1) gets saved there are other computation process which get triggered followed by the automatic row processing.
3.) Automatic row processing stores the data entered in 1) along with computed values stored in other page level items in 2) and a interactive report provides me the output of data entered in 1) along with computed values in 2).
Expected :
Can I upload the data to page level items as per 1) using csv file sequentially for each rows in spread sheet . so that 2) is not disturbed and calculations triggered automatically for other page level items.
Your help is appreciated!
Thanks,
Rathna