Scenario
Set a predefined decimal places on custom decimal fields to add a client field validation using WorkFlow.
Solution
Create a Workflow deployed to a specific record with a SET FIELD VALUE action with these properties:
- TYPE: Set Field Value
- TRIGGER ON: After Field Edit
- TRIGGERING CLIENT FIELDS: DECIMAL FIELD {custbody_decimal}
- VALUE: FORMULA : Math.round({custbody_decimal} * 100) / 100