nkhatri
02/04/2025, 4:16 PMrender.statement
and passing the subsidiaryId
options for various subsidiaries that the customer could have, however it only seems to generate pdf for the customer and its primary subsidiary. Here is a snippet of what I am doing:
var statementFile = render.statement({
entityId: customerId,
printMode: render.PrintMode.PDF,
subsidiaryId: 123, //hardcoded subsidiary id that is not the primary subsidiary
openTransactionsOnly: true,
startDate: startDate,
statementDate: statementDate
})
Has anyone seen this issue? stanley-ai says subsidiaryId
options does not work, just wanted to make sureAnthony OConnor
02/04/2025, 4:27 PMnkhatri
02/04/2025, 4:30 PM