<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Create and update records using Javascript button in Salesforce- Ajax Toolkit	</title>
	<atom:link href="https://www.jitendrazaa.com/blog/salesforce/create-and-update-records-using-javascript-button-in-salesforce-ajax-toolkit/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.jitendrazaa.com/blog/salesforce/create-and-update-records-using-javascript-button-in-salesforce-ajax-toolkit/</link>
	<description>AI, Salesforce, ServiceNow &#38; Enterprise Tech Guides</description>
	<lastBuildDate>Fri, 10 Jul 2020 11:31:37 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>
	<item>
		<title>
		By: 1111		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/create-and-update-records-using-javascript-button-in-salesforce-ajax-toolkit/#comment-6201</link>

		<dc:creator><![CDATA[1111]]></dc:creator>
		<pubDate>Fri, 10 Jul 2020 11:31:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=4394#comment-6201</guid>

					<description><![CDATA[Nice, but i want know one thing why its throwing error if i want try from a different user]]></description>
			<content:encoded><![CDATA[<p>Nice, but i want know one thing why its throwing error if i want try from a different user</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: shams shaik		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/create-and-update-records-using-javascript-button-in-salesforce-ajax-toolkit/#comment-5706</link>

		<dc:creator><![CDATA[shams shaik]]></dc:creator>
		<pubDate>Tue, 24 Dec 2019 07:49:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=4394#comment-5706</guid>

					<description><![CDATA[Hi ,

How to count and display no. of  contacts associated to account on buttonclick using javascript]]></description>
			<content:encoded><![CDATA[<p>Hi ,</p>
<p>How to count and display no. of  contacts associated to account on buttonclick using javascript</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: GaBert		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/create-and-update-records-using-javascript-button-in-salesforce-ajax-toolkit/#comment-4251</link>

		<dc:creator><![CDATA[GaBert]]></dc:creator>
		<pubDate>Wed, 14 Mar 2018 15:43:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=4394#comment-4251</guid>

					<description><![CDATA[Hello Jitendra,
Do you know a document that describe how this kind of code are articulated.
I am brand new in SF industry, i don&#039;t programation much than that only have my admin certif.
but this tool seems to be really powerful and really useful for my project to come where i will for instance need to create a button to change a case owner (put it in a particular queue).
I transposed your code in the case object by changing every reference to account to the case object but i don&#039;t have any result.
Anyway, if you know a good course, i&#039;ll be really interested (and lot of beginners too!)
My goal is not to become a JS Star, but just to know how to create button with simple actions using Ajax toolkit
Many thanks]]></description>
			<content:encoded><![CDATA[<p>Hello Jitendra,<br />
Do you know a document that describe how this kind of code are articulated.<br />
I am brand new in SF industry, i don&#8217;t programation much than that only have my admin certif.<br />
but this tool seems to be really powerful and really useful for my project to come where i will for instance need to create a button to change a case owner (put it in a particular queue).<br />
I transposed your code in the case object by changing every reference to account to the case object but i don&#8217;t have any result.<br />
Anyway, if you know a good course, i&#8217;ll be really interested (and lot of beginners too!)<br />
My goal is not to become a JS Star, but just to know how to create button with simple actions using Ajax toolkit<br />
Many thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jitendra Zaa		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/create-and-update-records-using-javascript-button-in-salesforce-ajax-toolkit/#comment-3125</link>

		<dc:creator><![CDATA[Jitendra Zaa]]></dc:creator>
		<pubDate>Wed, 04 May 2016 13:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=4394#comment-3125</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jitendrazaa.com/blog/salesforce/create-and-update-records-using-javascript-button-in-salesforce-ajax-toolkit/#comment-3123&quot;&gt;Dhananjay Patil&lt;/a&gt;.

delete is keyword in Javascript so we need to use deleteIds. check page 9 on this documentation - https://resources.docs.salesforce.com/sfdc/pdf/apex_ajax.pdf]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.jitendrazaa.com/blog/salesforce/create-and-update-records-using-javascript-button-in-salesforce-ajax-toolkit/#comment-3123">Dhananjay Patil</a>.</p>
<p>delete is keyword in Javascript so we need to use deleteIds. check page 9 on this documentation &#8211; <a href="https://resources.docs.salesforce.com/sfdc/pdf/apex_ajax.pdf" rel="nofollow ugc">https://resources.docs.salesforce.com/sfdc/pdf/apex_ajax.pdf</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dhananjay Patil		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/create-and-update-records-using-javascript-button-in-salesforce-ajax-toolkit/#comment-3123</link>

		<dc:creator><![CDATA[Dhananjay Patil]]></dc:creator>
		<pubDate>Wed, 04 May 2016 09:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=4394#comment-3123</guid>

					<description><![CDATA[Instead of update if there would be a delete operation here on detail view so what would be the syntax for this....I have requirement inwhich i have written a class and calling that class using javascript but when i am trying to delete the record based on the condtion then I am not sure what kind of parameters should i pass in order to delete the record based on the condition......Can u please provide the syntax for custom delete on Detail view...]]></description>
			<content:encoded><![CDATA[<p>Instead of update if there would be a delete operation here on detail view so what would be the syntax for this&#8230;.I have requirement inwhich i have written a class and calling that class using javascript but when i am trying to delete the record based on the condtion then I am not sure what kind of parameters should i pass in order to delete the record based on the condition&#8230;&#8230;Can u please provide the syntax for custom delete on Detail view&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sam sun		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/create-and-update-records-using-javascript-button-in-salesforce-ajax-toolkit/#comment-2583</link>

		<dc:creator><![CDATA[Sam sun]]></dc:creator>
		<pubDate>Fri, 26 Jun 2015 08:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=4394#comment-2583</guid>

					<description><![CDATA[Nice.]]></description>
			<content:encoded><![CDATA[<p>Nice.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Minified using Disk

Served from: www.jitendrazaa.com @ 2026-08-30 22:12:47 by W3 Total Cache
-->