Hey
I am attempting to disable the liveintegration (running through a codeunit on a dw10) on the productlist only, as the connected BC takes to long to generate priceinfo with multiple products and their variants. Is there a simple way to achieve this? I have tried the subscriber OnBeforeGenerateProductInfoXml and by cleaning out the XML in certain scenarios I sorta get the solution I want, but it seems it kinda blocks my ability to then use the default price in the database when doing it this way.