How To Compute UDF Value

Discussion in 'Free Source Codes' started by Jayashri, Sep 9, 2021.

    
  1. Jayashri

    Jayashri Member


    Help Me
    I have Created Batch Wise Report,But I Can't able get UDF Value ,,kindly advise or Correct the code


    [Field: EI VCH Lot No]

    Use:Name Field
    Storage:preClosedLotNo
    Width:3


    [System:UDF]

    PreClosedLotNo:String:6666



    [Collection: My Batch Lot Coll]
    Type:Vouchers
    Belongs To:Yes
    Filter:VchTypeFormOuts

    [Collection:My Batch Lot Coll Allocations]
    Source Collection:My Batch Lot Coll
    Walk : Inventory Entries, Batch Allocations

    Compute : LotPartySalesMan : $Reference
    Compute : LotPartyVchNo : $VoucherNumber
    Compute : LotPartyDate : $Date
    Compute : LotPartyName : $PartyLedgerName
    Compute : LotLotStatuslots : $PreClosedLotNo
     

    Attached Files:



  2. Bipin Damania

    Bipin Damania Active Member


    Try...
    Fetch PreClosedLotNo in collection
     


  3. Jayashri

    Jayashri Member


    Not Working Sir


    [Collection: My Batch Lot Coll]
    Type : Vouchers
    Belongs To:Yes
    Fetch : PreClosedLotNo
    Filter : VchTypeFormOuts

    [Collection:My Batch Lot Coll Allocations]
    Source Collection:My Batch Lot Coll
    Walk : Inventory Entries, Batch Allocations

    Compute : LotPartySalesMan : $Reference
    Compute : LotPartyVchNo : $VoucherNumber
    Compute : LotPartyDate : $Date
    Compute : LotPartyName : $PartyLedgerName
    Compute : LotLotStatuslots : $PreClosedLotNo

    Fetch : PreClosedLotNo
     


  4. Jayashri

    Jayashri Member


    Finally succeeded


    Compute : ComPreClosedLotNo : $...PreClosedLotNo
     


Share This Page