I have created a Custom Entity - Installation in which i have a Productid
attribute [which is related from Product Entity]. I have added Installation
entity to case entity. Now i want that once i select installation in case
the productid should automatically flow from installation entity to case
entry. How can this be done? I have tried it creating custom mapping, but the
product is not populating. Please help me.

RE: Mapping Attributes from Custom Entities by JoshBehl

JoshBehl
Fri Sep 22 21:43:02 CDT 2006

Your best bet is to write a postcreate and post update callout to accomplish
this.

"Prashant" wrote:

> I have created a Custom Entity - Installation in which i have a Productid
> attribute [which is related from Product Entity]. I have added Installation
> entity to case entity. Now i want that once i select installation in case
> the productid should automatically flow from installation entity to case
> entry. How can this be done? I have tried it creating custom mapping, but the
> product is not populating. Please help me.