Re: Custom Object creation

Anonymous
Not applicable

Custom Object creation

Hi,

How can i achieve below scenarios by creating one custom Object i.e. Artwork?

  1. When artwork is uploading, the artwork is linked to Artist. Then when an order is placed by customer of the artwork, we want to make sure this artwork is now linked to the Customer lead record as well, without overwriting the link to the Artist record.
  2. How can i link the same artwork to customer wish list custom object as well?

Thank you for your help in advance!

3 REPLIES 3
Josh_Hill13
Level 10 - Champion Alumni

Re: Custom Object creation

Sounds like a complex ask for the forum.

Do you have an ecommerce platform that contains all of this data? You may be able to populate the custom object via API, but you may also want to think about the overall data model.

Anonymous
Not applicable

Re: Custom Object creation

Hi Kuldeep,

Can you describe little more? Are artists and customers in the lead ? without the data model its not easy to suggest any solution.

- When artwork is uploading, the artwork is linked to Artist Lead or CO ?

-Mahesh

Anonymous
Not applicable

Re: Custom Object creation

Hi Maheswar Gunampally​, Josh Hill

Thank's for your reply. Artist and Customer both are the part of Lead (Person).

I got solution by adding one junction table, which will have relation between artwork and Lead.

Thank you!

Kuldeep Singh