Deepak
IndividualForum Replies Created
-
Standard filters are applied by default to most objects. Different objects have different standard filters, but most objects include the standard filters Show Me and Date Field .
-
When migrating data from an external system, the API lets you set a number of fields on objects that were previously read-only.This feature must be enabled by a System administrator in the organization.
-
The point in your test code when your test actually begins. Use this method when you are testing governor limits.
-
Yes, we can delete a button and with that deletes all the references to it.
-
Marks the point in your test code when your test actually ends.
-
Deepak
MemberJune 11, 2020 at 7:41 am in reply to: How many profiles the one user can have in salesforce?Each user must have only one Profile.
-
Deepak
MemberJune 11, 2020 at 7:40 am in reply to: What are different types of sandboxes in salesforce?Sandbox Types are as follows :
- Developer Sandbox -> 1 day Data storage: 200 MB File storage: 200 MB
- Developer Pro Sandbox -> 1 day Data storage: 1 GB File storage: 1 GB
- Partial Copy Sandbox -> 5 days Data storage: 5 GB File storage: 5 GB
- Full Sandbox
-
Deepak
MemberJune 11, 2020 at 5:39 am in reply to: How to convert Date/Time to a Date in Salesforce?You can convert a Date/Time to a Date by using the DATEVALUE() function, which takes a Date/Time or Text value and returns a Date.
-
Round() :- Returns the nearest number to a number you specify, constraining the new number by a specified number of digits.
-
Salesforce.com's customer-relationship management (CRM) service comprises several broad categories: Commerce Cloud, Sales Cloud, Service Cloud, Data Cloud (including Jigsaw), Marketing Cloud, Community Cloud (including Chatter), Analytics Cloud, App Cloud, and IoT with over 100,000 customers.
-
Salesforce Console apps are a tab-based workspace suited for fast-paced work environments. Manage multiple records on a single screen and reduce time spent clicking and scrolling to quickly find, update, and create records.
-
Data2CRM is automated and customized CRM data migration tool. Data2CRM is automated and customized CRM data migration tool. Using our service you will be able to migrate data to Salesforce from different CRM platforms, databases, CSV, XML etc. automated way.
-
A big object stores and manages massive amounts of data on the Salesforce platform.Clients and external systems use a standard set of APIs to access big object data. A big object provides consistent performance, whether you have 1 million records, 100 million, or even 1 billion.
-
TreeGrid displays a hierarchical view of data in a table in Lightning Component in Salesforce.
-
Deepak
MemberJune 8, 2020 at 6:44 am in reply to: How do I check if a field is empty in Salesforce?There is one way to validate empty text fields in Apex: Use String. isBlank() method. This will return true if the text field is empty.
-
To use batch Apex, write an Apex class that implements the Salesforce-provided interface Database. Batchable and then invoke the class programmatically. To monitor or stop the execution of the batch Apex job, from Setup, enter Apex Jobs in the Quick Find box, then select Apex Jobs.
-
CronTrigger contains schedule information for a scheduled job.
CronTrigger is similar to a cron job on UNIX systems. -
Deepak
MemberJune 5, 2020 at 5:26 pm in reply to: Dashboard components can be stored by how many levels in salesforce?Dashboard components support two-level sorting. So you can sort by Stage and then by Sum of Amount, or by Average Age and then Record Count.
-
Deepak
MemberJune 5, 2020 at 5:22 pm in reply to: How to override the lightning Standard new button in lightning components?- Back in your org, click. and select Setup.
- Click Object Manager.
- Click Property.
- Click Buttons, Links, and Actions.
- Click. next to New and select Edit.
- Select Lightning Experience Override as Lightning Component.
- Select c:PropertyDialog as the bundle to override with. ...
- Click Save.
-
Streaming API is your radar. It lets you define events and push notifications to your client app when the events occur. You can use Streaming API to keep your external source in sync with your Salesforce data with PushTopic events and Change Data Capture events.
-
Deepak
MemberJune 4, 2020 at 3:11 pm in reply to: How to avoid mixed_DML_operation error in test class in Salesforce?Use @future to Bypass the Mixed DML Error in a Test Method
-
Deepak
MemberJune 4, 2020 at 3:09 pm in reply to: What are the names of interfaces that are added to a Lightning component.The names of interfaces that are added to a Lightning component that are allow it to be used as custom tabs, and to be used in Lightning and Community builder:
‘force:appHostable’ used as a custom tab in Lightning Experience or the Salesforce app
‘forceCommunity:appear in Community Builder, a component must implement the forceCommunity:availableForAllPageTypes interface -
A component event is fired from an instance of a component. A component event can be handled by the component that fired the event or by a component in the containment hierarchy that receives the event.
-
Salesforce Console. Salesforce Console apps are a tab-based workspace suited for fast-paced work environments. Manage multiple records on a single screen and reduce time spent clicking and scrolling to quickly find, update, and create records.
-
Standard filters are applied by default to most objects. Different objects have different standard filters, but most objects include the standard filters Show Me and Date Field . Show Me filters the object around common groupings (like “My accounts” or “All accounts”).