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
Rony57Rony57 

Match Trigger

Hello All,
               I  want to make a Trigger  to match the Product  , like there are three  objects demand , supply and matches. Some fileds are there in demand  like product  ,product  type  and same in the supply ..  Demand consits of   piclist   buy and supply consists of piclist  Sell. I just want to make a trigger  to match the Sell----> buy and Buy---->Sell ,  there is a status field  also in both demand and supply object  and  whene ever a status  is "Available" the product  will match in match object .

Any help would be appreciated . Thanx
SonamSonam (Salesforce Developers) 
Can you please elaborate on the way you wish to update the fields BUY and SELL..where is the Status field? and you would like the trigger on which object?