<%
String details = null;
try {
details = Interaction.getIntDetails();
} catch (FieldNotInitializedException e) {}
if (details!=null) { %>
<% } %>
|
<%
Vector> shouldBeDisplayedFields = dico.getRefCodeList("Iuf", null);
%>
<% if (opportunity != null) { %>
" />
<%
for (int i=0; i
<% }
} %>
<% }
if (personEvent != null) { %>
<%
for (int i=0; i
<% }
}
} %>
<%
// Case of interaction custom fields
Iterator contextObjectBeanIt = contextObjectInformation.keySet().iterator();
while (contextObjectBeanIt.hasNext()) {
ObjectsBean contextObjectBean = contextObjectBeanIt.next();
ContextObjectInformation contextInfo = contextObjectInformation.get(contextObjectBean);
// is it a context object from a custom field?
if (!contextInfo.getInteractionFobField().isFldStd()) {
%>
<%
for (FieldBean field: contextInfo.getFieldsToDisplayInInteractionView()) { %>
<%
}
}
} %>
|