Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Creating a module record from a workflow via webservice
#3
(12-15-2015, 03:25 PM)joebordes Wrote: Since the webservice API is at a more abstract level than the internals, it is easier to use, even from within the application, so if you want to create a record using the webservice API you would call the CREATE method:

Do you mean this method?:

PHP Code:
$cbconn->doCreate 
And if so, which class does it belong to? In the example file there is no class instantiation or file inclusion so I can't tell. Apart from that, it seems quite straightforward: first parameter is the module name, second is an array where 'key' is the column name of the main table of the module and 'value' is the value you want to insert.
Reply


Messages In This Thread
RE: Creating a module record from a workflow via webservice - Guido1982 - 12-15-2015, 08:35 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)