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
Jimmy ArmstrongJimmy Armstrong 

Custom multi-currency implementation

Hi,

 

I have the following requirements

1. Use your own pricebook and PricebookEntry objects. (i,e use new custom objects for this)

2. Support multi-currency

 

I am wondering is it possible to satisfy both these requirements at once. I know no 1 can be done easily but can we

implement mult-currency on our own price related objects?

 

Any pointers would be very helpful

 

Thanks

-jimmy

msingh.ax1244msingh.ax1244

Enabling multi currency creates a currency field on all objects - native and custom. So you should be able to handle this on custom objects also.