Forum Post: RE: Create Record from Portal Pages

  • Thread starter Thread starter rgoyal@test.com
  • Start date Start date
Status
Not open for further replies.
R

rgoyal@test.com

Guest
Hi Chandrasekhar, Thanks for your reply. Let me explain you what I have done in the portal page. I simply add the below javascript : Now I checked with other object : #EVAL[ function f1() { var g = new Array(); g["name"]="01-TEST"; var newId = rbv_api.createRecord("ObjInteName", g); rbv_api.print("Created record with id: "+newId); } f1(); ] I have View, Create, Edit and Delete permissons perhaps I'm running out with this error: ERROR: Error Query API: permission denied for both current user and API user. Can you help.

Continue reading...
 
Status
Not open for further replies.
Back
Top