How to run Adj. Exchange rate batch job to update Bank only

hanthant Member Posts: 115
dear all,

Does anyone have experience on adjusting exchange rate for Bank accounts only, not for Vendor/customer balances?

Thanks,

hant

Comments

  • fab_manzellafab_manzella Member Posts: 13
    you have to customize report 595. Create a Boolean variables, something like AdjustOnlyBank. Manage code in Request Form.
    CurrReport.BREAK;
    On Customer-Vendor PredataItem add code:
    IF AdjustOnlyBank THEN
    CurrReport.BREAK;
Sign In or Register to comment.