Hi, I am trying to write a code to export some fields from PO Screen to a CSV file did anyone do that before ???
Hello Mohamed,
What business problem are you trying to solve that you need to send information to a file?
I think your profile says that you’re in the cloud. While it’s possible to write files from the .NET client, it won’t always be there - especially for cloud users. So maybe others can find a solution to your business problem once you describe it.
Mark W.
I am still learning and exploring in BPMs in a Training environment, So just wanted to pull some values from any screen and export them as csv
Welcome to the group!
You probably know that this is easy to do this for a single field, part of a grid, or all of a grid. What is the purpose of the CSV file once you get it?
Some Clients Request the data in CSV file, I don’t know that was the requirement
Just remember you can already use baq export so it would be possible programmatic ally call that service from a bpm…
That may simplify things. There are also examples on posts here for generating bartender labels which would get you pretty close.
This is what I’d do. Recreate the grid in a BAQ, schedule the BAQ, then have a BPM email the BAQ export to the customer whenever it triggers. I have a dozen of these active, I’ll share the BPM diagram/code once I get to a computer
Actually, looks like I’ve already posted it