The Products module contains details about the products you are working with. You related these products to releases and needs by linking to the Releases and Needs modules. For each product, you want to display values in attributes of those modules. For example, Title, Start date, and End date from Releases and Title and Document from Needs.
From the Releases module, display the values of the Title, Start date, and End date attributes.
From the Needs module, display the values of the Title and Document attributes.
To display the values of the attributes:
=LinkInfo("Links","Title,Start Date,End Date,Document","425",'Links')
In the Products module, Links is an Incoming Links attribute, which is the Link Attribute Name parameter. The attributes that are listed as Attribute Names are automatically matched with attributes that are found in the linked modules and workspaces. For example, if you add the Title attribute, add it only once for all the attributes in all the modules with the attribute name "Title".