
We're using standard Opportunity Object and have created a custom child object. A Apex trigger written on Opportunity update, and it create a record in Custom object. The issue is I reviewed trigger and class code for 2 of the fields (cutom object) are populated but not present in the code anywhere. I checked if there is any other trigger, workflow rule, field updates etc but didn't find any reference of these two fields.
Please advise if there is any thing else to check or if I can have details log of the trigger.
Thanks
답변 10개

Hello Mayank/Geoffrey, I'm able to figure out this, there is custom setting created for custom object and called in Apex code. Thanks for your responses.