Browse by categories
-
All
-
Collaboration
-
Configuration & Data Management
-
CPQ and Billing
-
Customer Service & Support
-
Desktop Integration
-
Einstein Analytics
-
Email
-
Email Marketing
-
Journey Management
-
Mobile
-
Mobile Messaging
-
Packaging, Uploading & Installing Apps
-
Reports & Dashboards
-
Sales & Marketing
-
Security
-
Social Marketing
-
Trailhead Challenges
-
Additional Products

I would like to update a fied based on the value selected in a picklist
Example:
Option A should update new field with 10%
Option B should update new field with 20%
Option C should update new field with 30%
Etc....
Does it need to actually write data to a new field, or can you use a formula field for the percentages?
If you can use a formula, a CASE statement should work well:
All Answers
Does it need to actually write data to a new field, or can you use a formula field for the percentages?
If you can use a formula, a CASE statement should work well:
You could create a formula field with the type of Percent and use the following formula:
Is it a Datatype = Percent?
or is it a Datatype = Formula with a Percent result?
Your basic Formula would be something like this
For example
0.10 = 10%
1 = 100%
10 = 1,000%