Hi,

Here is my situation and can't go further.

I have a report called  "LedgerAccountSched".
And I have the financial statements under "General
Ledger/Reports/Financial statement rows (name)"

I have two rows under this Financial Statemnt rows(name)
1. Profit and Loss
2. BalanceSheet

These two are using data from tables "LedgerTable,
LedgerTableALternative and LedgerTableAlternativeTrans"

My design requirement is to have a seperate template for each entry,
i.e, " profit and loss"  and Balance sheet.

When I try to screen print the financial statemtn rows each entry, I
am getting same template . But my requirement is to have some
columns added in one template and some columns deleted in another
template.

Is there any way, to trigger different design templates for
different entries using " entryname ( chart of accounts )"

Any samples??. I tried to use a sample in developer's guide "
creating multiple designs'


>From X++ use the design method on the ReportRun object to select the
design you want to use:

Args ArgList = new Args(reportStr(AReportWithMultipleDesigns));

ReportRun rr = new ReportRun (ArgList);

rr.design('Report Design1'); //Select the design to be used

rr.run();
but, it seems I couldn't be able to execute it.

Any one has any idea of this scenario?.








Yahoo! Groups Sponsor
ADVERTISEMENT
click here


Yahoo! Groups Links

Reply via email to