Genesys CTI User Forum

Genesys CTI User Forum => Genesys-related Development => Topic started by: casmat on June 22, 2015, 08:07:09 PM

Title: PSDK Java CRUD
Post by: casmat on June 22, 2015, 08:07:09 PM
Im new to the PSDK and im trying to make a basic CFGTransaction CRUD on java, Im following the steps of the documents, I Could establish the connection but i dont understand how to create the object or how to use the method, I dont know if you could give me any working examples of this topic, doesnt have to be CFGTransaction.
Title: Re: PSDK Java CRUD
Post by: Kubig on June 23, 2015, 08:17:18 AM
Do you want to create object of Transaction type (List Object,...) or what exactly do you want to achieve?
Title: Re: PSDK Java CRUD
Post by: casmat on June 23, 2015, 03:02:14 PM
I want to develop a CRUD for a CFGTransaction with its sections and each of them with its options using the SDK for Java. Thank you for the fast reply.