on ‎2019 Aug 30 8:15 AM
According to the documentation, it says that the addon should be "copied with extgen", but this extension does not have any extgen.properties. Therefore, it cannot be selected in extgen
So, how should this extension be integrated?
Further this Addon adds a Body Slot "SAPBodyContent", but it does not remove or deactivate the original one, so I wonder how it will work. Maybe it is solved by the first question answered...
Documentation:
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
Hi Michael Wölm - please follow the steps given below:
1. Put the following line in the extensioninfo.xm of ysapordermgmtb2baddon:
<meta key="extgen-template-extension" value="true"/>2. Create a file, extgen.properties under hybris/bin/modules/sap-synchronous-order-management/ysapordermgmtb2baddon with the following content:
YEXTNAME_TOKEN=ysapordermgmtb2baddon
YPACKAGE_TOKEN=ysapordermgmtb2baddonpackage
YMANAGER_TOKEN=YManager
YCLASSPREFIX_TOKEN=YYsapordermgmtb2baddon3. Execute ant extgen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @arvind-kumar-avinash,
thank you. But what should I do then afterwards,
The addon adds a SAPBodyContent-Slot, but it is never displayed, because the Slot is not part of the template, I assume this Slot should be replaced with the original BodyContentSlot.
EDIT: Seems the approach is to replace the slot via AOP, but the aspect is never invoked on my machine, although SOM is active.
EDIT2: Ok, it seems everything is working fine, the feature for replacing /my-quotes page with "...not supported..." message is not working, because it was never implemented correctly. The aspect is not catching my-quotes...
BR,
Michael
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.