Hi, is it possible create a cmdbuild table card by webservice or Postgresql command?
I would like create a Postgresql procedure that allows to users to create specified table card on CMDBuild.
Thanks.
Hi, is it possible create a cmdbuild table card by webservice or Postgresql command?
I would like create a Postgresql procedure that allows to users to create specified table card on CMDBuild.
Thanks.
Yes this is possible, using the SOAP or REST webservice.
You should consult the CMDBuild Webservice Manual.
CMDBuild Team
Yes this is possible, using the SOAP or REST webservice.
You should consult the CMDBuild Webservice Manual.
CMDBuild Team
At the moment you can create via webservice a table card, not a table.
For table creation I suggest you use the CMDBuild GUI because working via SQL you can forget triggers or other constraints making the database inconsistent.
CMDBuild Team