Hi,
I have added a field to the above view by adding it to the context area. Also I have added this code to BupaCreate.htm to add teh field.
<crmic:gridLayoutCell columnIndex = "1" rowIndex = "<%=lv_r + 10 %>"
colSpan="3"><crmic:label design = "label" id = "Department"
for = "//ContactReation/Department" />
</crmic:gridLayoutCell>
<crmic:gridLayoutCell columnIndex = "4" rowIndex = "<%=lv_r + 10 %>"
colSpan="5"><crmic:inputField id = "Department"
width="25%"
maxlength = "20"
value = "//ContactReation/Department" />
</crmic:gridLayoutCell>
When i load up this BSP page in the webclient. My new field is there but not available for input. I am unsure why this is. I have added External ID using the same code and it is available for input.
<crmic:gridLayoutCell columnIndex = "1" rowIndex = "<%=lv_r + 10 %>"
colSpan="3"><crmic:label design = "label" id = "Externalid"
for = "//Customer/Externalid" />
</crmic:gridLayoutCell>
<crmic:gridLayoutCell columnIndex = "4" rowIndex = "<%=lv_r + 10 %>"
colSpan="5"><crmic:inputField id = "Externalid"
width="25%"
maxlength = "20"
value = "//Customer/Externalid" />
</crmic:gridLayoutCell>
Please let me know if you have any ideas.
thanks.
JB