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
Shravan Kumar 71Shravan Kumar 71 

Need assistance in solving the business requirenment

There is a Custom Object Workshop, which has one of the field "Course". The Course field will get updated by a product code from a external API.
We have to match this product code with the existing product code (field on standard Product object) and then pull out the Product Name corresponding to the product code and update the same on a custom field on Workshop object.

Please help me how to set up this.