Scenario
Customer wants to be able to hide the field Projected Total on your Opportunity record. Since it is currently a limitation to hide the field through customizing the form, possible resolution is to hide the field by removing the field group since upon removing the field group, the Show checkbox was not already grayed out, however upon unmarking the Show checkbox, it just move to the other Field Group.
Solution
-
Navigate to Customization > Workflow > Workflows > New
-
Basic Information:
-
Name: Enter Hide Projected Total
-
Record Type: Select Opportunity
-
Execute as Admin: Enter Checkmark
-
Released Status: Select Released
-
Keep Instance and History: Select Always
-
Enable Logging: Enter Checkmark
-
Event Definition:
-
On Create: Enter Checkmark
-
On View or Update: Enter Checkmark
-
Click Save
-
Click State 1
-
Bottom right corner: Click New Action
-
Click Set Field Display Type
-
Basic Information:
-
Trigger On: Select Before Record Load
-
Parameters:
-
Field: Select Projected Total
-
Display Type: Select Hidden
-
Click New Action
-
Click Set Field Mandatory
-
Basic Information:
-
Trigger On: Select Before Record Load
-
Parameters:
-
Field: Select Projected Total
-
Mandatory: Remove Checkmark
-
Click Save