Forcetalks | NAVEEN | Activity https://www.forcetalks.com/naveen/activity/ Activity feed for NAVEEN. Thu, 02 Apr 2026 03:34:35 +0530 https://buddypress.org/?v=2.16.0 en-US 30 hourly 2 405b89cb013401edc94e43eb39812dcd NAVEEN replied to the discussion How can I get all Field API names of Accounts in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-can-i-get-all-field-api-names-of-account/#post-23964 Tue, 16 Jan 2018 07:25:01 +0530 Reply to How can I get all Field API names of Accounts in Salesforce?

By using Schema we can get any Object field API names and labels also.

Schema.getGlobalDescribe().get(selectedObject).getDescribe().fields.getMap();

From Above method we get A Map. In this map Keys are API names of field for selectedObject.

 

U can use below for Accounts API Names

// get the Account Info

Schema.DescribeSObjectResult r… Read more

]]>
b6ae92cbb057f43a8787a5c50192fc8b NAVEEN replied to the discussion How can I get all Field API names of Accounts in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-can-i-get-all-field-api-names-of-account/#post-23964 Tue, 16 Jan 2018 07:25:01 +0530 Reply to How can I get all Field API names of Accounts in Salesforce?

By using Schema we can get any Object field API names and labels also.

Schema.getGlobalDescribe().get(selectedObject).getDescribe().fields.getMap();

From Above method we get A Map. In this map Keys are API names of field for selectedObject.

]]>
5af4476de126773b445309c0d669b76d NAVEEN started the discussion How can show input text as pick-list depends on the another pick-list value in salesforce? in the forum https://www.forcetalks.com/salesforce-topic/how-can-show-input-text-as-pick-list-depends-on-the-another-pick-list-value/ Wed, 18 Jan 2017 09:54:01 +0530 How can show input text as pick-list depends on the another pick-list value in salesforce?

I have one pick-list fields with Account fields and one Input Text field on Vf page, My requirement is when i select industry in pick list then Input Text field has to shown pick list values of Industry? how can I achieve this?

]]>
40c643d5d4dc376876a148193e9e25b0 NAVEEN started the discussion what is different between workflow “Evaluation Criteria” no 2 and no 3? in the forum https://www.forcetalks.com/salesforce-topic/what-is-different-between-workflow-evaluation-criteria-no-2-and-no-3/ Fri, 18 Nov 2016 07:57:33 +0530 what is different between workflow “Evaluation Criteria” no 2 and no 3?

2)created, and every time it's edited

and

3)created, and any time it's edited to subsequently meet criteria

]]>
0e3f8bbefa1577acb5923b2e4edcd233 NAVEEN and Mohit are now connected https://www.forcetalks.com/activity/p/13316/ Tue, 25 Oct 2016 11:55:11 +0530 0 65566d18a82b4714b7ad6b2bf4636be3 NAVEEN replied to the discussion What is the purpose of BATCH APEX in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/what-is-the-purpose-of-batch-apex-in-salesforce/#post-16527 Sat, 01 Oct 2016 05:20:12 +0530 Reply to What is the purpose of BATCH APEX in Salesforce?

Thank you Ajit Kumar,

U said "When we have to Update or Insert bulkdata in salesforce or we have to make web services callouts then we use the batch apex."

Here Bulkdata means... How much?  We can Process bulkdata on Apex class ... So  what are The Batch class have increased governor limits then apex classes?

Could give Brief Explanation?

]]>
5c4a069d13798cf241ebc103ce5ef1ef NAVEEN started the discussion What is the purpose of BATCH APEX in Salesforce? in the forum https://www.forcetalks.com/salesforce-topic/what-is-the-purpose-of-batch-apex/ Thu, 29 Sep 2016 10:06:05 +0530 What is the purpose of BATCH APEX in Salesforce?

When we go For batch apex, When we should use it,  What is different between batch apex class and APEX class, Could anybody explain these?

]]>
6f93581c39a54bba484fe54c3df36289 NAVEEN replied to the discussion How can show active Parent records on lookup in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-can-show-active-parent-records-on-lookup/#post-16409 Tue, 27 Sep 2016 08:43:22 +0530 Reply to How can show active Parent records on lookup in Salesforce?

Got it, It can be done by Lookup Filter .

]]>
15505ab4951cb3107ec9da36da15e503 NAVEEN started the discussion How can show active Parent records on lookup in Salesforce? in the forum https://www.forcetalks.com/salesforce-topic/how-can-show-active-parent-records-on-lookup/ Tue, 27 Sep 2016 07:02:32 +0530 How can show active Parent records on lookup in Salesforce?

My parent object has one checkbox "Active" field. while choosing lookup on child record, there i want to show only "Active " parent record..How can i achieve this?

]]>
acaa65743100be875b3d7baa580eae1a NAVEEN started the discussion What is Customer portal and partner portal in Salesforce? in the forum https://www.forcetalks.com/salesforce-topic/costumer-portal-and-partner-portal/ Wed, 21 Sep 2016 05:30:39 +0530 What is Customer portal and partner portal in Salesforce?

Can anybody explain these two?

 

]]>
94b029757909b4f38e149a72b73c280d NAVEEN replied to the discussion How ISBLANK() is different from ISNULL() in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-isblank-is-different-from-isnull-in-salesforce/#post-16198 Tue, 20 Sep 2016 05:41:16 +0530 Reply to How ISBLANK() is different from ISNULL() in Salesforce?

ISBLANK() - return true if "TEXT filed" is empty

ISNULL() - return true if "Number filed" is empty

]]>
a872f9d6bcf87a7059180bc442501d71 NAVEEN replied to the discussion How ISBLANK() is different from ISNULL() in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-isblank-is-different-from-isnull/#post-16198 Tue, 20 Sep 2016 05:41:16 +0530 Reply to How ISBLANK() is different from ISNULL() in Salesforce?

ISBLANK() - return true if "TEXT filed" is empty

ISNULL()-return true if "number filed" is empty

]]>
cfbd4cb2a6ec37856d4b4b59d1766be8 NAVEEN and Ashley are now connected https://www.forcetalks.com/activity/p/12780/ Sat, 17 Sep 2016 09:11:15 +0530 0 29f29c8843d2944e1fdb31b2509184ef NAVEEN became a registered member https://www.forcetalks.com/activity/p/12778/ Sat, 17 Sep 2016 09:07:57 +0530 0