Hi,
I have a CSV file that I would like to load based on a user clicking a button. This file has to be controlled from a end user loading the file. I know I can use import but I want to make this simple for the end user.
I am not updating 1 entity. I am updating a collection of entities.
Here's what I have. I have created c# code (plugin) to retrieve the csv file and update the table that needs to be updated.
My question is can I create an action that will prompt the user to load the csv file based on a yes/no prompt. Once the user has selected "yes" the action will trigger the plugin.
If I can do this. What all do I need to do.
Thanks
*This post is locked for comments