Pooja
IndividualForum Replies Created
-
aura:registerevent is the notifier component and it declares that it may fire a particular event, it includes 'name' attribute which is relevant only to the component event and is not used for application event. Another attribute is the 'type' which lets the component know which event would be fired
- This reply was modified 4 years, 10 months ago by Forcetalks.
-
Pooja
MemberJanuary 29, 2020 at 3:00 pm in reply to: What is the difference between Salesforce ActionPoller & Rerendered?The actionpoller send the request to server and refresh the page on AJAX call on give time and rerendered is to refresh the page partially according to given condition.
-
Pooja
MemberJanuary 29, 2020 at 2:56 pm in reply to: What are the types of apps we can create in Salesforce Mobile?You can create different types of app in Salesforce-
- Recruiting App.
- . Deliveries App.
- Inspection App.
- Employee Onboarding App.
- Budgeting App.
- Inventory App.
- Projects App.
- Contracts App.
- Social Intranet App.
- Clienteling App
-
Pooja
MemberJanuary 29, 2020 at 2:51 pm in reply to: Can we fire a trigger in DoInit method of Salesforce Client Side Controller?No, you can't fire a trigger in Dolnit method of client side controller.
-
In salesforce, you can't delete a user but you can deactivate a user and if you face any problem with it at that time you can freeze the account of that user.
-
Pooja
MemberJanuary 28, 2020 at 2:32 pm in reply to: What is the way to restore lost code in Salesforce Developer Console?No, It is not possible to restore the data.
-
Pooja
MemberJanuary 28, 2020 at 2:31 pm in reply to: What is the significance of keyset() method of MAP in Salesforce?In Salesforce, keyset() Returns a set that contains all of the keys in the map.
-
Pooja
MemberJanuary 28, 2020 at 2:27 pm in reply to: What is a Data Type and What are the different Data Types are available in Salesforce Apex?Data types can be defined as which describe us the type of data.
The different data types which are available in Salesforce are-
1)Primitive Types
2)sObject Types
3)Collections
4)Enums
-
Pooja
MemberJanuary 27, 2020 at 12:33 pm in reply to: What Are The Different Workflow Actions Available In Salesforce?Basically, there are four different types of workflow actions which are available in Salesforce that are-
1.Mail alert.
2.Field update.
3.Outbound Message.
4.Assigning Task -
Pooja
MemberJanuary 27, 2020 at 12:25 pm in reply to: Can two users have the same profile? Can two profiles be assigned to the same user in Salesforce?Yes, two users have the same profile in Salesforce but two profiles cannot be assigned to the same user.
-
Pooja
MemberJanuary 27, 2020 at 12:20 pm in reply to: What is a “Look-up Relationship” in Salesforce?A Lookup relationship consists of searching value of a field based upon the value in another field in another object. It is commonly used in the case of shared data between the two objects.
-
Skinny table is like a custom table and basically Salesforce creates skinny tables to contain frequently used fields and to avoid joins,
-
Pooja
MemberJanuary 24, 2020 at 4:26 pm in reply to: Can we take key and value both as ID datatype in Map in Salesforce?Yes, we can take key and value both as ID datatype in Map in Salesforce because Maps can hold sObjects both in their keys and values.
-
Basically the situation of data skew arises when we have an org on which we assign a large number of leads or contacts or any other type of data to a single account, indicating that must be checked or validated.
-
Basically, Platform cache is a memory that basically stores the salesforce session and org your data for later access and because of that your data is reusable that's why it runs your application faster.
-
Pooja
MemberJanuary 23, 2020 at 11:02 am in reply to: How to use Output Text In Visualforce page in Salesforce?We can use output text in Visualforce page like that-
<apex :outputText value = " Text " id="theText"></apex :outputText>
It is a simple example of output text.
-
Pooja
MemberJanuary 23, 2020 at 10:52 am in reply to: What is the purpose of panelGrid in VisualForce in Salesforce?Please Explain in simple words with an example.PanelGrid is used to render an HTML table element in which each component found in the body of the <apex:panelGrid> is placed into a corresponding cell in the first row until the number of columns is reached. At that point, the next component wraps to the next row is placed in the first cell.
-
Pooja
MemberJanuary 22, 2020 at 1:41 pm in reply to: Can we create both master detail relationship and Look-Up Relationship on single object in salesforce??Yes, It is possible to create both master detail relationship and Look up relationship on a single object at a single time in Salesforce.
-
In simple language we can defined the Wrapper class as a collection of different types of objects in Salesforce.
-
Pooja
MemberJanuary 22, 2020 at 1:05 pm in reply to: Can we pass sObjects in Future method as parameter?No, there is no direct way to pass sObjects in future method as parameter.
-
Dynamic apex is used when we have to create flexible or dynamically applications. For ex- If you want to check field level security so with the help of sObjects you can do it in dynamic apex.
-
Pooja
MemberJanuary 21, 2020 at 1:38 pm in reply to: What is a delegated administrator in Salesforce and what are its duties?delegated administrator in Salesforce are who have the same right to the admin.
and the duties of delegrated administrator are-
- Creating the users.
- Editing the users.
- Unlocking the users.
- Assign the users.
-
Big objects are that type of objects in Salesforce which is used to store and manage large amount of data as we can say that if we have to perform any operation on million/billion records so we can use the big objects.
-
Pooja
MemberJanuary 20, 2020 at 2:22 pm in reply to: How many relationship can we make on an object?thanks for your valuable information but actually deepak i am asking how many relationship can we make on an object( like 23,40 etc)?