You need to sign in to do that
Don't have an account?
Alvin Dutt 6
Show Custom Object On Leads Page
I have created a custom object, My question is how can I show that custom object in the Leads Page
for example I would want to show the custom object in that block highlighted with red along with the Activity History
I am new to Salesforce
Later I will add to data to the custom object using my own API
for example I would want to show the custom object in that block highlighted with red along with the Activity History
I am new to Salesforce
Later I will add to data to the custom object using my own API
Assuming you have a lookup relation from Lead to Custom Object and also a lookup from Custom Object to Lead (creating your many-to-many), then this will work fine.
Try re-creating your lookup relationship from Lead to Custom Object. Then make sure that you add the related list and add to the page layouts in steps 5 & 6:
- Step 5. Add reference field to Page Layouts (Yes to All)
- Step 6. Add custom related lists (Yes)
Please let us know if this helps.Regards,
Nagendra.
I tried it worked thanks
It will work similar for Contacts if I want to do the same
Is it possible to add a custom object from a REST API?