<?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: Dynamic Approval Process in Salesforce using Apex and Trigger	</title>
	<atom:link href="https://www.jitendrazaa.com/blog/salesforce/dynamic-approval-process-based-on-the-apex-and-trigger/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.jitendrazaa.com/blog/salesforce/dynamic-approval-process-based-on-the-apex-and-trigger/</link>
	<description>AI, Salesforce, ServiceNow &#38; Enterprise Tech Guides</description>
	<lastBuildDate>Fri, 17 Jun 2022 13:55:49 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>
	<item>
		<title>
		By: Milos		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/dynamic-approval-process-based-on-the-apex-and-trigger/#comment-43858</link>

		<dc:creator><![CDATA[Milos]]></dc:creator>
		<pubDate>Fri, 17 Jun 2022 13:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=2783#comment-43858</guid>

					<description><![CDATA[Hi, can I send approval process to external user. If I can, which ID I need to enter?]]></description>
			<content:encoded><![CDATA[<p>Hi, can I send approval process to external user. If I can, which ID I need to enter?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Lata Mahore		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/dynamic-approval-process-based-on-the-apex-and-trigger/#comment-39369</link>

		<dc:creator><![CDATA[Lata Mahore]]></dc:creator>
		<pubDate>Mon, 06 Jun 2022 15:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=2783#comment-39369</guid>

					<description><![CDATA[Hi Jitendra,
I want to Customize Reassign Action. Please help me how do I do that?]]></description>
			<content:encoded><![CDATA[<p>Hi Jitendra,<br />
I want to Customize Reassign Action. Please help me how do I do that?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: KSkumar		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/dynamic-approval-process-based-on-the-apex-and-trigger/#comment-14115</link>

		<dc:creator><![CDATA[KSkumar]]></dc:creator>
		<pubDate>Wed, 27 Oct 2021 10:35:54 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=2783#comment-14115</guid>

					<description><![CDATA[We are sending an mail for the opp is approved or rejected
In Approval history,
Assigned to is  == actual approver, 
the both feilds should be same name How will write the code using apex ?]]></description>
			<content:encoded><![CDATA[<p>We are sending an mail for the opp is approved or rejected<br />
In Approval history,<br />
Assigned to is  == actual approver,<br />
the both feilds should be same name How will write the code using apex ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Santhiya Durai		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/dynamic-approval-process-based-on-the-apex-and-trigger/#comment-12170</link>

		<dc:creator><![CDATA[Santhiya Durai]]></dc:creator>
		<pubDate>Wed, 06 Oct 2021 05:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=2783#comment-12170</guid>

					<description><![CDATA[How can I use Advanced Approvals in Process Builder?]]></description>
			<content:encoded><![CDATA[<p>How can I use Advanced Approvals in Process Builder?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ihor		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/dynamic-approval-process-based-on-the-apex-and-trigger/#comment-8166</link>

		<dc:creator><![CDATA[Ihor]]></dc:creator>
		<pubDate>Tue, 27 Jul 2021 15:19:49 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=2783#comment-8166</guid>

					<description><![CDATA[I am not sure that someone didn&#039;t mention it earlier, but submitting for approval is a DML statement and you will exceed DML statements limit in case there will be 150+ records in a trigger.]]></description>
			<content:encoded><![CDATA[<p>I am not sure that someone didn&#8217;t mention it earlier, but submitting for approval is a DML statement and you will exceed DML statements limit in case there will be 150+ records in a trigger.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Deep S		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/dynamic-approval-process-based-on-the-apex-and-trigger/#comment-6381</link>

		<dc:creator><![CDATA[Deep S]]></dc:creator>
		<pubDate>Fri, 11 Dec 2020 07:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=2783#comment-6381</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jitendrazaa.com/blog/salesforce/dynamic-approval-process-based-on-the-apex-and-trigger/#comment-1448&quot;&gt;JitendraZaa&lt;/a&gt;.

Can we use custom Assigned to field(which contains queue and other 3 users to reassign it to themselves) ?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.jitendrazaa.com/blog/salesforce/dynamic-approval-process-based-on-the-apex-and-trigger/#comment-1448">JitendraZaa</a>.</p>
<p>Can we use custom Assigned to field(which contains queue and other 3 users to reassign it to themselves) ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Deep S		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/dynamic-approval-process-based-on-the-apex-and-trigger/#comment-6379</link>

		<dc:creator><![CDATA[Deep S]]></dc:creator>
		<pubDate>Thu, 10 Dec 2020 18:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=2783#comment-6379</guid>

					<description><![CDATA[Hii, please reply, I really need a reply on this. My requirement is, I need to update record status field to &quot;In Process&quot; whenever record submitted for approval is reassigned from Queue to any specific person. I have written an apex class on this but I need to call it using trigger on ProcessInstance object which is impossible. So, seeing your post, I am thinking, is it possible ?]]></description>
			<content:encoded><![CDATA[<p>Hii, please reply, I really need a reply on this. My requirement is, I need to update record status field to &#8220;In Process&#8221; whenever record submitted for approval is reassigned from Queue to any specific person. I have written an apex class on this but I need to call it using trigger on ProcessInstance object which is impossible. So, seeing your post, I am thinking, is it possible ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Vineet		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/dynamic-approval-process-based-on-the-apex-and-trigger/#comment-6247</link>

		<dc:creator><![CDATA[Vineet]]></dc:creator>
		<pubDate>Thu, 20 Aug 2020 16:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=2783#comment-6247</guid>

					<description><![CDATA[Hi Jitendra

I have one scenario, pls check below

On Account, I have an approval process. and it&#039;s multistep approval. 
Let&#039;s assume its a 2 step approval.
but in the approval steps, No approvers are mentioned.
for the approvers, we are not having user lookups on Account but
We have an Account Role object (Child of Account) from where approvers will be picked up dynamically based on the role (field on the object level) of the user.

Now suppose in the Account Role we have 3 users (3 records which contains user with the role) with the role Manager so in that case, approvers in the &quot;first step&quot; will be these 3 users and any of them can approve the record, and once approved the record will go in the next step to be approved.

Now I want to assign approvers dynamically in each step of the approval as explained in the above scenario.

Can I call the same defined approval in apex and then in apex set the approvers for different approval steps and fire the approval??

Any suggestions would be appreciated.]]></description>
			<content:encoded><![CDATA[<p>Hi Jitendra</p>
<p>I have one scenario, pls check below</p>
<p>On Account, I have an approval process. and it&#8217;s multistep approval.<br />
Let&#8217;s assume its a 2 step approval.<br />
but in the approval steps, No approvers are mentioned.<br />
for the approvers, we are not having user lookups on Account but<br />
We have an Account Role object (Child of Account) from where approvers will be picked up dynamically based on the role (field on the object level) of the user.</p>
<p>Now suppose in the Account Role we have 3 users (3 records which contains user with the role) with the role Manager so in that case, approvers in the &#8220;first step&#8221; will be these 3 users and any of them can approve the record, and once approved the record will go in the next step to be approved.</p>
<p>Now I want to assign approvers dynamically in each step of the approval as explained in the above scenario.</p>
<p>Can I call the same defined approval in apex and then in apex set the approvers for different approval steps and fire the approval??</p>
<p>Any suggestions would be appreciated.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Shubham Sharma		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/dynamic-approval-process-based-on-the-apex-and-trigger/#comment-6075</link>

		<dc:creator><![CDATA[Shubham Sharma]]></dc:creator>
		<pubDate>Tue, 14 Apr 2020 07:40:03 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=2783#comment-6075</guid>

					<description><![CDATA[it is not working without giving modify all permission on object level]]></description>
			<content:encoded><![CDATA[<p>it is not working without giving modify all permission on object level</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Praveen		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/dynamic-approval-process-based-on-the-apex-and-trigger/#comment-6022</link>

		<dc:creator><![CDATA[Praveen]]></dc:creator>
		<pubDate>Wed, 25 Mar 2020 08:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=2783#comment-6022</guid>

					<description><![CDATA[Hi ,My requirement is to customize reject button to show picklist field,provision  to select user a reason of rejection and save the record.How we can do only for rejection.]]></description>
			<content:encoded><![CDATA[<p>Hi ,My requirement is to customize reject button to show picklist field,provision  to select user a reason of rejection and save the record.How we can do only for rejection.</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:57:16 by W3 Total Cache
-->