Anyone have an example of using BOX or DROPBOX from server code? I want query the db and then store the results as a csv file to dropbox or box.
I a little confused on how to authenticate to Drobbox and not via an interactive prop up. I am not sure if this is even possible.
Thanks
Chris
Any chance of getting this in a tutorial? I would like to do the same thing. I am trying to follow, but i get a little lost after about 5 posts.
I want to map firstName and lastName from the database to a listItem Text .
Hmm It seems to be that the input field was a custom component. When I removed that, it worked.
On the customer component i have the text property exposed. Can I not use appery function with customer components?
I figured out my own question.
for others that might be looking for this:
On click --- Run JavaScript
Script something like the above
add
yourservicename.execute(); if validation is true.
How / Where do you run this code and then how do you tell it to invoke the service?
I have a form that collects data and stores in the db. I want to run some server code once a day that runs a query to pull only the new entries for the past 24 hours and creates a CSV file.
Saving the CSV file into the DB is really not necessary thinking about it more.
Thank you !.. that worked perfectly!