Hi,
I have tried to publish Price Book using BOD.Publish. And I've received error: Fatal Error : Arg error bopcg.bl010st00.pricelistbod.showandpublishsyncbod(1353): (LONG, expected: STRING|CONST|BASED)
I am using below code in Extension to Table using standard PriceListBOD - could you suggest what I am doing wrong?
if mode = DAL_NEW then
dll.ret = BOD.Publish(
"PriceListBOD", |iNoun
"tdpcg011", |iRootTable
"Add", |iActionCode
2, |iEntityType
tdpcg011.rofc, |iEntityCode
tdpcg011.prbk, |iDocumentID
"OnlyPublish", |iProcessingAction
o.exc.mess, |oExceptionMessage
o.exc.id, |oExpectionID
tdpcg011.rofc
)
endif
Best regards,
Thomas