How to display data from multiple entities in forms

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
NV
Reply | Threaded
Open this post in threaded view
|

How to display data from multiple entities in forms

NV
Hi

Can any body know that displaying data from multiple entites?

I can only able to display the PrimaryKey column data from parent entity.How can I display non-key column data of parent/child entity.

Can anybody suggest me?

Thanks in advance.
Venkat
Reply | Threaded
Open this post in threaded view
|

Re: How to display data from multiple entities in forms

Ashish Vijaywargiya-2
Hi,

You can either create view-entity or you can create dynamic view for this.

Regards
Ashish Vijaywargiya

NV <[hidden email]> wrote:
Hi

Can any body know that displaying data from multiple entites?

I can only able to display the PrimaryKey column data from parent entity.How
can I display non-key column data of parent/child entity.

Can anybody suggest me?

Thanks in advance.
Venkat
--
View this message in context: http://www.nabble.com/How-to-display-data-from-multiple-entities-in-forms-tf2414470.html#a6730102
Sent from the OFBiz - Dev mailing list archive at Nabble.com.



 
---------------------------------
How low will we go? Check out Yahoo! Messenger’s low  PC-to-Phone call rates.
Reply | Threaded
Open this post in threaded view
|

Re: How to display data from multiple entities in forms

David E Jones-2

You can also create a Map or List of Maps to pass into the form and  
use that in place of GenericValue objects. So, with the Form Widget  
you can display anything, not just stuff from the Entity Engine.

-David


On Oct 10, 2006, at 7:34 AM, Ashish Vijaywargiya wrote:

> Hi,
>
> You can either create view-entity or you can create dynamic view  
> for this.
>
> Regards
> Ashish Vijaywargiya
>
> NV <[hidden email]> wrote:
> Hi
>
> Can any body know that displaying data from multiple entites?
>
> I can only able to display the PrimaryKey column data from parent  
> entity.How
> can I display non-key column data of parent/child entity.
>
> Can anybody suggest me?
>
> Thanks in advance.
> Venkat
> --
> View this message in context: http://www.nabble.com/How-to-display- 
> data-from-multiple-entities-in-forms-tf2414470.html#a6730102
> Sent from the OFBiz - Dev mailing list archive at Nabble.com.
>
>
>
>  
> ---------------------------------
> How low will we go? Check out Yahoo! Messenger’s low  PC-to-Phone  
> call rates.

Reply | Threaded
Open this post in threaded view
|

Re: How to display data from multiple entities in forms

Jacopo Cappellato
And you can also use the display-entity fields (however this is a less
efficient approach).
For an example, see Si's cookbook:

http://www.opensourcestrategies.com/ofbiz/ofbiz_form_widget_cookbook.txt

Jacopo

David E Jones wrote:

>
> You can also create a Map or List of Maps to pass into the form and use
> that in place of GenericValue objects. So, with the Form Widget you can
> display anything, not just stuff from the Entity Engine.
>
> -David
>
>
> On Oct 10, 2006, at 7:34 AM, Ashish Vijaywargiya wrote:
>
>> Hi,
>>
>> You can either create view-entity or you can create dynamic view for
>> this.
>>
>> Regards
>> Ashish Vijaywargiya
>>
>> NV <[hidden email]> wrote:
>> Hi
>>
>> Can any body know that displaying data from multiple entites?
>>
>> I can only able to display the PrimaryKey column data from parent
>> entity.How
>> can I display non-key column data of parent/child entity.
>>
>> Can anybody suggest me?
>>
>> Thanks in advance.
>> Venkat
>> --View this message in context:
>> http://www.nabble.com/How-to-display-data-from-multiple-entities-in-forms-tf2414470.html#a6730102 
>>
>> Sent from the OFBiz - Dev mailing list archive at Nabble.com.
>>
>>
>>
>>        
>> ---------------------------------
>> How low will we go? Check out Yahoo! Messenger’s low  PC-to-Phone call
>> rates.
>