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
Samantha ChuaSamantha Chua 

Currency value not Copying over to auto generated Contract Object

Hi Guys,

I am creating this custom button. What it does is that it will create a contract and push values from opportunity over, whenever it is being clicked.

Running into a problem here as the MRR value is not being pushed over. MRR is a currency field type, 16 digits and 2 decimal points.

How do I get it to populate?

Here is a snippet of my codes:
 
//c.MRR__c = "{!Opportunity.MRR__c}";

Regards,
Samantha (: