This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - How to get a property of a selected 'Item'?

meenu - Thursday, September 13, 2012 7:17 AM:

Hi,

  In my Itemtype' s form I have a field whose data type is 'Item'. So, I can select an Item of other Itemtype  to that field. 

Using getProperty() we can get the property of that field,  but  how can I get a property of the selected 'Item' for the field?

I mean if I select an 'identity' to that field , I want to get the property of that 'Identity'.

Please help me.

Thank You, Meenu



asha_gholve - Thursday, September 13, 2012 7:32 AM:

Hi meenu,

Create another property in that itemtype with data type as foreign, and add data source as property of the Identity, you want to display.

 

Regards,

Asha

 

 

 



meenu - Friday, September 14, 2012 6:22 AM:

Hi Asha,

     Thank You , got it with your help.

 

Thank You, Harsha