Fiber patch cords are required for interconnecting infrastructure devices. The use of color distinguishes between single-mode and multimode patch cords. A yellow jacket is for single-mode fiber cables and orange (or aqua) for multimode fiber cables. Figures 30-28 through 30-31 show four types of fiber patch cords. Figure 30-28 SC-SC Multimode Patch Cord Figure 30-29…
Enterprise territory management
Enterprise territory management The last way to share records is by aligning your company’s sales territories hierarchy. This kind of sharing model is applied to account sharing and related opportunities. At the time of writing, there are currently two different kinds of territory management: For the scope of the Salesforce Advanced Administrator certification, we’ll describe…
Some considerations about sharing
Some considerations about sharing There are some peculiarities and exceptions regarding the sharing model that you should be aware of. The following are the peculiarities and exceptions regarding role hierarchy-based sharing: Regarding object deletion, a record can only be deleted by its owner, administrator, users above them in the hierarchy, or any user that has…
Team sharing – Certified Advanced Salesforce Admin Exam Guide
Team sharing You can define account, opportunity, and case teams to ease collaboration on those objects and increase access levels for specific users in the team. Account teams An account team groups a number of users that work together to manage a given account record. To enable account teams, click on Setup | Feature Settings…
Using Cloud Audit Logs – Google Cloud Engineer Exam Guide
In Chapter 11, in the Cloud Logging section, we explored various types of Google Cloud logs and learned how to view, filter, and store them. The concept of Cloud Audit Logs was briefly introduced as well. This section aims to provide more visibility into the Cloud Audit Logs topic. Cloud Audit Logs are a part…
Short-lived service account credentials
If you are building an application outside Google Cloud, a service account will be used to interact with Google Cloud services. You will need a way to authenticate with this account. It doesn’t come with a password, so an alternative could be to generate an RSA public/private key pair. The following screenshot shows how to…
Role hierarchies – Certified Advanced Salesforce Admin Exam Guide
Role hierarchies With role hierarchies, users can have access to records that are owned by or have been shared with users below their hierarchy. In a few words, the CEO (the person with the highest role) can see any record owned by any user, while the Sales Manager can see records that are owned by…
Attaching service accounts to resources
As mentioned in the previous section, a resource such as a Compute Engine VM can use a service account to interact with a Google Cloud API. Note that it is also possible to attach a service account to a resource that is deployed in a different project. When a VM is created, it uses a…
The Salesforce sharing model
The Salesforce sharing model Once you have selected which objects and fields a user can have CRUD access too, you need to know how to control record-level access. We can do this using Salesforce’s sharing settings. OWD sharing To define the Organization-Wide Defaults sharing settings, go to Setup | Security | Sharing Settings: A selection…
Object-Level Security (OLS)
Object-Level Security (OLS) The first level of access type is Object-Level Security (OLS), as we saw previously on the profile edit page: These kinds of operations are usually referred to as CRUD operations: Some of them respect sharing configurations while some do not: View All and Modify All work like the View All Data and…