Creating an approval process To begin creating a new approval process, go to Setup | Process Automation | Approval Processes, select the object type (Opportunity), click the Create New Approval Process button, and select User Standard Setup Wizard: the Jump Start Wizard will take care of some default options for you. For more information about…
Types of Cyber Threats – 100-150 Exam Study Guide
Types of Cyber Threats (38.1.2) Cyber threats can be classified into different categories, as shown in Table 38-1. This allows organizations to assess the likelihood of a threat occurring and understand the monetary impact of a threat so that they can prioritize their security efforts. Table 38-1 Cyber Threat Categories and Examples Internal vs. External…
Creating an approval process 2
There is no one-size-fits-all solution, so it is up to how you want approvals to work for your org. You should be very careful when using the record lock permission, as when a record is locked, no workflow, process builder, or trigger can modify that record until and unless we unlock the record itself. For…
Creating approval steps – Certified Advanced Salesforce Admin Exam Guide
Creating approval steps Approval steps define the number of levels of approval and the users who should handle the approval. To sum our example up again, we have two tiers of approval (one for the direct manager and one for the CEO) with two users needed to handle the request (the current user’s manager and…
Creating approval steps 2 – Certified Advanced Salesforce Admin Exam Guide
This step selects the user who will be accepting the approval request, and can be set to the following: When you select Automatically assign to approver(s), the form will show newly available configurations: Select approvers on the approval step wizard By selecting more than one approver, you can even decide whether the decision should be…
What Did I Learn in This Chapter?-2
Packet capture and protocol analysis applications enable you to investigate packet content as it flows through the network. The software decodes the protocol layers housed within a packet. Wireshark is an example of a popular open-source packet capture/protocol analysis application. Bandwidth and throughput are characteristics of network data flow. Bandwidth is the theoretical amount of…
What Did I Learn in This Chapter?-1
Network baselines are a series of measurements of network performance taken during different types of network usage. The baselines help to understand the parameters of a properly working network so that network performance or security problems can be identified when performance deviates significantly from previous baseline measurements. Cisco Discovery Protocol (CDP) is a Cisco protocol…
Adding actions to approvals – Certified Advanced Salesforce Admin Exam Guide
Adding actions to approvals The approval process flow can be seen from the Approval History related list, but it would be cool to have a way to make modifications to the record when approval stages are passed. In our scenario, we want to update a custom opportunity field named Approval Status, a simple picklist defined…
Network Management Systems
Network Management Systems (37.6.5) Network management refers to two related concepts. First is the process of configuring, monitoring, and managing the performance of a network. Second is the platform that IT and network operations teams use to complete these tasks. Modern network management platforms provide advanced analytics, machine learning, and intelligent automation to continually optimize…
Using approvals – Certified Advanced Salesforce Admin Exam Guide
Using approvals Let’s test our new approval. But before this, let’s create a workflow rule on the Opportunity object that resets the Approval Status field if the amount field is updated, as shown in the following screenshot: Workflow rule to reset the approval status on the opportunity record Note that the rule criteria is ISCHANGED(Amount),…