<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		>

<channel>
	<title>Forcetalks | Ratan Paul | Activity</title>
	<link>https://www.forcetalks.com/ratan-paul/activity/</link>
	<atom:link href="https://www.forcetalks.com/ratan-paul/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Ratan Paul.</description>
	<lastBuildDate>Wed, 13 May 2026 16:28:31 +0530</lastBuildDate>
	<generator>https://buddypress.org/?v=2.16.0</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
		
								<item>
				<guid isPermaLink="false">aa31e4a20f3d3f8cf9b37e47801694e9</guid>
				<title>Ratan Paul replied to the discussion Insufficient access right to user error while accessing email attachments in Salesforce in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/insufficient-access-right-to-user-error-while-accessing-email-attachments-in-salesforce/#post-22577</link>
				<pubDate>Thu, 02 Nov 2017 06:26:16 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/insufficient-access-right-to-user-error-while-accessing-email-attachments-in-salesforce/#post-22577"><span class="bb-reply-lable">Reply to</span> Insufficient access right to user error while accessing email attachments in Salesforce</a></p> <div class="bb-content-inr-wrap"><p>can you check the what is the OWD ? may be issue with this?</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a2a68e76c6ad6dadada2ec41bbfc893a</guid>
				<title>Ratan Paul replied to the discussion Not able to use custom setting in a Salesforce formula field in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/not-able-to-use-custom-setting-in-a-formula-field/#post-16687</link>
				<pubDate>Thu, 06 Oct 2016 11:17:25 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/not-able-to-use-custom-setting-in-a-salesforce-formula-field/#post-16687"><span class="bb-reply-lable">Reply to</span> Not able to use custom setting in a Salesforce formula field</a></p> <div class="bb-content-inr-wrap"><p>there is a post in idea exchange https://success.salesforce.com/ideaview?id=08730000000I5NsAAK</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">212e599dab40ac89012c08b97a66a17f</guid>
				<title>Ratan Paul replied to the discussion Salesforce Apex Code to Post a Chatter Post in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/apex-code-to-post-a-chatter-post/#post-16686</link>
				<pubDate>Thu, 06 Oct 2016 10:49:09 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/salesforce-apex-code-to-post-a-chatter-post/#post-16686"><span class="bb-reply-lable">Reply to</span> Salesforce Apex Code to Post a Chatter Post</a></p> <div class="bb-content-inr-wrap"><p>So you need to use chatter api.</p>
<p>check this https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/connectapi_examples_post_feed_element_mention.htm</p>
<blockquote><p>ConnectApi.FeedItemInput feedItemInput = new ConnectApi.FeedItemInput();<br />
ConnectApi.MentionSegmentInput mentionSegmentInput =&hellip;</p></blockquote>
<p><span class="activity-read-more" id="activity-read-more-13164"><a href="https://www.forcetalks.com/salesforce-topic/apex-code-to-post-a-chatter-post/#post-16686" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ccda7a0b9fb9551b4bc1bf246636be5b</guid>
				<title>Ratan Paul replied to the discussion In Salesforce, what is the best solution to create a Button to send email to multiple contacts in Contact Related List? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/in-salesforce-what-is-the-best-solution-to-create-a-button-to-send-email-to-multiple-contacts-in-contact-related-list/#post-16685</link>
				<pubDate>Thu, 06 Oct 2016 10:30:08 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/in-salesforce-what-is-the-best-solution-to-create-a-button-to-send-email-to-multiple-contacts-in-contact-related-list/#post-16685"><span class="bb-reply-lable">Reply to</span> In Salesforce, what is the best solution to create a Button to send email to multiple contacts in Contact Related List?</a></p> <div class="bb-content-inr-wrap"><p>you can use webservice to send email. onclick of javascipt button call a apex class and send the email to related contacts</p>
<p>check this example for more info https://developer.salesforce.com/docs/atlas.en-us.workbook.meta/workbook/button_1.htm</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f463b15e114a444ff5e1a1e4d96fca77</guid>
				<title>Ratan Paul replied to the discussion How to know the API Name of Standard or Custom Salesforce Objects? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-know-the-api-name-of-standard-or-custom-objects/#post-16684</link>
				<pubDate>Thu, 06 Oct 2016 10:20:58 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-know-the-api-name-of-standard-or-custom-salesforce-objects/#post-16684"><span class="bb-reply-lable">Reply to</span> How to know the API Name of Standard or Custom Salesforce Objects?</a></p> <div class="bb-content-inr-wrap"><p>if you don&#8217;t want to use describe call etc then you can use eclipse to view all the fields name</p>
<p>And for all standard objects you can check the soap api documentation  https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_acceptedeventrelation.htm</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">384e41713e702c90e9bbb4af3df88c8e</guid>
				<title>Ratan Paul replied to the discussion Is there any query in Salesforce to fetch all the fields on the entity? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/is-there-any-query-in-salesforce-to-fetch-all-the-fields-on-the-entity/#post-16683</link>
				<pubDate>Thu, 06 Oct 2016 09:31:00 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/is-there-any-query-in-salesforce-to-fetch-all-the-fields-on-the-entity/#post-16683"><span class="bb-reply-lable">Reply to</span> Is there any query in Salesforce to fetch all the fields on the entity?</a></p> <div class="bb-content-inr-wrap"><p>if you are looking for feature like sql select * from table_name then I say no. In salesforce there is no feature like that. And if you want to create a utility class where you can pass the object name and get the all field and prepare soql query with all fields then solution is use decribe call to get the all fields name.</p>
<p>&nbsp;</p>
<blockquote><p>SObjectType&hellip;</p></blockquote>
<p><span class="activity-read-more" id="activity-read-more-13161"><a href="https://www.forcetalks.com/salesforce-topic/is-there-any-query-in-salesforce-to-fetch-all-the-fields-on-the-entity/#post-16683" rel="nofollow"> Read more</a></span></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9312887653f6f8a7b57538741cab1ba9</guid>
				<title>Ratan Paul replied to the discussion How to auto populate the field on the selecting the contact from the lookup field in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-auto-populate-the-field-on-the-selecting-the-contact-from-the-lookup-field-in-salesforce/#post-16682</link>
				<pubDate>Thu, 06 Oct 2016 09:27:24 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-auto-populate-the-field-on-the-selecting-the-contact-from-the-lookup-field-in-salesforce/#post-16682"><span class="bb-reply-lable">Reply to</span> How to auto populate the field on the selecting the contact from the lookup field in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>if this is the standard page then you can&#8217;t do it. You can populate those field using workflow rules or process builder . based on contact value get the all details and update the record.</p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a5d15681f7401ab0b18bc99b91f9b975</guid>
				<title>Ratan Paul replied to the discussion In Salesforce, how to write a wrapper class to display records of an account with Pagination? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-write-a-wrapper-class-to-display-records-of-an-account-with-pagination/#post-16681</link>
				<pubDate>Thu, 06 Oct 2016 09:25:05 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/in-salesforce-how-to-write-a-wrapper-class-to-display-records-of-an-account-with-pagination/#post-16681"><span class="bb-reply-lable">Reply to</span> In Salesforce, how to write a wrapper class to display records of an account with Pagination?</a></p> <div class="bb-content-inr-wrap"><p>This is really broad question. I suggest to check this example</p>
<p><a target='_blank' href="https://developer.salesforce.com/page/Wrapper_Class" rel="nofollow">https://developer.salesforce.com/page/Wrapper_Class</a></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8f18d710ab534e59cf5364f0a83ee4eb</guid>
				<title>Ratan Paul replied to the discussion How to add radio button to a pageblock table in salesforce? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/how-to-add-radio-button-to-a-pageblock-table-in-salesforce/#post-16680</link>
				<pubDate>Thu, 06 Oct 2016 09:22:54 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/how-to-add-radio-button-to-a-pageblock-table-in-salesforce/#post-16680"><span class="bb-reply-lable">Reply to</span> How to add radio button to a pageblock table in salesforce?</a></p> <div class="bb-content-inr-wrap"><p>I suggest to use apex:inputcheckbox . Using this component you can bind the value easily</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a target='_blank' href="https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_inputCheckbox.htm" rel="nofollow">https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_inputCheckbox.htm</a></p>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">66e82db8546c8aa094af71f5d2565ecc</guid>
				<title>Ratan Paul replied to the discussion Why is it mandatory to enable custom domain in Salesforce in order to develop lightning apps? in the forum Salesforce® Discussions</title>
				<link>https://www.forcetalks.com/salesforce-topic/why-is-it-mandatory-to-enable-custom-domain-in-salesforce-in-order-to-develop-lightning-apps/#post-16392</link>
				<pubDate>Mon, 26 Sep 2016 10:49:35 +0530</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://www.forcetalks.com/salesforce-topic/why-is-it-mandatory-to-enable-custom-domain-in-salesforce-in-order-to-develop-lightning-apps/#post-16392"><span class="bb-reply-lable">Reply to</span> Why is it mandatory to enable custom domain in Salesforce in order to develop lightning apps?</a></p> <div class="bb-content-inr-wrap"><p>check this post <a target='_blank' href="https://developer.salesforce.com/blogs/developer-relations/2015/10/important-change-to-lightning-components-in-winter-16.html" rel="nofollow">https://developer.salesforce.com/blogs/developer-relations/2015/10/important-change-to-lightning-components-in-winter-16.html</a></p>
</div>]]></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 
Content Delivery Network via Amazon Web Services: CloudFront: cdn.forcetalks.com
Lazy Loading

Served from: www.forcetalks.com @ 2026-05-13 22:30:50 by W3 Total Cache
-->