Hi All,
I would like to know how to create a Form inside any Menu so that it imports the .csv file ?
Form should look something like this with an option to import the file and Ok, Cancel buttons.
please guide me .
Thanks in advance :-)
Hi All,
I would like to know how to create a Form inside any Menu so that it imports the .csv file ?
Form should look something like this with an option to import the file and Ok, Cancel buttons.
please guide me .
Thanks in advance :-)
You can't do everything at once. What you need to do decompose the problem to smaller pieces, learn how to implement each part and then put them together.
If I was you, I would start by checking if the requirement can't be done with the Data Import/Export Framework, because that's there for this purpose.
If it can't be done, forget SysOperation framework for a moment and implement the logic for reading CSV files in a job (a good keyword to search for is CommaTextIo).
When you know how to do it, learn how to use the SysOperation framework (e.g. here). When you understand the basics, look also at how to add the file browsing fields.
Finally, call your logic for CSV import through SysOperation.
When you get stuck, you'll know what you want to ask about, therefore you'll be able to create a thread here with a specific name and ask a concrete question. Then we can discuss your actual problem.
I'm looking for how to use sys operation framework so that i can import .csv file
Do you have any particular question or are you looking for an introduction to how to create a menu item, use the SysOperation framework and so on?
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,409
Most Valuable Professional
nmaenpaa
101,156