Hi guys, first of all thanks for your great api and sorry for my language mistakes.
In our company we have an old 7.0 Remedy clients connected to a server, without admnistration tools/views to explore database's structure.
My goal is to realize some php scripts to extract some tickets from some modules.
Using php-arapi i've no problem connecting to the server, but how i can extract, for example, a determinated "field" value (for example Tickets ID list), using only "form" and "fieldid" ?
Thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry for the late answer, but have you looked at http://php-arapi.sourceforge.net/examples.html. Two very simple examples to extract data. One that get a specific record and one the do a query and extract all records returned.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi guys, first of all thanks for your great api and sorry for my language mistakes.
In our company we have an old 7.0 Remedy clients connected to a server, without admnistration tools/views to explore database's structure.
My goal is to realize some php scripts to extract some tickets from some modules.
Using php-arapi i've no problem connecting to the server, but how i can extract, for example, a determinated "field" value (for example Tickets ID list), using only "form" and "fieldid" ?
Thank you
Sorry for the late answer, but have you looked at http://php-arapi.sourceforge.net/examples.html. Two very simple examples to extract data. One that get a specific record and one the do a query and extract all records returned.
Unlucky I ended the sentence with a . to close to the link. So the link is not working. Here the link comes again.
http://php-arapi.sourceforge.net/examples.html
Thanks for the reply. I've made progress and I can read and edit fields at the moment.
I still have to find out how to change tickets state and how to close them but i'm sure it's possibile.
Thanks for you great job and for support!