cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

show Business Person on site

cerrejon
Super Contributor

hi,

as I can show Business Person on the web site as shown in mega mega see image.SnipImage.jpg

 

1 Reply

lionel
MEGA
MEGA

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