Forum Replies Created

Page 3 of 3
  • Mansi

    Member
    March 4, 2021 at 3:35 pm in reply to: What is standard case object in Salesforce?

    Used to manage the cases for your organization.

  • Mansi

    Member
    March 3, 2021 at 2:54 pm in reply to: What is the Difference between Roles and Profiles in Salesforce?

    Roles control which records/objects a user can see based on their role in the hierarchy while Profile settings determine what users can see (control the visibility of objects, tabs, CRUD, fields) and do with objects. Profiles are typically defined by a job function. Each profile is associated with a license type.

  • Mansi

    Member
    March 3, 2021 at 2:49 pm in reply to: What is Advance Formula in Salesforce?

    It’s not always easy, however, to take a business problem and make it into a formula-based solution we used advance formula.

  • Mansi

    Member
    March 3, 2021 at 2:40 pm in reply to: What is Salesforce Lightning Web components?

    Lightning Web Components are an updated web standards-based framework method for creating lightning components on the Salesforce Platform, Lightning Web Components utilize standard tech like CSS, HTML, and updated JavaScript without requiring a set framework

  • Mansi

    Member
    March 2, 2021 at 2:40 pm in reply to: What is the use of ISNEW() in validation rules in Salesforce?

    Checks if the formula is running during the creation of a new
    record and returns TRUE if it is. If an existing record is being updated, this
    function returns FALSE.

  • Mansi

    Member
    March 2, 2021 at 2:36 pm in reply to: Is it possible to delete an User Account in Salesforce ?

    In Salesforce you are never able to delete a user.

  • Mansi

    Member
    March 2, 2021 at 2:23 pm in reply to: How to Deactivate a User in Salesforce ?

    <div>1) Go to Setup, enter Users in the Quick Find box then select Users.</div><div>2) Click Edit next to a user's name. Deselect the Active checkbox and then click Save.
    </div>

    • This reply was modified 3 years, 1 month ago by  Mansi Tyagi.
  • Mansi

    Member
    March 1, 2021 at 3:20 pm in reply to: What is Master-Detail Relationships in Salesforce ?

    1.Master-Detail Relationship in Salesforce is a parent-child relationship in which the master object controls certain behaviors of the detail object.
    2.When a record of the master object is deleted, its related detail records are also deleted.

  • Mansi

    Member
    March 1, 2021 at 3:15 pm in reply to: What are data validation rules in salesforce ?

    A Validation Rule is a rule that validate the data entered by a User should meets a certain criteria and saves a record, if not , it throws an error message.

  • Mansi

    Member
    March 1, 2021 at 3:10 pm in reply to: What is Formula Field in Salesforce ?

    1.Formula Field is a read-only field.
    2.It derives its value from a formula expression you define using Formula Editor .
    3.When the field value/values changed, automatically the value of Formula field changes.

Page 3 of 3