Can anyone help me to write COC to customize transfer order overview report please. I am aware of COC method but it doesn't work (data is not populating) with InventTransferOrderOverviewDP class. Which method in this class should I use to add my custom fields in the report. when I use createData method, it doesn't work, when I use initInventTransferOrderOverviewTmp method the report deployment gives an error related to parameters as it creates additinoal parameters.
InventTrans _inventTrans,
InventDim _inventDim,
InventTransferLine _inventTransferLine,
InventTransferTable _inventTransferTable)
{} or
InventDim _inventDim,
InventTransferLine _inventTransferLine,
InventTransferTable _inventTransferTable)
{}