Forcetalks | Prafull | Activity http://52.205.218.194/prafull-jain/activity/ Activity feed for Prafull. Tue, 23 Jun 2026 13:08:47 +0530 https://buddypress.org/?v=2.16.0 en-US 30 hourly 2 f38d77c13d143c903941a13b4f63e2b2 Prafull replied to the discussion Need help with syntex in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/need-help-with-syntex/#post-97529 Sun, 31 Oct 2021 03:48:14 +0530 Reply to Need help with syntex

Hi yash,

You can convert set to list or list to set. In your scenario you’re assigning all the values of set to newly created list.

For more information follow below article

https://www.biswajeetsamal.com/blog/convert-list-to-set-and-set-to-list-in-apex/

https://developer.salesforce.com/docs/atlas.en-us.apexref.meta/apexref/apex_methods_system_list.htm

]]>
e15ff78ee781910dc0ee4c29d36a1a3b Prafull replied to the discussion Need help with syntex in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/need-help-with-syntex/#post-97300 Sun, 24 Oct 2021 16:00:38 +0530 Reply to Need help with syntex

Hi yash,

In Apex Map<Id,SObject_ApI_Name> will take each record of entered sobject api name by making id as unique key field.

So in your code you’re inserting a list of opportunities, after that adding that list into map means you’re making map of opportunities with id as unique field.

Now map keySet method returns set of id as uniqness feature…

Read more

]]>
73d9490718deea7fa81d902bfc3fe7c8 Prafull posted a new post. http://52.205.218.194/?p=97104 Tue, 19 Oct 2021 19:12:35 +0530
Mass/Bulk Insert Custom MetaData Records through CSV | Salesforce Developer Guide

Why do We need to Mass Insert Custom MetaData Records? Basically in business, there are lots of perspectives when we need to use static values…

]]>
c5a256e7a0d57ac0baa36f999d76f707 Prafull replied to the discussion Generating leads and automated emails in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/generating-leads-and-automated-emails/#post-96124 Sun, 26 Sep 2021 10:58:53 +0530 Reply to Generating leads and automated emails

Hi Henrieta,

You can make use of Process Builder/Flow to send email when lead is created with source web.

If you want to add attachment then you need invoke an apex action that have id of uploaded file as pdf.

Please refer below links

Sending an email with attachment using Process Builder in Salesforce. | LinkedIn

Read more

]]>
b3897e5372d9cfabaef292d6b6ffecb0 Prafull replied to the discussion reset Salesforce password in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/reset-salesforce-password/#post-95031 Wed, 18 Aug 2021 15:19:29 +0530 Reply to reset Salesforce password

Check spam and bin folder on email or check email address in trailblazer account.<div>
</div><div>If any of above thing doesn’t help then try to get your org id and raise a case on salesforce support they will help you to get back your org.</div>

]]>
5455059aa3b904547dee60fbff7a3c2c Prafull replied to the discussion Can we create roll up summary field in lookup Relationship???Please reply in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/relationship/#post-94849 Wed, 11 Aug 2021 10:48:57 +0530 Reply to Can we create roll up summary field in lookup Relationship???Please reply

No, But you can make read only field that will be updated their value according to trigger or lightning flows with sum calculations (Average, Sum, count).

]]>
a2e5454b78ee281ec1bb837a1ca433c9 Prafull replied to the discussion role in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/role/#post-94788 Sun, 08 Aug 2021 06:26:03 +0530 Reply to role

Requirement:-

Hierarchy Manager (Profile = Manager) (Create, Update & Delete the Assign Object Record)

|—> Team lead (Create, Update for Assign Object) (See their own record and high priority assign object record)

|—> Executive team lead (Create, Update for Assign Object) (See their…

Read more

]]>
437a93fc9a35583218fc68d8ca1acf36 Prafull replied to the discussion Questions on Aura, Salesforce configurations in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/questions-on-aura-salesforce-configurations/#post-94787 Sat, 07 Aug 2021 11:38:41 +0530 Reply to Questions on Aura, Salesforce configurations

2>A profile has contact delete permission.This profile is assigned to 2 users but one user should be able to delete contact other should not .How do you achieve this

For the same scenario above let’s say I have a lightning button to delete contact and I have made the class as with sharing. In this scenario what happens when I delete the contact…

Read more

]]>
3a2c3a3aa08245c4ce4dfb291bd105f5 Prafull replied to the discussion Show space seprated number in Lightning datatable salesforce in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/show-space-seprated-number-in-lightning-datatable-salesforce/#post-94658 Sat, 31 Jul 2021 12:28:49 +0530 Reply to Show space seprated number in Lightning datatable salesforce

Hi Balram,

You can take reference from below code.

@track data;

@track columns = columns;

@api recordId;

error;

const columns = [

{

label: ‘Number’,

fieldName: ‘number’,

type: ‘text’,

cellAttributes: { alignment: ‘left’ }

}

];

@wire(getData, {recordId:’$recordId’ })

wiredResult(result) {

if (result.data) {

var rows=result.data;

for (var i = 0; i…

Read more

]]>
aad5f2ad8ec0ff863bc823a03b69c1cb Prafull replied to the discussion Docusign Integration - Picklist Merge Fields Showing No Options in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/docusign-integration-picklist-merge-fields-showing-no-options/#post-94657 Sat, 31 Jul 2021 12:18:34 +0530 Reply to Docusign Integration - Picklist Merge Fields Showing No Options

Hi Sam Lee,

As error (I have no options for the signer to choose from in this field) is clearly indicating that there is not any signing element in document that you want to send to multiple user. There is signing element in left side block inside Docusgin E-Signature for Salesforce.

]]>
e88b0f075157bd6bf088931e76b386ed Prafull replied to the discussion What are the three languages used in the Visualforce page in salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/what-are-the-three-languages-used-in-the-visualforce-page-in-salesforce/#post-92858 Tue, 01 Jun 2021 02:49:13 +0530 Reply to What are the three languages used in the Visualforce page in salesforce?

Html
Css
Js

]]>
f48f1b51c6223d822e6c133f100e4df1 Prafull replied to the discussion How to add drop down filters in LWC in Salesforce ? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-to-add-drop-down-filters-in-lwc-in-salesforce/#post-92814 Mon, 31 May 2021 03:36:29 +0530 Reply to How to add drop down filters in LWC in Salesforce ?

You can either use select tag of html and get the value through template.queryselector or lightning combobox component

Please refer below link
https://www.google.com/amp/s/eshopsync.com/dropdown-in-lightning-web-component-lwc/amp/

]]>
e7c091d91059a5603ebdc319e7e7605b Prafull replied to the discussion How to create a list view in Salesforce ? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-to-create-a-list-view-in-salesforce/#post-92809 Sun, 30 May 2021 12:04:16 +0530 Reply to How to create a list view in Salesforce ?

You can create it on any object/tab.

Go to your App –> tab–> on list of records you’ve see that below your tab name there is recently viewes record option just change it my –> now in right side on same row you’re see that settimg icon click on that –> there os option for new liat view.

You can use list view to show only filtered… Read more

]]>
a1c77593dc28860834e9ab923c10a59b Prafull replied to the discussion How can we use auto Expand functionality in LWC Component in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-can-we-use-auto-expand-functionality-in-lwc-component-in-salesforce/#post-92808 Sun, 30 May 2021 11:59:55 +0530 Reply to How can we use auto Expand functionality in LWC Component in Salesforce?

Future method was comes in asynchronous process i.e annotated as @future.
It is basically used for http callout using callout=true inthrough trigger.
Like @future(callout=true)

Future method wait until the resources isn’t available. We can also use it to avoid mix dml operation errors.

There are limitations on future method
1. We can’t able… Read more

]]>
bff219f2ecee1f77cb8cf0894f67420b Prafull replied to the discussion Chained queuable jobs invoked through trigger. in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/chained-queuable-jobs-invoked-through-trigger/#post-92807 Sun, 30 May 2021 06:00:11 +0530 Reply to Chained queuable jobs invoked through trigger.

As Salesforce document You can’t chain queueable jobs in an Apex test. Doing so results in an error. To avoid getting an error, you can check if Apex is running in test context by calling Test.isRunningTest() before chaining jobs.

You can refer below…

Read more

]]>
6e60c076d46c7840cacf86ff02582345 Prafull replied to the discussion Apex Batch Class in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/apex-batch-class/#post-92805 Sun, 30 May 2021 03:44:06 +0530 Reply to Apex Batch Class

You can use database.stateful interface to know the state of each record using Database.SaveResult class as well as store the record information in any non static variable that we will be used in finish of our batch class. You can refer…

Read more

]]>
2ab804aa185d38bd1a51dac675388382 Prafull joined the group Salesforce Support http://52.205.218.194/activity/p/121783/ Sun, 30 May 2021 03:39:13 +0530 0 2735ad0a19d426a6444e4ed00b8c64d6 Prafull joined the group Smart Salesforce Solutions http://52.205.218.194/activity/p/121782/ Sun, 30 May 2021 03:39:08 +0530 0 91e04ddfd6b00c1b6d7197e25defa75f Prafull replied to the discussion What exactly does Salesforce do? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/what-exactly-does-salesforce-do/#post-92804 Sun, 30 May 2021 03:38:33 +0530 Reply to What exactly does Salesforce do?

Salesforce is CRM software that provides a way to improve business growth using different products of salesforce Ecosystem (Sales/Service/Marketing/Commerce/Health Cloud any many more). You can do customization in salesforce, to do this Salesforce provides both SaaS, PaaS type applications. You can learn all things to know more about…

Read more

]]>
891235bdc9ce2fbe393f178b1214cb95 Prafull posted a new post. http://52.205.218.194/?p=91915 Wed, 28 Apr 2021 20:46:42 +0530 d92ee9d3fe9a7a22475ca6ab992554f2 Prafull posted a new post. http://52.205.218.194/?p=91646 Mon, 19 Apr 2021 18:15:25 +0530 cbed4f141aa6d5075fe0bababb2a68fd Prafull replied to the discussion How to manage Picklist Values in Salesforce ? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-to-manage-picklist-values-in-salesforce/#post-91608 Tue, 13 Apr 2021 12:08:27 +0530 Reply to How to manage Picklist Values in Salesforce ?

There are two ways to manage picklist values in salesforce, which are given below.

1. Picklist Value Set (Inside Setup) -> It is used as global picklist values that can be reused in one or more object as well as picklist field. You can make it by going to Setup –> Picklist Value Set –> New after creation that in any object Object Manager… Read more

]]>
511863994bda209f8c3bb778f1b05c67 Prafull posted a new post. http://52.205.218.194/?p=91382 Wed, 07 Apr 2021 18:46:47 +0530 07aab64070ada7839b8278b48416eae4 Prafull posted a new post. http://52.205.218.194/?p=90404 Tue, 02 Mar 2021 18:44:56 +0530
Salesforce Marketing Cloud Custom Profile and Preference Centre

Custom Profile & Subscription Centre Working  1. Why we need Custom Profile & Subscription center In SFMC we have seen Preference/Profile center either from Email…

]]>
05c7a5ccdebbd93d1305ac5812a01131 Prafull replied to the discussion Which operations affect the number of times a trigger can fire in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/which-operations-affect-the-number-of-times-a-trigger-can-fire-in-salesforce/#post-90106 Tue, 16 Feb 2021 04:10:20 +0530 Reply to Which operations affect the number of times a trigger can fire in Salesforce?

Workflow Rules

Roll-Up Summary fields

Criteria-Based Sharing Calculations

]]>
c204a108337cdb04da60882900148b48 Prafull joined the group Salesforce Certifications http://52.205.218.194/activity/p/119268/ Sun, 07 Feb 2021 04:14:50 +0530 0 2694a19babdcff990416d98ac2815257 Prafull joined the group Salesforce Partners and Professionals http://52.205.218.194/activity/p/119267/ Sun, 07 Feb 2021 04:14:42 +0530 0