Document generated from Rollbase to a webservice

Posted by Rollbase User on 26-Oct-2010 21:50

Is it possible to transfer a Rollbase generated document (doc or html) to a webservice (e.g. Flex)?

All Replies

Posted by Admin on 26-Oct-2010 23:53

I don't know what you mean by that.

Posted by Admin on 27-Oct-2010 00:13

Oh sorry. I didnt really mean transfer. Call a document generated by Rollbase to a webservice.

Posted by Admin on 27-Oct-2010 16:35

Please check our documentation on web services: Chapter 15.

Posted by Admin on 27-Oct-2010 21:10

It's not working.

Posted by Admin on 28-Oct-2010 00:28

I created an Object named Testing.
Inside the object are fields. Test Name(name), Auto-number(auto-number), Docu(document template).
I created a document template, inside the template is {!name} and {!auto_num}
I made some sample records as well.


I created a webservice app.
In my code. I queried the fields in the object.
"SELECT id,name,auto_num,docu FROM testing";
It returns a statement.
Warning:"You have to be connected online to build primary cache table."

But when I remove the docu in the query. It shows all the records.

This thread is closed