How to alter rate field in item allocation

Discussion in 'Requests' started by sunil, Mar 7, 2013.

    
  1. sunil

    sunil New Member


    Dear Experts,
    How to alter rate field in item allocation ( Batch Allocation) , i have trying some code, not working,
    the code given below.. pls help

    [#Field: VCHBATCH Rate]

    Set as: @@ VCHBATCHRNHRate


    [System : Formula]
    VCHBATCHMRP:$RateofMRP:StockItem:$StockItemName
    VCHBATCHINSItemTaxRate :$RateOfVat:StockItem:$StockItemName
    VCHBATCHRNHRates :(@VCHBATCHINSItemTaxRate + 100)
    VCHBATCHRNHRate : ((@VCHBATCHMRP/ @VCHBATCHRNHRates) * 100)



    Dears pls Help Me
     


  2. admin

    admin Administrator Staff Member


    U need to access System Formulas by using @@ symbol

    [System : Formula]
    VCHBATCHMRP:$RateofMRP:StockItem:$StockItemName
    VCHBATCHINSItemTaxRate :$RateOfVat:StockItem:$StockItemName
    VCHBATCHRNHRates : @@VCHBATCHINSItemTaxRate + 100)
    VCHBATCHRNHRate : ((@@VCHBATCHMRP/ @@VCHBATCHRNHRates) * 100)
     


  3. sunil

    sunil New Member


    I got solution
     


Share This Page