Forum Replies Created

Page 8 of 21
  • Next to the name of your community, click Workspaces. Select Administration, and then select Login & Registration. To change the logo, select whether the image is a file or URL. If you're using a file, choose the logo from your file system.

  • Marziya

    Member
    August 5, 2020 at 3:41 pm in reply to: What is static SOQL and how can we define it in Salesforce?

    Static SOQL is one which you write in square brackets. It is good to use when you didn't have any dynamic changes in the soql query. For e.g when the fields names or where conditions is needed to be defined dynamically we didn't use statis soql. Then we need to use dynamic soql. Dynamic SOQL is dynamic query creation.

  • Marziya

    Member
    August 5, 2020 at 3:40 pm in reply to: How to install the unmanaged package in Salesforce?
    1. Create the package: From Setup, enter Packages in the Quick Find box, then select Packages. Click New. Fill in the details of the package. ...
    2. Add the necessary components for your app. Click Add Components. From the drop-down list, choose the type of component. Select the components you want to add. ...
    3. Click Upload.
  • Marziya

    Member
    August 5, 2020 at 3:38 pm in reply to: How to create Custom Metadata Types in Salesforce?

    <div>Click New Custom Metadata Type.
    For Label, type Support Tier and for Plural Label, type Support Tiers . Click Save. After you save, you land on the Support Tier detail page where you can add custom fields and edit page layouts.
    </div>

  • Marziya

    Member
    August 4, 2020 at 2:29 pm in reply to: Which WSDL is used for integration in Salesforce?

    They are called 'Enterprise WSDL' and 'Partner WSDL'. A WSDL is an XML-document which contains a standardized description on how to communicate using a web service (the Salesforce API is exposed as a web service). The WSDL is used by developers to aid in the creation of Salesforce integration pieces.

  • Marziya

    Member
    August 4, 2020 at 2:27 pm in reply to: Can we increase the limit for data.com records in Salesforce?

    <div data-md="61" lang="en-IN"><div aria-level="3" role="heading" data-attrid="wa:/description" data-hveid="CAsQAQ">You can select the Data.com Monthly Addition Limit for each user. This is the number of account, contact, and lead records the user can add each month. You can select up to the organization limit for any user or all users, but once the organization's monthly limit is reached, users won't be able to add more records.

    <div><div data-hveid="CAsQAg" data-ved="2ahUKEwi64fHr4IHrAhVdyzgGHdhdAccQFSgBMAF6BAgLEAI">
    </div></div></div></div>

  • Marziya

    Member
    August 4, 2020 at 2:24 pm in reply to: What are the limitations for mass email in Salesforce?

    You can send mass emails only to contacts, person accounts, leads, and your org's internal users. In Developer Edition orgs and orgs evaluating Salesforce during a trial period, you can send to no more than 10 external email recipients per day using mass email and list email.

  • Marziya

    Member
    July 31, 2020 at 2:46 pm in reply to: What is a FlexiPage in lightning ?

    FlexiPage components have the suffix .flexipage and are stored in the flexipages folder.

  • Marziya

    Member
    July 31, 2020 at 2:45 pm in reply to: How do we use lightning data service in Salesforce?

    To create a record using Lightning Data Service, declare force:recordData without assigning a recordId. Next, load a record template by calling the getNewRecord function on force:recordData. Finally, apply values to the new record, and save the record by calling the saveRecord function on force:recordData.

    • It does not support bulk record operations. ( ...
    • If record gets updated from outside page, like using Dataloader or some other user, it will not be refreshed. ...
    • Not all standard objects are supported (at the time of writing this post)
    • Its not yet GA.
  • <div jsname="ARU61" aria-controls="_8dYiX47FENSvyAPUm4DwBA24" aria-expanded="true" id="_8dYiX47FENSvyAPUm4DwBA25" jsslot="" role="button" tabindex="0" jsaction="CQwlrf;fastbutton:CQwlrf"><div jsname="xXq91c" data-kt="KjGh-fjc1J3e-ZkBjcL2vJrq49QuvdH4lLCNl_unAZTo7ZHBzISJhwHXgazktICltP8B" data-hveid="CA4QAw" data-ved="2ahUKEwjOgYzilfXqAhXUF3IKHdQNAE4Quk4oAHoECA4QAw">How do you handle commas in data when exporting a CSV file?

    <div jsname="dcydfb" aria-labelledby="_8dYiX47FENSvyAPUm4DwBA25" id="_8dYiX47FENSvyAPUm4DwBA24" jsslot="" jsaction="CQwlrf;fastbutton:CQwlrf">
    <div jsname="oQYOj" id="_8dYiX47FENSvyAPUm4DwBA26" data-hveid="CA4QBA" data-ved="2ahUKEwjOgYzilfXqAhXUF3IKHdQNAE4Qu04oAXoECA4QBA"><div data-md="61">
    </div></div></div></div></div>

  • Data Loader cannot handle this implicitly because there is no logical path to follow. In case your Data Loader CSV file for import will contain commas for any of the field content, you will have to enclose the contents within double quotation marks " ".

  • Marziya

    Member
    July 30, 2020 at 2:18 pm in reply to: How to integrate Quickbooks and Salesforce together?

    To connect Quickbooks or any other accounting software to Salesforce CRM, visit AppExchange to search for a prebuilt app. Here are some apps that can help: QuickBooks Online and Desktop Integration for Salesforce by DBSync / Avankia.

  • Marziya

    Member
    July 30, 2020 at 2:14 pm in reply to: How to enable visualforce editor in Salesforce?

    <div aria-level="3" role="heading">Inline editing in visualforce page can be done by two ways provided by Salesforce :
    <div>

    1. The <apex:detail > component has an attribute that activates inline editing.
    2. The <apex:inlineEditSupport > component provides inline editing functionality to several container components.
    3. Inline editing using <apex:detail>.

    </div></div>

  • Marziya

    Member
    July 29, 2020 at 2:59 pm in reply to: what is Record owner in salesforce ?

    Record owner can perform all CRED operations on the records they own even if sharing has been set to private.

  • Marziya

    Member
    July 29, 2020 at 2:58 pm in reply to: What are Custom Settings in Salesforce and what are its uses?

    Custom settings are similar to custom objects and enable application developers to create custom sets of data, as well as create and associate custom data for an organization, profile, or specific user. The custom setting data can then be used by formula fields, validation rules, flows, Apex, and the SOAP API.

  • Marziya

    Member
    July 29, 2020 at 2:57 pm in reply to: How to reset Security Token in Salesforce?

    From your personal settings, enter Reset in the Quick Find box, then select Reset My Security Token. Click Reset Security Token. The new security token is sent to the email address in your Salesforce personal settings.

  • Marziya

    Member
    July 28, 2020 at 11:34 am in reply to: What Are Static Resources in Salesforce?

    Static Resources. Static resources allow you to upload content that you can reference in a Visualforce page, including archives (such as . zip and . jar files), images, style sheets, JavaScript, and other files.

  • Marziya

    Member
    July 28, 2020 at 11:33 am in reply to: What Are Some Examples Of Javascript Events in Salesforce?

    JavaScript's interaction with HTML is handled through events that occur when the user or the browser manipulates a page. When the page loads, it is called an event. When the user clicks a button, that click too is an event. Other examples include events like pressing any key, closing a window, resizing a window, etc.

  • Marziya

    Member
    July 28, 2020 at 11:29 am in reply to: What Is Ajax Typically Used For In Visualforce in Salesforce?

    AJAX is primarily used for partial page updates in Visualforce. In s-controls, the AJAX toolkit was the soap (XML over HTTP) client that gave you access to the force.com Web Services API.

  • In the Time-Dependent Workflow Actions section, click Add Time Trigger. Note You can't add a time trigger if: The evaluation criteria is set to Evaluate the rule when a record is: created, and any time it's edited to subsequently meet criteria . The rule is activated.

  • Marziya

    Member
    July 27, 2020 at 1:53 pm in reply to: What is heap size limit in Salesforce?

    6MB

  • Marziya

    Member
    July 27, 2020 at 1:50 pm in reply to: How to generate WSDL file in Salesforce?
    1. Log in to your Salesforce account. ...
    2. From Setup, enter API in the Quick Find box, then select API.
    3. Click Generate Metadata WSDL, and save the XML WSDL file to your file system.
  • This means you'll need to navigate to the page in Lightning Experience, and there are a variety of ways to do that. The simplest way to get to a specific Visualforce page is to create a tab for it, and then navigate to that tab via the All Items section in the App Launcher.

  • Marziya

    Member
    July 24, 2020 at 1:58 pm in reply to: can we create lwc controller without vs code?

    Open Visual Studio Code. Press Command + Shift + P on macOS or Ctrl + Shift + P on Windows or Linux, then type focus terminal.

Page 8 of 21