Hello,
I want to add new fields into the UserArea of the AdvanceShipNoticeBOD with the "Add Calculated Fields"-Hook.
Here is what I did so far:
- In the Extensions Session I added a new Extension Point for AdvanceShipNoticeBOD
- In the Extension Modeler I added the new Component Extension "AdvanceShipNoticeBOD"
- Then I implemented the "Add Calculated Fields"-Hook and added the following line of code: addValue("test", "hello", "String")
- Then I checked everything in, commited the Extension Point and reactivated the Data Flow where the BOD is sent from the LN
- Then I published a new AdvanceShipNoticeBOD
Unfortunately, the UserArea remained unchanged. I tried to debug it and noticed that the debugger never reaches the code.
Out of curiosity I tried the same thing with the following Extension Points: AdvanceShipNoticeInBOD and AdvanceShipNoticeOrderBOD and got the same results.
However, everything works fine when try this with the ItemMasterCommonBOD-Extension Point for example.
Does anyone have an idea how I can fix this?
Thank you for your help!
Best regards,
Sarah