R
rgoyal@test.com
Guest
I'm new to Rollbase and I'm trying to create records from a Portal page. Though I tried Object Script API method createRecord like as: var x = new Array(); x["amount"]=1000; x["name"]="From API"; var newId = rbv_api.createRecord("ABC", x); rbv_api.print("Created record with id: "+newId); But it is returning 'null' always. I will really appreciate any kind of help. Thanks in advance.
Continue reading...
Continue reading...