Yelena - Thursday, May 21, 2009 12:29 PM:
tstickel - Sunday, May 24, 2009 10:23 AM:
As you stated, rfq_number is an item property on the relationship. So you must set it to the ID of the parent item, not the rfq_number from the parent item. If you do this then Innovator will display the keyed_name of the parent item on the relationship grid. In general, when a property is an Item property and it contains the ID of an item, Innovator will display the keyed_name of the item on Forms and Grids. I suspect that the keyed_name for the parent item contains the rfq_number.
Yelena - Sunday, May 24, 2009 10:44 AM:
Terry,
Thank you for reply. Could you please help me with the code?
Should It be
tstickel - Sunday, May 24, 2009 11:09 AM:
var rfq_number = parent.thisItem.getID()
The getID() method will return the id of the item.
Yelena - Sunday, May 24, 2009 11:58 AM:
Terry,
Thanks again for your help. I am a beginner in the Innovator methods development and your help is greatly appreciated