Skip to Content
0
May 08, 2018 at 04:07 PM

Extension Customer raise non-esf2 error.

38553 Views

Hi experts, i am trying to create an action to cal a ws and fill several fields of the customer. (Bussinesspartner Extension)

Finally following the experts recomendations i created an extension of BusinessPartnerSolutionExtensions, with the corresponding action.

1) Now the problem is extending this action and putting the action in the EC and the View Customer_TI (in this EC screen is needed to show several Field from the Customer)

I cannot to extend this fields to the EC. (this fields was created in the KUT and extended from the customer)

There is another Way??

(Creating the sames extension fields in BusinessPartnerSolutionExtensions and put them in the EC, eventually mapping this fields in the Customer Object via asbl coding )


2) I am using the action and setting the field getting the instance from the customer in this way. (the action is created in the root level)

var instCustomer= Customer.Retrieve(this.BusinessPartnerUUID);

Is correct this?


Thanks for the helps.


Best Regards Pablo.