A. An after insert trigger on Catalog that updates the Catalog Items if the Catalog’s CurrencyIsoCode is different.
B. A Database.Schedulable and Database.Batchable class that queries the Catalog object and updates the Catalog Items if the Catalog CurrencyISoCode is different.
C. An after insert trigger on Catalog Item that updates the Catalog Items if the Catalog’s CurrencyIsoCode is different.
D. A Database.Schedulable and Database.Batchable class that queries the Catalog Item object and updates the Catalog Items if the Catalog CurrencyISoCode is different.

Suggest answer: D

Reference:

No comments:

Please share to make the community better.