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
saariko.ax241saariko.ax241 

Need advise on how to solve this sale process

Hi,

 

I need an advise on how to solve this sale process.

 

I need a way that when a product is sold in the regular way, it is some how getting credited to a specific account and custom object.

After that, we have an internal process that upon request, checks if that account and custom object pair has a valid credit for that product, and  if that's true, we use that credit.

 

I don't want nor think I need to use assets.  I would like that once an opportuinity closes successfully, than the credit will be shown.

 

Your advise here please.

werewolfwerewolf
You can put an Apex trigger on after update of Opportunity which makes the necessary data components.  However it does seem like using Asset might just do what you need.