Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wn.call({
- method: "webnotes.client.get",
- args: {
- doctype: "Contact",
- filters: {
- email_id: "email@example.com"
- }
- },
- callback: function(r) {
- console.log(r);
- }
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement