18-12-2014 09:27 PM
hi,
as I can show Business Person on the web site as shown in mega mega see image.
Solved! Go to Solution.
14-01-2015 02:13 PM
Hello,
the following code copied in an HTML Descriptor based on "Application" should do what you want (just verify the name of your metaAttributes) :
[Collection="Responsible Person" If="Not empty"]
  <Table border=1>
    <tr>
      <th colspan=2>Name</th>
      <th>Dueño?</th>
      <th>Responsable?</th>
    </tr>
[/Collection]
   
[Component="Responsible Person"]
  <tr>
    <td><img src="[ObjectPicture/]"</td>
    <td>[ComponentProperty="Short Name"/]</td>
    <td>[ComponentProperty="Dueño?"/]</td>
    <td>[ComponentProperty="Responsable?"/]</td>
  </tr>
[/Component]
[Collection="Responsible Person" If="Not empty"]
  </Table>
[/Collection]
Regards
Lionel