RE: Render statement subsidiary parameter not working

This is my code

var statementOpts = {
                entityId: 987,
                printMode: render.PrintMode.PDF,
                openTransactionsOnly: true,
                startDate: “01/01/2023”,
                statementDate: “24/09/2023”,
                subsidiaryId : 23
            }
render.statement(statementOpts)

 

According to NS documentation it should work, but in my case it keeps generating the statement for the main subsidiary and not the one set.

sigehelm Rookie Asked on September 24, 2023 in SuiteScript.
Add Comment
7 Answers

So is it showing transactions from other subsidiaries?

How / where is the script running and under what role?

Intermediate Answered on September 25, 2023.

Yes,

The transactions from all subsidiaries are displayed on the customer. And when generating the statement with the GUI all is correct.
The code si running on a suitelet as an administrator.

Thanks,
David

on September 25, 2023.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.