Hi Arnold,
We have
// Default base level logic - applies to all base members in all dimensions
//Move Net Income to Balance Sheet
//ROLLTOBS( CYNI, CALCNI, FINSTMT, PL, DEC )
// Perform Currency translation
*INCLUDE FXTrans
And in FXTrans we have
//=============================================
// Currency translation logic
//=============================================
*RUN_STORED_PROCEDURE = SPRUNCONVERSION([%APP%],[%CATEGORY_SET%],[USD1],[TBR1],[%SCOPETABLE%],[%LOGTABLE%])
*RUN_STORED_PROCEDURE = SPRUNCONVERSION([%APP%],[%CATEGORY_SET%],[EUR1],[TBR1],[%SCOPETABLE%],[%LOGTABLE%])
*RUN_STORED_PROCEDURE = SPRUNCONVERSION([%APP%],[%CATEGORY_SET%],[USD2],[TBR2],[%SCOPETABLE%],[%LOGTABLE%])
*RUN_STORED_PROCEDURE = SPRUNCONVERSION([%APP%],[%CATEGORY_SET%],[EUR2],[TBR2],[%SCOPETABLE%],[%LOGTABLE%])
Yes, this is therefore the default logic that runs when users send data from an input schedule.
Thanks.
Chris