Question

Error message when updating a detail

Hi

I got a "Message UpdateDetail is not defined in CardModuleV2" error when refreshing a detail with : this.updateDetail method.

 

Work fine when I refresh edit page first. Any ideas ?

Any workaround ?

Like 0

Like

1 comments

The updateDetail method is different in different details. Please deploy the application locally and debug the method with the "Google chrome developers console" tool. This way you'll  find what's wrong. 

It's hard to understand what you mean by "Work fine when I refresh edit page first".

If you need to update a detail on a page, then you need to send the "UpdateDetail" message to the detail.

Please find more information about messages in the article by the link below. 

https://academy.bpmonline.com/documents/technic-sdk/7-13/messages-messa…

Show all comments