Forcetalks | sushant | Activity https://www.forcetalks.com/sk3953gmail-com/activity/ Activity feed for sushant. Wed, 01 Apr 2026 12:52:42 +0530 https://buddypress.org/?v=2.16.0 en-US 30 hourly 2 ed53f806dd3b5b52a13de1cfcb0f6805 sushant changed their profile photo https://www.forcetalks.com/activity/p/17214/ Tue, 16 May 2017 07:14:00 +0530 0 c014b912eea90693ea7882e4aa3fb305 sushant started the discussion What are the daily limits on sending Emails whenever a case is generated in salesforce? in the forum https://www.forcetalks.com/salesforce-topic/what-are-the-daily-limits-on-sending-emails-whenever-a-case-is-generated-in-salesforce/ Mon, 20 Feb 2017 13:41:09 +0530 What are the daily limits on sending Emails whenever a case is generated in salesforce?

Hi All,

What are the daily limits on sending Emails whenever a case is generated in salesforce?

Thanks

]]>
bd434079dad2c78e762dc185390af78d sushant started the discussion How can we find if a particular user has edit permission on a specific Sobject in salesforce? in the forum https://www.forcetalks.com/salesforce-topic/how-can-we-find-if-a-particular-user-has-edit-permission-on-a-specific-sobject-in-salesforce/ Mon, 20 Feb 2017 13:39:10 +0530 How can we find if a particular user has edit permission on a specific Sobject in salesforce?

Hi All,

How can we find if a particular user has edit permission on a specific Sobject in salesforce?

Thanks

]]>
a651fd0a3a9158a3f7c2aaf8f998a904 sushant started the discussion Can we send Emails stored in a custom field with comma separated using workflow in salesforce? in the forum https://www.forcetalks.com/salesforce-topic/can-we-send-emails-stored-in-a-custom-field-with-comma-separated-using-workflow/ Mon, 20 Feb 2017 13:31:21 +0530 Can we send Emails stored in a custom field with comma separated using workflow in salesforce?

Hi All,

Can we send Emails stored in a custom field with comma separated using workflow?

Thanks

]]>
d4e059167050668c3f2125a5cc64d7c7 sushant replied to the discussion How to pass account id as a parameter to custom button on standard Account Detail Page in salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-to-pass-account-id-as-a-parameter-to-custom-button-on-standard-account-detail-page/#post-18344 Mon, 20 Feb 2017 13:23:42 +0530 Reply to How to pass account id as a parameter to custom button on standard Account Detail Page in salesforce?

Hi Vikas,

Refer to this link,it may help you.

Thanks

]]>
ae9e9080bc864cb55fd9d1e39056550a sushant replied to the discussion How to display Map values on Visualforce Page ? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-to-display-map-values-on-visualforce-page/#post-18343 Mon, 20 Feb 2017 13:21:04 +0530 Reply to How to display Map values on Visualforce Page ?

Hi Vikas,

you can use this:

<apex:pageblocktable value="{!MapName} var="key">

<apex:column value="{!MapName[key].< Enter value regarding this key here>}"/>

</apex:pageblocktable>

Thanks

]]>
a4af7335d46b9b874f24f94f409bcaf7 sushant replied to the discussion How can we define Hyper link on Standard Account Detail Page in salesforce ? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-can-we-define-hyper-link-on-standard-account-detail-page/#post-18337 Thu, 16 Feb 2017 15:02:51 +0530 Reply to How can we define Hyper link on Standard Account Detail Page in salesforce ?

Hi Vikas,

Follow this link,it may help you.

Thanks

]]>
ae707425805b4e4bf7873b23870eba19 sushant started the discussion What are the advantages of making community users in salesforce? in the forum https://www.forcetalks.com/salesforce-topic/what-are-the-advantages-of-making-community-users-in-salesforce/ Thu, 16 Feb 2017 14:56:49 +0530 What are the advantages of making community users in salesforce?

Hi All,

What are the advantages of making community users in salesforce?

Thanks

]]>
433a0359f4f10888fed4772148d7474a sushant started the discussion How to add Error messages on Vf Page using Apex in Salesforce? in the forum https://www.forcetalks.com/salesforce-topic/how-to-add-error-messages-on-vf-page-using-apex-in-salesforce/ Thu, 16 Feb 2017 14:53:20 +0530 How to add Error messages on Vf Page using Apex in Salesforce?

Hi All,

How to add Error messages on Vf Page using Apex in Salesforce?

Thanks

]]>
28a9482ff7b8674bcb8591027abb75ef sushant replied to the discussion How to resize a rich text field on a Salesforce Visualforce Page? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-to-resize-a-rich-text-field-on-a-visualforce-page/#post-18331 Thu, 16 Feb 2017 14:44:03 +0530 Reply to How to resize a rich text field on a Salesforce Visualforce Page?

Hi Kumar,

You can try this:

.sfdc_richtext img{
border: 0;
height: 15%;
width: 15%;
}

Thanks

]]>
d263ecb7dd454a3e5671abeed316cdf7 sushant replied to the discussion How to add error message to specific inputText / inputfield in visualforce page in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-to-add-error-message-to-specific-inputtext-inputfield-in-visualforce-page/#post-18292 Wed, 15 Feb 2017 14:33:32 +0530 Reply to How to add error message to specific inputText / inputfield in visualforce page

Hi Vikas,

You can follow this link,it may help you.

https://developer.salesforce.com/forums/?id=906F000000096SiIAI

Thanks

]]>
a52dd9fefd497d18ffba5357af8ae7ee sushant replied to the discussion How to show Particular div to be on top of everything in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-to-show-particular-div-to-be-on-top-of-everything/#post-18290 Wed, 15 Feb 2017 14:32:12 +0530 Reply to How to show Particular div to be on top of everything

Hi Vikas,

Set the DIV's z-index to one larger than the other DIVs. You'll also need to make sure the DIV has a position other than static set on it, too.

Thanks

]]>
09e4fd68389ca3362770590e50420337 sushant replied to the discussion Apex Param "assignTo" attribute to function correctly with command button in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/apex-param-assignto-attribute-to-function-correctly-with-command-button/#post-18288 Wed, 15 Feb 2017 14:29:23 +0530 Reply to Apex Param "assignTo" attribute to function correctly with command button

Hi Vikas,

Finally I found the problem. Apex is not supporting param and commandbutton so you have to work around with reRender attribute and reRender not the whole page.

apex:column headerValue="Action" id="all">
<apex:commandButton value="Accept" action="{!Accept}" reRender="all" >
<apex:param name="deal" value="{!deal.Id}"… Read more

]]>
9dc1c38ab88e0a8dba55296616557d3f sushant started the discussion What are the advantages of Testsetup in test classes? in the forum https://www.forcetalks.com/salesforce-topic/what-are-the-advantages-of-testsetup-in-test-classes/ Wed, 15 Feb 2017 14:26:15 +0530 What are the advantages of Testsetup in test classes?

Hi All,

What are the advantages of Testsetup in test classes?

Thanks

]]>
36a2fda5cafb7a81cbacb5b33d9b188a sushant started the discussion How can we use an image in a custom field in salesforce? in the forum https://www.forcetalks.com/salesforce-topic/how-can-we-use-an-image-in-a-custom-field-in-salesforce/ Wed, 15 Feb 2017 14:14:45 +0530 How can we use an image in a custom field in salesforce?

Hi All,

How can we use an image in a custom field in salesforce?

Thanks

]]>
a6516f2a180ef3fd8f74dfd907967ca0 sushant replied to the discussion how can we Use Heroku Connect to Sync with Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-can-we-use-heroku-connect-to-sync-with-salesforce/#post-18282 Wed, 15 Feb 2017 14:11:29 +0530 Reply to how can we Use Heroku Connect to Sync with Salesforce?

]]>
9cf15632ebea58d0fcbfc983e7232a92 sushant replied to the discussion How to mask telephone field in visualforce page? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-to-mask-telephone-field-in-visualforce-page/#post-18281 Wed, 15 Feb 2017 14:09:43 +0530 Reply to How to mask telephone field in visualforce page?

Hi Kumar,

Follow this link,it may help you.

https://developer.salesforce.com/forums/?id=906F000000095o2IAA

Thanks

]]>
cf0c7ce45a798917e167cc58248d0f40 sushant started the discussion How to specify multiple responses in SOAP callout? in the forum https://www.forcetalks.com/salesforce-topic/how-to-specify-multiple-responses-in-soap-callout/ Mon, 13 Feb 2017 14:12:26 +0530 How to specify multiple responses in SOAP callout?

Hi All,

How to specify multiple responses in SOAP callout?

Thanks

]]>
b8a83bc7a38ca4973785f75af0677aae sushant started the discussion What are Data Integration Rules?What are the uses of it? in the forum https://www.forcetalks.com/salesforce-topic/what-are-data-integration-ruleswhat-are-the-uses-of-it/ Mon, 13 Feb 2017 13:32:44 +0530 What are Data Integration Rules?What are the uses of it?

Hi All,

What are Data Integration Rules?What are the uses of it?

Thanks

]]>
df1f373c9397ab69e94ac52c692910a0 sushant replied to the discussion How to create a list type menu option on visualforce page? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-to-create-a-list-type-menu-option-on-visualforce-page/#post-18262 Mon, 13 Feb 2017 11:48:46 +0530 Reply to How to create a list type menu option on visualforce page?

Hi Pranav,

Dependent picklist is the solution for this.Refer to this link for more info:

https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_quick_start_dependent_picklists.htm

Thanks

]]>
a820a3fc0da998e19da45707c3344e3c sushant replied to the discussion How does forecasting works in salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-does-forecasting-works-in-salesforce/#post-18261 Mon, 13 Feb 2017 11:36:31 +0530 Reply to How does forecasting works in salesforce?

Hi Pranav,

Have you checked out the documentation in the help files around forecasting. That is where I have found the best general information. Here is the link:

https://help.salesforce.com/apex/HTSearchResults?qry=forecasting

Thanks

]]>
d131159a30312d31e6e42ba54b53b80d sushant replied to the discussion Lead convert creating duplicate contact, Account and Opportunity in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/lead-convert-creating-duplicate-contactaccount-and-opportunity/#post-18260 Mon, 13 Feb 2017 11:30:28 +0530 Reply to Lead convert creating duplicate contact, Account and Opportunity

Hi Ajit,

Following ways can prevent duplication of objects:

1. Create and populate unique identifiers on the lead object.

Before you plan to convert a lead, you need to plan for fields on the lead which would help you to identify the duplicate contact. You can start with first name, last name, email id or date of birth if you store them as… Read more

]]>
1012a628ecee1809d01573c198a0cb39 sushant replied to the discussion Embed Visualforce Page in Salesforce Lightning Component in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/i-need-to-embed-my-visualforce-page-in-salesforce-lightning-component/#post-18256 Mon, 13 Feb 2017 06:41:53 +0530 Reply to Embed Visualforce Page in Salesforce Lightning Component

Hi Ajit,

You can use iframe to expose your Visualforce Pages within a Lightning Component.

Follow this link, it may help you.

iframe in Lightning Component - https://github.com/salesforcejeff/jargon/blob/master/articles/iFramecomponent.md

Thanks

]]>
ac69a110b30098718c22296f00412445 sushant replied to the discussion Embed Visualforce Page in Salesforce Lightning Component in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/i-need-to-embed-my-visualforce-page-in-salesforce-lightning-component/#post-18256 Mon, 13 Feb 2017 06:41:53 +0530 Reply to Embed Visualforce Page in Salesforce Lightning Component

Hi Ajit,

You can use iframe to expose your Visualforce Pages within a Lightning Component.

Follow this link, it may help you.

iframe in lightning component - https://github.com/salesforcejeff/jargon/blob/master/articles/iFramecomponent.md

Thanks

]]>
5f8dc7551ae55a0be021777d6153bb91 sushant replied to the discussion Embed Visualforce Page in Salesforce Lightning Component in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/i-need-to-embed-my-visualforce-page-in-salesforce-lightning-component/#post-18256 Mon, 13 Feb 2017 06:41:53 +0530 Reply to Embed Visualforce Page in Salesforce Lightning Component

Hi Ajit,

You can use iframe to expose your visualforce pages within a lightning component.

Follow this link,it may help you.

https://github.com/salesforcejeff/jargon/blob/master/articles/iFramecomponent.md

Thanks

]]>
9d49f5b963979ff6077ef031e4823f90 sushant replied to the discussion How do I get a Salesforce controller variable in a URLFOR using a command button? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-do-i-get-a-salesforce-controller-variable-in-a-urlfor-using-a-command-button/#post-18255 Mon, 13 Feb 2017 06:35:52 +0530 Reply to How do I get a Salesforce controller variable in a URLFOR using a command button?

]]>
043a8dbfb2751a3b7becccba73fd8ea3 sushant replied to the discussion Can we launch Lightning Tab in Salesforce classic? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/can-we-launch-lightning-tab-in-salesforce-classic/#post-18254 Mon, 13 Feb 2017 06:11:24 +0530 Reply to Can we launch Lightning Tab in Salesforce classic?

Hi Vikas,

Lightning Page tabs only facilitate inclusion of the Lightning Page in Salesforce1 and Lightning Experience.

Follow this link for more info:

https://help.salesforce.com/articleView?id=creating_flexipage_tabs.htm&language=en_US&type=0

Thanks

]]>
ef690d60cfca1afcf6b2822076f5b2be sushant started the discussion How can we get time from Date Time field in Salesforce? in the forum https://www.forcetalks.com/salesforce-topic/how-can-we-get-time-from-date-time-field-in-salesforce/ Thu, 09 Feb 2017 14:28:07 +0530 How can we get time from Date Time field in Salesforce?

Hi All,

How can we get time from Date Time field in Salesforce?

Thanks

]]>
d7303c2549a7cc8f4b1b53dd4d7746fa sushant started the discussion How can we convert Lead to Account through apex code? in the forum https://www.forcetalks.com/salesforce-topic/how-can-we-convert-lead-to-account-through-apex-code/ Thu, 09 Feb 2017 14:26:59 +0530 How can we convert Lead to Account through apex code?

Hi All,

How can we convert Lead to Account through apex code?

Thanks

]]>
3deccb3c101b890defad97b1b2eca662 sushant replied to the discussion How can we obtain lock on the particular soql query record in salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-can-we-obtain-lock-on-the-particular-soql-query-record-in-salesforce/#post-18245 Thu, 09 Feb 2017 12:07:29 +0530 Reply to How can we obtain lock on the particular soql query record in salesforce?

Hi Mohit,

Follow this link ,it may help you.

Thanks

]]>
2f70581348923e12889993a6fdb436e2 sushant replied to the discussion How to make callout from standard detail page? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-to-make-callout-from-standard-detail-page/#post-18244 Thu, 09 Feb 2017 11:53:22 +0530 Reply to How to make callout from standard detail page?

Hi Piyush,

You can make callout from standard detail page by making a button and adding that button on that page which opens a Vf page which can be used to make callout.

Thanks

]]>
89e35b3a78f688ddad13f1e7c5f6b4c0 sushant replied to the discussion How can we perform arithmetic operation on child object and get result in Salesforce Parent Object? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-can-we-perform-arithmetic-operation-on-the-child-object-and-get-it-result-in-parent-object/#post-18243 Thu, 09 Feb 2017 11:46:13 +0530 Reply to How can we perform arithmetic operation on child object and get result in Salesforce Parent Object?

Hi Mohit,

You can use Roll up summary Field in parent object.For more info,follow this link:

Roll up Summary fields in Salesforce

Thanks

]]>
dca1be2a4eb47486df387ec44af433dc sushant replied to the discussion What are the best practices to implement the email deliverbility settings in salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/what-are-the-best-practices-to-implement-the-email-deliverbility-settings-in-salesforce/#post-18242 Thu, 09 Feb 2017 11:44:07 +0530 Reply to What are the best practices to implement the email deliverbility settings in salesforce?

Hi Naman,

Follow this link,it may help you.

https://www.marketingcloud.com/blog/email-deliverability-best-practices/

Thanks

]]>
07536777c5c9f3849e7935226007f7ce sushant replied to the discussion Can auto response rule be created for email services in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/can-auto-response-rule-be-created-for-email-services/#post-18241 Thu, 09 Feb 2017 11:38:58 +0530 Reply to Can auto response rule be created for email services in Salesforce?

Hi Rachit,

Yes you can make auto response rule .

Follow this link,it may help you.

Thanks

]]>
d38272298e3cb8cc8ac4a0a301e4feef sushant replied to the discussion How to Send Multiple Emails which are entered from Vf Page in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-to-send-multiple-emails-which-are-entered-from-vf-page/#post-18239 Thu, 09 Feb 2017 08:50:29 +0530 Reply to How to Send Multiple Emails which are entered from Vf Page

Hi Shravani,

Use this code

 

public void SendEmail(List<Id> userids){

Messaging.MassEmailMessage mail = new Messaging.MassEmailMessage();

List<Id> contactIds = new List<Id> ();

contactIds .add('003Q0000005DYvTIAW');

contactIds… Read more

]]>
3e362f9c68df46819a53c28a13a43a7a sushant started the discussion How to solve “System.NullPointerException: Attempt to de-reference a null object” in Salesforce apex class? in the forum https://www.forcetalks.com/salesforce-topic/how-to-solve-system-nullpointerexception-attempt-to-de-reference-a-null-object-in-apex-class/ Wed, 08 Feb 2017 14:13:54 +0530 How to solve “System.NullPointerException: Attempt to de-reference a null object” in Salesforce apex class?

Hi All,

How to solve “System.NullPointerException: Attempt to de-reference a null object” in apex class

Thanks

]]>
94dac72040903286ee369d7b714fde50 sushant started the discussion What is the difference between data loader and workbench? in the forum https://www.forcetalks.com/salesforce-topic/what-is-the-difference-between-data-loader-and-workbench/ Wed, 08 Feb 2017 14:12:58 +0530 What is the difference between data loader and workbench?

Hi All,

What is the difference between data loader and workbench?

Thanks

]]>
bad50e1a02766206198bdaa98e2b48be sushant replied to the discussion Salesforce Integration with external system - authentication best practices in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/salesforce-integration-with-external-system-authentication-best-practices/#post-18235 Wed, 08 Feb 2017 14:10:26 +0530 Reply to Salesforce Integration with external system - authentication best practices

Hi Ashley,

Follow this link,it may help You.

Thanks

]]>
63e0d6ce2c081208477ae8e714ec18eb sushant replied to the discussion How to upload Documents in Adobe sign through its Api in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-to-upload-documents-in-adobe-sign-through-its-api/#post-18234 Wed, 08 Feb 2017 14:07:00 +0530 Reply to How to upload Documents in Adobe sign through its Api

Hi Vikas,

Follow this link,it may help You.

Thanks

]]>
fb1523f538945d4b91b62f70c1bca09d sushant replied to the discussion how to encode and decode files to base 64 format in salesforce in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-to-encode-and-decode-files-to-base-64-format-in-salesforce/#post-18233 Wed, 08 Feb 2017 14:05:30 +0530 Reply to how to encode and decode files to base 64 format in salesforce

Hi Vikas,

You can find online tool to encode and decode files to base 64 Format.

Thanks

]]>
b40f54d5d7c513148db60ceced608e44 sushant replied to the discussion How to send base 64 file in post request using postman in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-to-send-base-64-file-in-post-request-using-postman/#post-18232 Wed, 08 Feb 2017 14:04:38 +0530 Reply to How to send base 64 file in post request using postman

Hi Vikas,

You could find online base64 image encoder. They encode an image to a string.

The example of raw body in JSON format in the POSTMAN:

"profile": {
"first_name": "John",
"last_name": "Dow",
"photo": "iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAACnej3aAAAAAXRSTlMAQObYZgAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CYII="
}

Thanks

]]>
ef337dacf8d42cfd450fd7d7e11ef3e8 sushant started the discussion What is Home Page Component in salesforce?what are the uses of it? in the forum https://www.forcetalks.com/salesforce-topic/what-is-home-page-component-in-salesforcewhat-are-the-uses-of-it/ Tue, 07 Feb 2017 13:50:59 +0530 What is Home Page Component in salesforce?what are the uses of it?

Hi All,

What is Home Page Component in salesforce?what are the uses of it?

Thanks

]]>
01b50c5c10a9d6af066ebc606d40615e sushant started the discussion How to write test method for wrapper class? in the forum https://www.forcetalks.com/salesforce-topic/how-to-write-test-method-for-wrapper-class/ Tue, 07 Feb 2017 13:11:07 +0530 How to write test method for wrapper class?

Hi All,

How to write test method for wrapper class?

Thanks

]]>
f878f5202fa6a14eefe5a574556cc887 sushant replied to the discussion How can we make floating header bar in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-can-we-make-floating-header-bar-in-salesforce/#post-18221 Tue, 07 Feb 2017 12:58:30 +0530 Reply to How can we make floating header bar in Salesforce?

Hi Pranav,

The straight answer from a platform feature function perspective is no, there is no way to configure this, i agree its a good request from a UX perspective though! Maybe something to raise onIdeasExchange.

While you might be able to hack this through a side bar component that manipulates the page DOM, this is not safe as it depends… Read more

]]>
0742aa7c7f6e04c0d9d8c8ead3e3e37d sushant replied to the discussion In Salesforce, what kind of security risk of associate of using Javascript remoting, escape = false? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/in-salesforce-what-kind-of-security-risk-of-associate-of-using-javascript-remoting-escape-false/#post-18220 Tue, 07 Feb 2017 12:56:32 +0530 Reply to In Salesforce, what kind of security risk of associate of using Javascript remoting, escape = false?

Hi Mohit,

Follow this link,it may help You.

Thanks

]]>
205ea93a975202dd9e72c039c1e5eee9 sushant replied to the discussion What is difference between the use of {#var.attribute} and {!var.attribute} in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/what-is-difference-between-the-use-of-var-attribute-and-var-attribute-in-salesforce/#post-18219 Tue, 07 Feb 2017 10:25:57 +0530 Reply to What is difference between the use of {#var.attribute} and {!var.attribute} in Salesforce?

Hi Mohit,

f you want to show a value dynamically based on a aura:attribute, generally we tend to use: {!v.attrib}

Eg: <ui:button label="{!v.attrib}" />

So if you do cmp.set('v.attrib','test'), then aura:framework automagically does an dirty checking and changes the value accordingly.(Two-way binding)

So the label of the <ui:button> is set… Read more

]]>
c4220f9a2464550e905172e865a70509 sushant replied to the discussion Unable to Loading files greater than 5M using Salesforce Visualforce page in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/unable-to-loading-files-greater-than-5m-using-salesforce-visualforce-page/#post-18218 Tue, 07 Feb 2017 10:18:51 +0530 Reply to Unable to Loading files greater than 5M using Salesforce Visualforce page

Hi Tanu,

Follow this link,it may help You.

Thanks

]]>
13ffad3b4369f93d378b2523984ea8ca sushant started the discussion What is the best way to parse the JSON response that comes from google map? in the forum https://www.forcetalks.com/salesforce-topic/what-is-the-best-way-to-parse-the-json-response-that-comes-from-google-map/ Mon, 06 Feb 2017 13:20:46 +0530 What is the best way to parse the JSON response that comes from google map?

Hi All,

What is the best way to parse the JSON response that comes from google map?

JSON Response:

up vote1down votefavorite
I've written something that will get the longitude and latitude from a Google Geocode Callout.

The response we get from a generic callout looks like this:

{
results=(… Read more

]]>
cb43144ee0cee2daaa57f245cf27428c sushant started the discussion What is Trigger Factory?How can we use this? in the forum https://www.forcetalks.com/salesforce-topic/what-is-trigger-factoryhow-can-we-use-this/ Mon, 06 Feb 2017 13:16:04 +0530 What is Trigger Factory?How can we use this?

Hi All,

What is Trigger Factory?How can we use this?

Thanks

]]>
ed08073c819cf0c72fba08fa4967e9ae sushant replied to the discussion Does wrapper class list updated in salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/does-wrapper-class-list-updated-in-salesforce/#post-18211 Mon, 06 Feb 2017 13:09:42 +0530 Reply to Does wrapper class list updated in salesforce?

Hi Pranav,

Yes you can update wrapper class list.Here is the example:

public class exampleClass{

public exampleWrapper[] wrap {get;set;}

public exampleClass(){
wrap.add(New exampleWrapper(New Account());
}

public void updateAccounts(){

Account[] accts = New Account[]{};

for(exampleWrapper w : wrap)
accts.add(w.a);

update… Read more

]]>