
SELCUK GOKTAS
Individual-
Generating thumbnail…
-
Generating thumbnail…
Photos
-
Anurag posted a new blog 4 years ago
Concept of Virtual and Abstract Modifiers in Apex | Salesforce Developer GuideImplementing the Virtual or Abstract modifiers in the class makes it inheritable by any other class present in Salesforce. Let us understand each of them by example. Consider two classes, parentClass…
-
Anurag posted a new blog 4 years ago
Lightning Data Service (LDS) in SalesforceIf we have a lightning application that Creates, Reads, Updates or Deletes a record (basically CRUD operations) in the Salesforce database, Lightning Data Service (LDS) is the best and most efficient way to do…
-
Anurag commented on the blog Best Practices for Data Security in Salesforce 4 years ago
Hey Inés, glad to hear this from you. You can obviously share it on LinkedIn if you want. -
Anurag posted a new blog 4 years ago
Best Practices for Data Security in SalesforceWhen we deal with data security in Salesforce, we are essentially talking about securing our data from unauthorized access. There might be an environment with multiple users and we want to secure our data…
-
Venkata Sudhakar and
Pavan are now connected 6 years ago
-
Venkata Sudhakar and
Manu are now connected 6 years ago
-
Venkata Sudhakar and
Mukesh are now connected 6 years ago
-
Venkata Sudhakar became a registered member 6 years ago
-
Anurag replied to the discussion How to delete an index from Salesforce JSON Obj? in the forum Salesforce® Discussions 6 years ago
Reply to How to delete an index from Salesforce JSON Obj?
Hi Chanchal,
You can remove an element from the JSONArray object using the remove() method. This method accepts an integer and removes the element in that particular index.
import org.json.JSONArray;
public class RemoveFromJsonArray {
public static void main(String args[]) throws Exception {
String [] myArray = {"JavaFX",… Read more -
Anurag started the discussion How many active assignment rules can we have in a Salesforce lead? in the forum Salesforce® Discussions 6 years ago
How many active assignment rules can we have in a Salesforce lead?
How many active assignment rules can we have in a lead?
-
Anurag started the discussion Difference between Data loader ‘Export’ & ‘Export All’ in Salesforce in the forum Salesforce® Discussions 6 years ago
Difference between Data loader ‘Export’ & ‘Export All’ in Salesforce
What is the difference between Data loader ‘Export’ & ‘Export All’ ?
-
Anurag started the discussion How to export records from Salesforce using Data Loader? in the forum Salesforce® Discussions 6 years ago
How to export records from Salesforce using Data Loader?
How to export records from Salesforce using Data Loader?
-
Anurag replied to the discussion What are the different actions that can be made using Salesforce Data Loaders? in the forum Salesforce® Discussions 6 years ago
Reply to What are the different actions that can be made using Salesforce Data Loaders?
Hi Anjali,
Using Data loaders we can perform 6 type of action.They are:
Insert – insertion of new records
Update – Updating existed records.
Upsert – Update and Insertion of records
Delete – Deletion of records.
Export – Extraction of all records.
Export All – It extracts all records from salesforce including Recycle Bin records. -
Anurag started the discussion How Access To Reports And Dashboard Is Controlled In Salesforce? in the forum Salesforce® Discussions 6 years ago
How Access To Reports And Dashboard Is Controlled In Salesforce?
How Access To Reports And Dashboard Is Controlled In Salesforce?
-
Anurag started the discussion Can we create a Formula Type in Salesforce Reports? in the forum Salesforce® Discussions 6 years ago
Can we create a Formula Type in Salesforce Reports?
Can we create a Formula Type in Reports?
-
Anurag started the discussion What is Hybrid Cloud and Public Cloud in Salesforce? in the forum Salesforce® Discussions 6 years ago
What is Hybrid Cloud and Public Cloud in Salesforce?
What is Hybrid Cloud and Public Cloud?
-
Anurag replied to the discussion How many ways we can make field required in Salesforce? in the forum Salesforce® Discussions 6 years ago
Reply to How many ways we can make field required in Salesforce?
Hi Anjali,
Different ways to make field mandatory :
1. Make the field “Required” at the time of field creation by checking the “Required” check box.
2. Make the field Required through Page Layout by checking the “Required ” checkbook in Field Properties.
3. Validation Rules can also be used to make the field mandatory. In Error Condition… Read more -
Anurag replied to the discussion How many ways we can make field required in Salesforce? in the forum Salesforce® Discussions 6 years ago
Reply to How many ways we can make field required in Salesforce?
Hi Anjali,
Different ways to make field mandatory :
1.Make the field “Required” at the time of field creation by checking the “Required” check box.
2.Make the field Required through Page Layout by checking the “Required ” checkbook in Field Properties.
3.Validation Rules can also be used to make the field mandatory. In Error Condition… Read more -
Anurag started the discussion What are record types in Salesforce? in the forum Salesforce® Discussions 6 years ago
What are record types in Salesforce?
What are record types?
-
Anurag replied to the discussion When do we use the data loader in Salesforce? in the forum Salesforce® Discussions 6 years ago
Reply to When do we use the data loader in Salesforce?
Hi,
Use Data Loader when:
- You need to load 50,000 to 5,000,000 records. Data Loader is supported for loads of up to 5 million records. If you need to load more than 5 million records, we recommend you work with a Salesforce partner or visit the AppExchangefor a suitable partner product.
- You need to load into an object that is not yet…
- Load More