- PRANAV posted a new activity comment1 week ago
Hi Erik,
You don’t need to add any value against the Campaign Id filter, just leave that filter value as blank. It will work fine.
- PRANAV's profile was updated4 months, 2 weeks ago
- PRANAV replied to the topic
Conga Solution : Need to update the field dynamically in the conga email template
5 months, 1 week agoHi
For this, you can look into the below two Conga Support links
How to Compare Two Values in Word Templates using IF Statements
How to Create IF Fields in a Microsoft Word Template
Or you can build a custom formula field on salesforce side and then use that in your template.
Hope this helps you.
- PRANAV replied to the topic
How can we Retrieve Last Login Date for a user based on Salesforce user licenses?
6 months, 1 week agoHi
There are many reasons if you can’t get your desired output from the provided code:
1) You have to give the License name correctly
2) The user data you want to query must check it an active user as you added that filter in your query
3) You have to check the usertype also
For the best solution, you can first run the query in the query editor…[Read more] - PRANAV replied to the topic
Which Is the Best Site who Provide Most Trustworthy Study Material For Salesforce ADM-201 Exam?
7 months, 2 weeks agoHi
Salesforce Trailhead is the best place for learning and exploring new things. There are various Trailhead modules, projects and trailmix for Admin exams as well.
Please try to enhance your skills and knowledge from Salesforce Trailhead “Prepare for Your Salesforce Administrator…[Read more] - PRANAV changed their profile picture1 year, 4 months ago
- PRANAV replied to the topic
How to query data through Standard API in Salesforce?
1 year, 6 months agoHi Parv,
The below will help you
curl https://yourInstance.salesforce.com/services/data/v20.0/query/?q=SELECT+name+from+Account -H “Authorization: Bearer token”
For more you can go through https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_query.htmThanks
For Email Marketing you have to add Salesforce Contacts directly into the MailChimp. So follow the steps to configure MailChimp for Salesforce and get the contacts into MailChimp Campaign list directly from […]
- PRANAV wrote a new blog
Send Salesforce Campaign Members to MailChimp for Email Marketing
1 year, 6 months agoAfter successfull installation and configuration of MailChimp for Salesforce app, Please follow the steps to add Campaign Members to the MailChimp List directly from the Salesforce to MailChimp for Email […]
- PRANAV wrote a new blog
Installation and Configuration of MailChimp for Salesforce
1 year, 6 months agoFollow the below steps for installing and configuring MailChimp for Salesforce and use for Email Marketing: 1. Firstly, Signup for MailChimp by going on https://login.mailchimp.com/signup/And then go to the below […]
- PRANAV wrote a new blog
Pushing Google Sheet data into the Salesforce database through G-Connector
1 year, 6 months agoHi All,
Welcome Back to an another blog related to the G-Connector for Salesforce. In my first blog “G-Connector for Salesforce”, I shared with you all the required steps to install and configure G-connector […]
- PRANAV wrote a new blog
Get Salesforce record data into your Google Sheet through G-Connector
1 year, 6 months agoHello All,
In my last blog, I shared with you all the required steps to install and configure G-connector for Salesforce. Now I am going to show, how to use G-Connector for getting salesforce record just […]
G-Connector for Salesforce
It’s a great tool or you can say an add-on that can help you to save your Salesforce Licenses. G-Connector is a two-way syncing tool that unlocks Salesforce data into the Google Sheet […]
- PRANAV wrote a new blog
Google Sheet Automation Process for Salesforce Data Pull/Push Using G-connector
1 year, 6 months agoHi All,
Welcome Back — to another blog related to the G-Connector for Salesforce.
A recap for newbies
In my first blog of “G-Connector for Salesforce”, I shared with you all the required steps to i […]
- PRANAV replied to the topic
How can I manipulate records with DML in Salesforce?
1 year, 6 months agoHi Abhishek,
Create and modify records in Salesforce by using the Data Manipulation Language, abbreviated as DML. DML provides a straightforward way to manage records by providing simple statements to insert, update, merge, delete, and restore records.For Example:
// Create the account sObject
Account acct = new Account(Name=’Acme’,…[Read more] - PRANAV started the topic
How can we use Lightning Components with the Salesforce1 Mobile App?
1 year, 7 months agoHow can we use Lightning Components with the Salesforce1 Mobile App ?
- Load More