Mansi Tyagi
MemberForum Replies Created
-
Used to manage the cases for your organization.
-
Mansi
MemberMarch 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.
-
It’s not always easy, however, to take a business problem and make it into a formula-based solution we used advance formula.
-
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
MemberMarch 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
MemberMarch 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.
-
<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, 8 months ago by Mansi Tyagi.
-
Mansi
MemberMarch 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. -
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.
-
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.