Just now, our Kentico application is integrated with Netsuite ERP.
I am going to get data from Netsuite Saved Serach and display them on Kentico Admin panel.
I tried to create custom table in Kentico, and get Netsuite Saved Search result and store them into the custom table.
But it took some more time to store them into Kentico MSSQL database.
So I stored the Netsuite Saved Search Result into Kentico-Side CSV file, and it took a short period for storing data.
But in this case, I have to make a page that get data from csv file and display them.
And also, admin must can access that page from Kentico Admin.
I tried to make that page using custom module, but failed.
How can I solve this problem ?
↧