Hi,
I am planning to add the source channel in the report ud_gl_summary_report ,so that the development department while processing the report would be able to know the source.
Is this possible????? help me......
Is this a custom report? If it is not then my experience tells me you need to create a custom report with this field.
Naomi
yes it is ,right now I am working on it.
It is a very big task for you.
and it is not worth your time on this.
In tessitura, there are two parts of records.
part one is sales records ( I am not clear with funds and donations).
another part is GL records(finance part).
these two parts are not linked very closely.
The bridge between these two parts is the t_transaction table.
so which part is "source" in?
it is in the sals records world.
You see, here is the problem.
You try to take something from sales record world to GL records world.
the only way you can do this is through t_transaction table.
The script here is the modified SQL profiler info when you click post your batches button.
So my suggestion is
1, don't.
2, if you really want to do this. ask the ORACLE first.
:-) :-) :-)
have fun
Ben
order_no
JOIN
T_FEE
T_FUND
T_PMAP
T_CAMPAIGN
T_BATCH
TR_BATCH_TYPE
id
Hi ben thank you.I have started working on it as its my task for a week.