Marziya Sarwar
IndividualForum Replies Created
-
Marziya
MemberJune 30, 2020 at 2:18 pm in reply to: What is the need of grant login access in Salesforce?Salesforce Support may ask you to Grant Login Access in order to assist you with a question, issue, or request. This is so that Support can log in to the application using your login to troubleshoot and fix issues stemming from your inquiry.
-
Marziya
MemberJune 30, 2020 at 2:16 pm in reply to: How can we add custom timer in lightning component in Salesforce?Go to User Interface and enable Show Custom Sidebar Components on All Pages in order to view this on every tab. Go to 'Business Hour Settings' page and set the Theme of the Count down timer from the drop down section. You can select the 'Basic' theme.
-
SVG stands for Scalable Vector Graphics. It is a custom icon resource for components used in Lightning App Builder or Community Builder.
-
A roll-up summary field calculates values from related records, such as those in a related list. You can create a roll-up summary field to display a value in a master record based on the values of fields in a detail record.
-
Marziya
MemberJune 29, 2020 at 3:27 pm in reply to: What are the criteria for successful outbound message in Salesforce?Outbound messages generally allow specifying the changes to fields within salesforce and will cause messages to be sent to the designated external servers along with field values. Whenever there is an update in the fields within Salesforce then outbound messages will be sent to the external systems with updated value
-
Marziya
MemberJune 26, 2020 at 2:57 pm in reply to: How to create a dynamic table in lightning components of Salesforce?Create Apex class :(Name It as you Like) -> Copy Paste entire Apex code.
Create Lightning Component -> Copy Paste entire component code , don't forget to change the controller name to your apex , otherwise I am not responsible for the error.
More items. -
Marziya
MemberJune 26, 2020 at 2:56 pm in reply to: How to associate a portal with Salesforce site?From Setup, enter Sites in the Quick Find box, then select Sites.
Click the site label of the site you want to configure.
Click Login Settings.
Click Edit.
From the Enable Login For drop-down list, select the name of the portal where you want to allow login. -
Marziya
MemberJune 26, 2020 at 2:54 pm in reply to: How to set the key and value of the map in lightning component?Hii Aditya,
<aura:component controller="Mapvalue" >
<aura:handler name="init" value="{!this}" action="{!c.doinit}"/>
<aura:attribute type="map" name="Mapuse"/> // Map type attribute to hold map value
{!v.Mapuse.key1}
{!v.Mapuse.key2}
{!v.Mapuse.key3}
</aura:component> -
For Salesforce Professional and Enterprise, each organization receives a total of 1,000 API calls per user in a 24-hour period, up to a maximum of 1,000,000 API calls (for organizations with 15,000+ Salesforce licenses). Salesforce Unlimited has a 5,000 API calls per user limit, up to a maximum of unlimited API calls.
-
Marziya
MemberJune 24, 2020 at 2:19 pm in reply to: difference between person account and business account in Salesforce?Also you may want to check this great article: http://blog.jeffdouglas.com/2010/06/22/working-with-person-accounts-in-salesforce-com/
-
Make sure you meet the following prerequisites. ...
From Setup, enter Account Settings in the Quick Find box, and then select Allow Customer Support to enable Person Accounts. -
Marziya
MemberJune 23, 2020 at 3:08 pm in reply to: What are the data cleansing tool for Salesforce?Data cleansing tools are the solution to bad data. A data cleansing tool like Salesforce Data.com software automates the process of finding and fixing inaccurate or incomplete data.
-
1.Open the Data Loader.
2.Choose Settings | Settings.
3.Select the Use Bulk API option.
4.Click OK. -
Marziya
MemberJune 23, 2020 at 3:06 pm in reply to: What is a bulk API and how can I find bulk API limits in Salesforce?The Bulk API provides a programmatic option to quickly load your org's data into Salesforce. ... Bulk API is based on REST principles and is optimized for loading or deleting large sets of data. You can use it to query, queryAll, insert, update, upsert, or delete many records asynchronously by submitting batches.
-
Marziya
MemberJune 22, 2020 at 3:03 pm in reply to: What is the difference between External ID and Unique ID in Salesforce?The 'Unique ID' field is a setting which prevents the same value from being used in multiple records for any specific field. External IDs are often created with the 'Unique ID' setting so that the External IDs will be unique to each record.
-
Marziya
MemberJune 22, 2020 at 3:02 pm in reply to: what is difference between List and Hierarchy Custom Settings in Salesforce?There are two types of Custom Settings: List and Hierarchy. List-type Custom Settings are very similar to Custom Objects, but Hierarchy-type Custom Settings are very different. Hierarchy Custom Settings allow you to associate specific rows with specific Users or Profiles.
-
Marziya
MemberJune 22, 2020 at 2:58 pm in reply to: What is difference between COUNT() and COUNT(fieldname) in SOQL in Salesforce?.COUNT(): It is an optional clause that can be used in a SELECT statement in a SOQL query to discover the number of rows that a query returns. ... COUNT(fieldname) :This function returns the number of rows that match the filtering conditions and have a non-null value records.
-
If the organization is still in Trial, delete all data by navigating to: Setup --> Administration Setup --> Data Management --> Delete All Data. The Delete All Data tool deletes ALL data within the organization. Once deleted, this data cannot be recovered.
-
Marziya
MemberJune 19, 2020 at 1:17 pm in reply to: Where can a system administrator assign a page layout?System Administrator assign page layout in Profile.
-
As SaaS is a subscription based, customers can always choose not to renew if they are dissatisfied. Customers can avoid a large initial investment in an IT infrastructure and day to day hustle of maintaining infrastructure. SaaS customer provides same provider infrastructure and also easy integration.
-
This object is available in versions 17.0 and later for Salesforce CRM Content documents. This object is available in versions 20.0 and later for Salesforce Files.
-
Salesforce track sales Performance by: Use the performance chart on the Home page in Lightning Experience to track your sales performance or the performance of your sales team against a customizable sales goal. The performance chart displays data based on your sales team's opportunities if you have an associated team.
-
Marziya
MemberJune 17, 2020 at 2:31 pm in reply to: How much space is taken by each Person Account record in Salesforce?Each record allocates 2KB, so each Person Account record will require 4KB of storage space. As an example, 500,000 person accounts will require 2GB (500,000 * 4KB) of storage. Images from Rich Text Fields are stored in file storage area
-
Marziya
MemberJune 17, 2020 at 2:30 pm in reply to: Can we create a field on Person Account directly in Salesforce?No ,We can create a field on Person Account directly in Salesforce.
-
As the admin, you set the default locale, but your users can set a personal locale if they're based in a different location.