On Tue, Feb 25, 2014 at 10:47 AM, gangadhar kadam <
email...@gmail.com> wrote:
> Hello All,
> I am using Document object in @webnotes.Whitelist method to insert record
> in database, But the records are not inserted in databases.
> My codes pastebin link is "
http://pastebin.com/7UPqFu0m"
>
If you are using GET method, then commit to database doesn't happen.
You could do one of the following things, (in order of recommendation)
* Send a POST request
* Send a param, _type=POST
* Put a webnotes.conn.commit() at the end of your function.
> It return the all above values but the records are not created.
>
> Please suggest.
>
> Thanks and Regards,
> Gangadhar kadam
>
>
> --
> Note:
>
> If you are posting an issue,
> 1. We should be able to replicate it at our end. So please give us as much
> information as you can. Please see it from the point of view of the person
> receiving the communication.
> 2. Paste your code at
http://pastebin.com or
http://gist.github.com and send
> only the URL via email
> 3. For sending images, use
http://imgur.com or other similar services. Do
> not send images as attachments. Links are good. Same goes for any file you
> are going to send.
>
> End of Note
> ---
> You received this message because you are subscribed to the Google Groups
> "ERPNext Developer Forum" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
erpnext-developer...@googlegroups.com.
> To view this discussion on the web visit
>
https://groups.google.com/d/msgid/erpnext-developer-forum/45fb70fc-4865-4cf2-be3f-a198a2a874fb%40googlegroups.com.
> For more options, visit
https://groups.google.com/groups/opt_out.
Thanks,
--
Pratik
erpnext