07-12-2016, 08:37 PM
The easiest way to create a record from within the application (and from outside) is to use the webservice interface.
Look at how we do it in the calendar import script:
https://github.com/tsolucio/corebos/blob/master/build/HelperScripts/importcalendarcsv.php#L153
the result of that call contains the ID you are looking for.
Look at how we do it in the calendar import script:
https://github.com/tsolucio/corebos/blob/master/build/HelperScripts/importcalendarcsv.php#L153
the result of that call contains the ID you are looking for.
Joe
TSolucio
TSolucio