Quoting Frank Patzig <fp@xxxxxxxxx>:
Helge Hess schrieb:
On 22. Dez 2005, at 11:46 Uhr, Frank Patzig wrote:
i found in the system.listMethods not the function
project.addPerson(project.delPerson) or
person.addProject(person.delProject). I will combination person
with project. Can i help me?
I don't know whether you can help yourself ;-)
There is a project.addAccount method, maybe thats sufficient for
what you want to do:
bool project.addAccount(string project-id,
string login,
string permissions)
The permissions field is a string containing the chars 'r', 'w',
'i', 'd', 'm'.
This function work good, a need the combination Contact Associates
with project.
bool project.setPerson( string project-id,
array person-id)
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1653
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1654
Apparently there is no project.removeAccount() method and I can't
find methods to work on the associated contacts, teams or companies
either.
Nope, they don't exist.
I assume those simply do not exist (feel free to file enh-requests
in Bugzilla).
--
OpenGroupware.org XML-RPC
xmlrpc@xxxxxxxxxxxxxxxxx
http://mail.opengroupware.org/mailman/listinfo/xmlrpc
|