We usually console.log the errors. But I no clue why we get this - Error: [object Object]
Yes just deploy it no problem.
Your code contains this line:
return Backendless.Data.of('current_rms_opportunity').save(o)
while you have no such table. However, there is a current_rms_opportunities
table:
return Backendless.Data.of('current_rms_opportunities').save(o)
That something I should note Wil check that and come back to you soon.
I guess we’ll change the logic to throw a proper error in this case, thank you as well