<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Jitendra's Blog - Latest Comments</title><link>http://shivablog.disqus.com/</link><description>Blog for Salesforce, Java, Web Developement, AngularJs, JQuery and other technologies</description><atom:link href="https://shivablog.disqus.com/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Tue, 20 Feb 2018 10:48:37 -0000</lastBuildDate><item><title>Re: Using JWT Flow to Authenticate Nodejs application with Salesforce</title><link>http://www.jitendrazaa.com/blog/salesforce/using-jwt-flow-to-authenticate-nodejs-application-with-salesforce/#comment-3767465093</link><description>&lt;p&gt;Hi Surya, JWT works like refresh token. So, if token expires, it would get new one. Check this - &lt;a href="https://help.salesforce.com/articleView?id=remoteaccess_oauth_jwt_flow.htm&amp;amp;type=5" rel="nofollow noopener" target="_blank" title="https://help.salesforce.com/articleView?id=remoteaccess_oauth_jwt_flow.htm&amp;amp;type=5"&gt;https://help.salesforce.com...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jitendra Zaa</dc:creator><pubDate>Tue, 20 Feb 2018 10:48:37 -0000</pubDate></item><item><title>Re: Using JWT Flow to Authenticate Nodejs application with Salesforce</title><link>http://www.jitendrazaa.com/blog/salesforce/using-jwt-flow-to-authenticate-nodejs-application-with-salesforce/#comment-3767252612</link><description>&lt;p&gt;Hi Jitendra,&lt;br&gt;I do understand that a pre-authorization either through web server flow or user agent flow is needed before JWT is generated, signed and posted to Salesforce by the client app. However, there will be a session associated with the pre-authorization in Salesforce. What is the impact on subsequent calls from the client app in case the session (related to pre-authorization) times out?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SuryaKiran Jois</dc:creator><pubDate>Tue, 20 Feb 2018 08:13:20 -0000</pubDate></item><item><title>Re: Login to Salesforce from Salesforce using Authentication Provider</title><link>http://www.jitendrazaa.com/blog/salesforce/login-to-salesforce-from-salesforce-using-authentication-provider/#comment-3757388491</link><description>&lt;p&gt;Hi Jitendra,&lt;/p&gt;&lt;p&gt;Thank you for the detailed steps. I'm trying to set up a Salesforce based SSO for a community. I.e. a user with a Salesforce account on any org should be able to login to my community. While I've followed your steps to set up the SSO, from the login screen on the community, when I select "SSO Provider" button, I am taken to a page that shows me an error message:&lt;/p&gt;&lt;p&gt;error=redirect_uri_mismatch&amp;amp;error_description=redirect_uri%20must%20match%20configuration&lt;/p&gt;&lt;p&gt;Upon reading up, it is said that the redirect URL defined in the connected app sometimes takes a while to propagate across all the Salesforce instances and so this error could occur. It's been more than 24 hours but I still run into the same error. Do you know of any other reason why this error could occur? Thanks.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Binu Jose</dc:creator><pubDate>Wed, 14 Feb 2018 03:56:10 -0000</pubDate></item><item><title>Re: Trailhead Widget for your Website</title><link>http://www.jitendrazaa.com/blog/salesforce/trailhead-widget-for-any-website/#comment-3755656489</link><description>&lt;p&gt;Hi Jitendra,&lt;br&gt;What is Data Protection and Privacy in Spring 18. How can use and Track Data . Plz Help. &lt;br&gt;Thnx,&lt;br&gt;Bvenkat Jeewesh&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Investor Portal</dc:creator><pubDate>Tue, 13 Feb 2018 01:30:27 -0000</pubDate></item><item><title>Re: Winter 18 &amp;#8211; Automatic Styling of Visualforce Pages in Lightning Experience</title><link>http://www.jitendrazaa.com/blog/salesforce/winter-18-automatic-styling-of-visualforce-pages-in-lightning-experience/#comment-3753409337</link><description>&lt;p&gt;Hello Sir,&lt;br&gt;How do I designate the field of data and contact data in a Visually FORCE Page so that when a data connection is saved, then a contact and an account becomes CREATE?&lt;br&gt;Thanks...&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anshu Singh</dc:creator><pubDate>Sun, 11 Feb 2018 13:47:08 -0000</pubDate></item><item><title>Re: Most frequently used code snippets for Salesforce Developers &amp;#8211; FAQ part 21</title><link>http://www.jitendrazaa.com/blog/salesforce/most-frequently-used-code-snippets-for-salesforce-developers-faq-part-21/#comment-3750878032</link><description>&lt;p&gt;To include javascript don't you need apex:includeScript or something&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sidharth Negi</dc:creator><pubDate>Fri, 09 Feb 2018 16:03:25 -0000</pubDate></item><item><title>Re: How to prepare for Dev 501 Certification &amp;#8211; Salesforce</title><link>http://www.jitendrazaa.com/blog/salesforce/how-to-prepare-for-dev-501-certification-salesforce/#comment-3748267989</link><description>&lt;p&gt;nice info&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">meena kumari</dc:creator><pubDate>Thu, 08 Feb 2018 03:01:46 -0000</pubDate></item><item><title>Re: Use Lightning Component in Visualforce Page</title><link>http://www.jitendrazaa.com/blog/salesforce/use-lightning-component-in-visualforce-page/#comment-3748213705</link><description>&lt;p&gt;Hi Jitendra,&lt;/p&gt;&lt;p&gt;Its a very nice blog. I have a question regarding the same. I am unable to pass the List of Ids of selected campaigns from a list button to attribute of a component which is of list type.&lt;/p&gt;&lt;p&gt;$Lightning.use("c:CampaignDedupApp", function() {&lt;/p&gt;&lt;p&gt;         $Lightning.createComponent("c:CampaignDedupComp",&lt;br&gt;         {&lt;br&gt;            CampId : "{!selected}"&lt;/p&gt;&lt;p&gt;         },&lt;/p&gt;&lt;p&gt;Component code :-&lt;/p&gt;&lt;p&gt;&amp;lt;aura:component controller="CampaignMemberDedupe"&amp;gt;&lt;br&gt;&amp;lt;aura:handler name="init" value="{!this}" action="{!c.myAction}"/&amp;gt;&lt;br&gt;&amp;lt;aura:attribute name="CampId" type="List"/&amp;gt;&lt;/p&gt;&lt;p&gt;output of aura iterate is below:-&lt;/p&gt;&lt;p&gt;[&lt;br&gt;7&lt;br&gt;0&lt;br&gt;1&lt;br&gt;x&lt;br&gt;x&lt;br&gt;x&lt;br&gt;]&lt;/p&gt;&lt;p&gt;I am unable to get Id as a single element.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ankush Bhatia</dc:creator><pubDate>Thu, 08 Feb 2018 01:29:39 -0000</pubDate></item><item><title>Re: Export Documents saved as Blob / Binary from SQL Server</title><link>http://www.jitendrazaa.com/blog/sql/sqlserver/export-documents-saved-as-blob-binary-from-sql-server/#comment-3746787568</link><description>&lt;p&gt;Thank you Jitendra, exactly what I was looking for.&lt;br&gt;Just applied it to create a demo about "Compressed" data using the Compress functionality.&lt;br&gt;Saving a columns value as a file (extension = .zip). 7-zip flawlessly extracts the data within to it's original uncompressed value.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ferenc de Tyssonsk</dc:creator><pubDate>Wed, 07 Feb 2018 07:21:10 -0000</pubDate></item><item><title>Re: Salesforce &amp;#8211; Drag and Drop File Uploader Component with Progress Bar &amp;#8211; HTML5 and Pure Javascript Based</title><link>http://www.jitendrazaa.com/blog/salesforce/salesforce-drag-and-drop-file-uploader-component-with-progress-bar-html5-and-pure-javascript-based/#comment-3746737885</link><description>&lt;p&gt;Hello, If anyone facing issue for 'Session expired or invalid' then replace 'var sfdcurl = 'https://'+sfdcHostName+'.salesforce.com/services/apexrest/DragAndDrop/ v1?FileName='+encodeURIComponent(files[i].name)+'&amp;amp;cType= '+encodeURIComponent(files[i].type)+ '&amp;amp;parId={!parentId}' ;' with 'var sfdcurl = 'https://'+sfdcHostName+'.salesforce.com/services/apexrest/DragAndDrop/v1?FileName='+encodeURIComponent(files[i].name)+'&amp;amp;cType='+encodeURIComponent(files[i].type)+ '&amp;amp;parId={!parentId}' ;'. URI must not contain space.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Manisha Sadhnani</dc:creator><pubDate>Wed, 07 Feb 2018 06:30:39 -0000</pubDate></item><item><title>Re: Export Documents saved as Blob / Binary from SQL Server</title><link>http://www.jitendrazaa.com/blog/sql/sqlserver/export-documents-saved-as-blob-binary-from-sql-server/#comment-3746730116</link><description>&lt;p&gt;Hi, I am experiencing the same problem. How did you manage to solve it?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">V**</dc:creator><pubDate>Wed, 07 Feb 2018 06:21:38 -0000</pubDate></item><item><title>Re: Salesforce Toolkit for PHP</title><link>http://www.jitendrazaa.com/blog/salesforce/salesforce-toolkit-for-php/#comment-3735032858</link><description>&lt;p&gt;Nice tutorial,&lt;br&gt;Does API limit gets counted? &lt;br&gt;How many records we can insert/update in one transaction using this toolkit  ?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nilesh Borse</dc:creator><pubDate>Wed, 31 Jan 2018 04:55:50 -0000</pubDate></item><item><title>Re: Get Table information (Column Name, Data Type) in SQL Server</title><link>http://www.jitendrazaa.com/blog/sql/sqlserver/get-table-information-column-name-data-type-in-sql-server/#comment-3733739895</link><description>&lt;p&gt;very clear, helpful answer to my issue...thanks!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ryan Davis</dc:creator><pubDate>Tue, 30 Jan 2018 11:52:10 -0000</pubDate></item><item><title>Re: Considerations and Best practices for Salesforce Dataloading</title><link>http://www.jitendrazaa.com/blog/salesforce/considerations-and-best-practices-for-salesforce-dataloading/#comment-3733021541</link><description>&lt;p&gt;Great,&lt;br&gt;Really awesome tutorial!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nilesh Borse</dc:creator><pubDate>Tue, 30 Jan 2018 00:13:21 -0000</pubDate></item><item><title>Re: Using Test.loadData to import records with relationship</title><link>http://www.jitendrazaa.com/blog/salesforce/using-test-loaddata-to-import-records-with-relationship/#comment-3732129088</link><description>&lt;p&gt;It Seems Salesforce Issue. Would suggest to raise case to Salesforce support.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jitendra Zaa</dc:creator><pubDate>Mon, 29 Jan 2018 13:15:35 -0000</pubDate></item><item><title>Re: Using Test.loadData to import records with relationship</title><link>http://www.jitendrazaa.com/blog/salesforce/using-test-loaddata-to-import-records-with-relationship/#comment-3731756998</link><description>&lt;p&gt;My test classes with this method of data setup are working fine in one sandbox while they are failing with a weird error in another sandbox. Need help. Tried googling but couldnt find a relevant answer anywhere. Please help.&lt;br&gt;System.SObjectException: ORA-20001: ORA-06512: at "DOPEY.COLDACCESSCUST", line 52 ORA-06512: at "DOPEY.CACCESS", line 2979 ORA-06512: at "DOPEY.CACCESS", line 2768 ORA-06512: at line 1 SQLException while executing plsql statement: {call cAccess.check_entity_access_proc_ncu(?,?,?,?,?,?)}(EXCLUDED, EXCLUDED, a98W0000000Cbcq, EXCLUDED, true, false)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SS</dc:creator><pubDate>Mon, 29 Jan 2018 09:51:19 -0000</pubDate></item><item><title>Re: How to start career in Salesforce &amp;#8211; applicable for Freshers as well</title><link>http://www.jitendrazaa.com/blog/salesforce/how-to-start-career-in-salesforce-applicable-for-freshers-as-well/#comment-3730044671</link><description>&lt;p&gt;hi, I am Channy, a software Engineering student from Cambodia. I am assigned to find out the criteria at which a fresh graduated student can have to be a saleforce developer. May you share your opinion, in order for the fresh graduated university student to be a saleforce developer, what criteria should he or she has?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Channy</dc:creator><pubDate>Sun, 28 Jan 2018 04:30:55 -0000</pubDate></item><item><title>Re: Tutorial of Command line DataLoader &amp;#8211; Salesforce</title><link>http://www.jitendrazaa.com/blog/salesforce/tutorial-of-command-line-dataloader-salesforce/#comment-3726418592</link><description>&lt;p&gt;Hi Chandra,&lt;/p&gt;&lt;p&gt;Were you able to achieve this by anyways, if you did, please can you share the approach you have taken to get his run automatically. Also, were you saving the extracts somewhere on SFTP?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Raj</dc:creator><pubDate>Thu, 25 Jan 2018 16:29:45 -0000</pubDate></item><item><title>Re: Tutorial of Command line DataLoader &amp;#8211; Salesforce</title><link>http://www.jitendrazaa.com/blog/salesforce/tutorial-of-command-line-dataloader-salesforce/#comment-3726193048</link><description>&lt;p&gt;Hi Jitendra,&lt;br&gt;Can you tell me if I can give and SFTP location to save the extracted file under process-conf.xml file?&lt;br&gt;Also, does task scheduler help to run these batch jobs nightly. is it possible?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Raj</dc:creator><pubDate>Thu, 25 Jan 2018 14:15:50 -0000</pubDate></item><item><title>Re: Salesforce Path &amp;#8211; Read Only Lightning Component</title><link>http://www.jitendrazaa.com/blog/salesforce/salesforce-path-read-only-lightning-component/#comment-3721746374</link><description>&lt;p&gt;Yes, thank you Sir. I can access in other network&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vasanth</dc:creator><pubDate>Tue, 23 Jan 2018 03:50:12 -0000</pubDate></item><item><title>Re: Salesforce Path &amp;#8211; Read Only Lightning Component</title><link>http://www.jitendrazaa.com/blog/salesforce/salesforce-path-read-only-lightning-component/#comment-3720340352</link><description>&lt;p&gt;Gist must be blocked by Internet provider. Please check on other  network.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jitendra Zaa</dc:creator><pubDate>Mon, 22 Jan 2018 09:31:37 -0000</pubDate></item><item><title>Re: Create SNMP Client in JAVA Using SNMP4j</title><link>http://www.jitendrazaa.com/blog/java/snmp/create-snmp-client-in-java-using-snmp4j/#comment-3720188582</link><description>&lt;p&gt;does the problem resolved?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sravani</dc:creator><pubDate>Mon, 22 Jan 2018 07:28:43 -0000</pubDate></item><item><title>Re: Salesforce Path &amp;#8211; Read Only Lightning Component</title><link>http://www.jitendrazaa.com/blog/salesforce/salesforce-path-read-only-lightning-component/#comment-3720157871</link><description>&lt;p&gt;I dont see the code snipet bro&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">vasanth</dc:creator><pubDate>Mon, 22 Jan 2018 06:55:59 -0000</pubDate></item><item><title>Re: Lookup component in Salesforce Lightning</title><link>http://www.jitendrazaa.com/blog/salesforce/lookup-component-in-salesforce-lightning/#comment-3716901565</link><description>&lt;p&gt;Use extends="force:slds" in application containing lightning component. It will auto import slds styles.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jitendra Zaa</dc:creator><pubDate>Fri, 19 Jan 2018 22:35:17 -0000</pubDate></item><item><title>Re: Creating SNMP Agent (Server) in JAVA using SNMP4j</title><link>http://www.jitendrazaa.com/blog/java/snmp/creating-snmp-agent-server-in-java-using-snmp4j/#comment-3713678637</link><description>&lt;p&gt;did u solve this error??? I am also getting this error&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jayesh Chindarkar</dc:creator><pubDate>Thu, 18 Jan 2018 01:38:19 -0000</pubDate></item></channel></rss>