function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Roopa S 1Roopa S 1 

i have created an object Book and created the field “Price”(data type is Currency) under this object.

 Whenever we enter some amount of money in the Price field and once we click on save button, the value we entered in the Price field is 10% less than the actual price. This is applicable for while both inserting and updating records.
mukesh guptamukesh gupta
Hi Roopa,

You can use Workflow for field update by 10% of Actual value.

if you need any assistanse, Please let me know!!

Kindly mark my solution as the best answer if it helps you.

Thanks
Mukesh
Roopa S 1Roopa S 1
@
mukesh gupta yes but need to do it with trigger. Could you plz help with trigger..