You need to sign in to do that
Don't have an account?
Apex coding
Apex coding issue , please help me to solve this issue
Hi
I have created a custom object, at the time of creating this I have mapped this to Opportunity object using look up
After creating this custom object, Iam able to add the records By Clicking on the new button i.e manually
But if I try to insert programatically by using Apex code, Iam not getting any errors but the record that is inserted is not visible
what sort of settings I have to do, can any one please help me to solve this issue
I have extracted all the records of custom object I got all the records
but they are not displayed in the view part,
Here my custom object is under opportunites tab
will there be any settings or permissions required to view those records