Hi,
We are needing to add some controls to the customer detail form but do not want to add in a new section as a new tab. We need the new controls to be initially visible and therfore decided to create a new plugin section inheriting from
Interprise.Presentation.Customer.CustomerDetail.HeaderControl
We have added in our new controls onto the control, compiled it, and registered the plugin. We then replaced the existing plugin for the headercontrol on the customer detail form with ours, all ok.
When we view a customer though none of the controls in our header control are being populated, such as the customer name. Is there something we have to do in the code in order to get the base class to work as it did before?
Hoping for a quick reply as we're a bit stuck.
Walter. |