Forum Replies Created

Page 2 of 57
  • shariq

    Member
    September 29, 2018 at 7:39 am in reply to: In how many ways can we share a record in Salesforce?

    Records can be shared in 5 types they are

    Role Hierarchy.
    Organization Wide Defaults.
    Manual Sharing.
    Criteria Based Sharing Rules.
    Apex Sharing.

  • shariq

    Member
    September 29, 2018 at 7:34 am in reply to: What is permission set in Salesforce?

    Permission sets in salesforce.com are the combination of different settings and permission sets given to user to access records and files.
    Note :- Manual sharing is available for only Organization wide default settings are private to the object.

  • shariq

    Member
    September 29, 2018 at 7:34 am in reply to: What is a Sharing Rule in Salesforce?

    Sharing rules in Salesforce represent the permissions and exceptions to your organization. By using sharing rules we can grant access to edit, read, read/write permissions to user. Sharing Rules are of two types. They are

    Manual Sharing.
    Automatic Sharing.

  • shariq

    Member
    September 28, 2018 at 8:48 pm in reply to: Explain the customization in Salesforce Service Cloud.

    addition to being a pioneer in cloud-based sales force automation, Salesforce is the recognized leader for CRM customer engagement. With Service Cloud, you can automate service processes, streamline workflows, and surface key articles, topics, and experts to transform the agent experience. Connecting one-to-one with every customer, across multiple channels and on any device, was never easier.

  • shariq

    Member
    September 28, 2018 at 8:40 pm in reply to: What is use of ui:scrollerWrapper in Salesforce?

    <aura:component>
    <ui:scrollerWrapper class=”scrollerSize”>
    <!–Scrollable content here –>
    </ui:scrollerWrapper>
    </aura:component>

    /** CSS **/
    .THIS.scrollerSize {
    height: 300px;
    }

  • shariq

    Member
    September 28, 2018 at 8:31 pm in reply to: How many types of portals are available in Salesforce?

    A Customer Portal provides significantly richer functionality than a Self-Service portal. This is because a Customer Portal has functionality similar to Salesforce.com. With a Customer Portal, you can customize and deliver a visually stunning user interface to your customers, and use the following Salesforce.comfeatures to help you and your customers succeed:

    • Determine which pages and fields customers see with page layouts and field-level security
    • Manage customers with profiles, roles, and sharing rules
    • Provide and organize documents via Salesforce CRM Content or the Documents tab
    • Create a knowledge base for your customers using Salesforce Knowledge
    • Allow customers to participate in Salesforce CRM Ideas communities.
    • Display and collect data that is unique to your organization with custom objects
    • Display custom s-controls and content from other websites via Web tabs
    • Provide customized reports via the Reports tab

    Thanks

  • shariq

    Member
    September 28, 2018 at 8:23 pm in reply to: When do we use the data loader in Salesforce?

    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 supported by the import wizards.
    You want to schedule regular data loads, such as nightly imports.
    You want to export your data for backup purposes.

    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 supported by the import wizards.
    You want to schedule regular data loads, such as nightly imports.
    You want to export your data for backup purposes.

    hope this helps

  • shariq

    Member
    September 26, 2018 at 9:05 am in reply to: What is record type in Salesforce?

    hi,

    Record types let you offer different business processes, picklist values, and page layouts to different users. You might create record types to differentiate your regular sales deals from your professional services engagements.

    Thanks

  • hi,

    It is not possible as standard object can not be on detail side of the relationship

    Thanks

  • shariq

    Member
    September 26, 2018 at 8:56 am in reply to: Difference between Salesforce.com and Force.com ?

    hi,

    Salesforce.com is SaaS: Software is Service. (you can use the standard apps)

    Force.com is PaaS: Platform as a Service. (you can build your own app)

    Thanks

  • shariq

    Member
    September 24, 2018 at 2:45 pm in reply to: Limit of Data.com Records that can be added to Salesforce?

    Hi,

    From Setup, in the Quick Find box, enter Users and then select Prospector Users. In the Data.com Users section, find your name and see what your monthly limit is and how many records you’ve already added or exported during the month. Your administrator sets the monthly allowance, which expires at the end of each month, regardless of whether you’ve met your limit.

    If you’re a Data.com List User, your name also appears in the Data.com List User section of the page. After you’ve used your monthly record additions, you’ll share record additions from a pool with all other List Users in your organization. Your organization’s pool has a limit, so if one Data.com List User reaches the limit, other Data.com List Users can’t add records. List pools expire one year after purchase.

    If adding a set of records causes you to exceed your addition limit, you’ll see a message that tells you how many additions you have remaining. If you still need to add more records, contact your administrator.

    Hope this helps.

  • shariq

    Member
    September 24, 2018 at 2:44 pm in reply to: What is Joined Report in Salesforce?

    Hi,

    A joined report can contain data from multiple standard or custom report types. You can add report types to a joined report if they have relationships with the same object or objects. For example, if you have a joined report that contains the Opportunities report type, you can add the Cases report type as well because both have a relationship with the Accounts object.

    A joined report consists of up to five report blocks, which you add to the report to create multiple views of your data. For each block, you can add regular and summary fields, create standard and cross-block custom summary formulas, apply filters, and sort columns. You apply groupings across all blocks in the report, and can add up to three groupings to the blocks, the same as for the summary format. You can also add a chart to a joined report.

    Each joined report has a principal report type. By default, the principal type is the first one added to the report, and is identified in the Fields pane with a small dot beside its name. For example, if you create the joined report by selecting the Opportunities report type, and then add the Cases type, the Opportunities type is the principal report type.

    The principal report type controls how common fields are named. Some common fields have different names or appear in different sections in different report types. In those fields, click   to see the name of the field in other report types.

    When a joined report contains multiple report types, some fields are identified as common fields. A field is a common field if it’s shared by all report types or if all report types share a lookup relationship to the field. These fields appear in the Common Fields area in the Fields pane, and can be used to group report blocks.

    Hope this helps.

  • shariq

    Member
    September 24, 2018 at 2:43 pm in reply to: Explain the use of Aura: Namespace in the Salesforce code.

    Hi,

    Every component is part of a namespace, which is used to group related components together. If your organization has a namespace prefix set, use that namespace to access your components. Otherwise, use the default namespace to access your components.
    Another component or application can reference a component by adding <myNamespace:myComponent> in its markup. For example, the helloWorld component is in the docsample namespace. Another component can reference it by adding <docsample:helloWorld /> in its markup.

    Lightning components that Salesforce provides are grouped into several namespaces, such as aura, ui, and force. Components from third-party managed packages have namespaces from the providing organizations.

    In your organization, you can choose to set a namespace prefix. If you do, that namespace is used for all of your Lightning components. A namespace prefix is required if you plan to offer managed packages on the AppExchange.

    If you haven’t set a namespace prefix for your organization, use the default namespace c when referencing components that you’ve created.

    Namespaces in Code Samples
    The code samples throughout this guide use the default c namespace. Replace c with your namespace if you’ve set a namespace prefix.

    Hope this helps.

  • shariq

    Member
    September 24, 2018 at 6:44 am in reply to: Do We Need A Namespace To Develop Salesforce Lightning Components?

    Hi,

    No. Lightning Components used to require a namespace, but that is no longer a requirement.

    Hope this helps.

  • shariq

    Member
    September 24, 2018 at 5:01 am in reply to: Explain Salpesforce VisualForce Component.

    Hi,

    I found this online  -

    A custom Visualforce component. All custom component definitions must be wrapped inside a single <apex:component> tag. This component supports HTML pass-through attributes using the "html-" prefix. Pass-through attributes are attached to the generated container tag, <div> or <span> , depending on the layout attribute.

    Hope this helps.

  • shariq

    Member
    September 24, 2018 at 5:01 am in reply to: How Can You Define Field Dependency in Salesforce?

    Hi

    Picklist fields can be either controlling or dependent fields. A controlling field controls the available values in one or more corresponding dependent fields. A dependent field displays values based on the value selected in its corresponding controlling field.

    Hope this helps.

  • Hi,

    I found this online -

    Merge duplicate records
    Select the duplicate records, and then click Merge.
    In the Merge Records dialog box, select the master record (the one you want to keep), and then select any fields in the new record that you want to merge into the master record. Data in these fields may override the existing data inthe master record. Click OK.

    Hope this helps

  • Hi,

    You can avoid recursive trigger in salesforce using static variable.

    You can also create a boolean variable in custom setting and toggle it with your logic

    Hope this helps.

  • shariq

    Member
    September 24, 2018 at 4:54 am in reply to: What are the limitations of Time-dependent workflow in Salesforce?

    Adding some more points -

    The workflow rule is active. The workflow rule is deactivated but has pending actions in the queue. The workflow rule evaluation criteria is set to Evaluate the rule when a record is: created, and every time it's edited. The workflow rule is included in a package

  • Typically, if you are populating trigger record fields, it is best to use a before trigger, because it does not add transaction cost. However, if you absolutely must populate information to trigger records in an after context, you can re-query for them and act on this new reference, then perform an update. This strategy increases the cost in both DML Statements and SOQL.

  • Try this -

    <ltng:require scripts=”{!$Resource.nameOfResource}”
    afterScriptsLoaded=”{!c.afterScriptsLoaded}” />

    Hope this helps.

  • shariq

    Member
    September 24, 2018 at 4:48 am in reply to: Why do we still need Visualforce once Lightning will be GA In Salesforce?

    Some more thoughts:
    There is not automatic VF page/controller to Lightning component conversion. There will be some level of re-write necessary, but the amount depends on the structure of your current VF page.

    If, for example, you handle page to controller communication through static @RemoteActions in an Apex Controller using JSON, your own value objects, or sObjects to carry the payload, you might be able to get a decent amount of reuse by changing @RemoteAction to @AuraEnabled and then plugging in calls to it in your component helper.

    It would be ideal if there was Lightning on the desktop to replace the current UI, but I don't know of it, personally. I'm sure it would be a bit before that would be ready, though.

  • shariq

    Member
    September 24, 2018 at 4:47 am in reply to: What is the Difference between Ajax and ActionPoller in Salesforce?

    These are the AJAX action tags that support the calling of action and refresh the field only not the entire Visualforce page.1. <apex:actionFunction> - Provides support for invoking controller action methods directly from JavaScript code using an AJAX request. An <apex:actionFunction> component must be a child of an <apex:form> component.

    2. <apex:actionPoller> -  A timer that sends an AJAX update request to the server according to a time interval that you specify. Update request can then result in a full or partial page update. You should avoid using this component with enhanced lists.

    3. <apex:actionStatus> -  A component that displays the status of an AJAX update request. An AJAX request can either be in progress or complete

  • shariq

    Member
    September 24, 2018 at 4:44 am in reply to: Differenciate between Trigger and Workflow in Salesforce?

    Workflow

    Workflow is automated process that fired an action based on Evaluation criteria and rule criteria.

    We can access a workflow across the object.

    We cannot perform DML operation on workflow

    We cannot query from database

    Trigger

    Trigger is a piece of code that executes before or after a record is inserted or updated.

    We can access the trigger across the object and related to that objects

    We can use 20 DML operations in one trigger.

    We can use 20 SOQL’s from data base in one trigger.

  • While creating workflow on task we can not find “Send Email”action.

Page 2 of 57