I WANT TO DELETE TRACKING NUMBER FOR SELECTED VCH.EXPERTS PLS HELP

Discussion in 'Requests' started by sattam, Aug 29, 2019.

    
  1. sattam

    sattam Active Member


    Dear Experts,
    I want to delete tracking number from selected Purchase voucher.How it is possible?
    Please experts suggest me.
     


  2. drive

    drive Active Member


    Try This with selected line collection

    030 : SET TARGET
    035 : SET OBJECT
    040 : Walk Collection: AllInventoryEntries
    050 : SET TARGET: InventoryEntries[$$LoopIndex]
    060 : Walk Collection: BatchAllocations
    070 : SET TARGET : BatchAllocations[$$LoopIndex]
    080 : SET VALUE : TrackingNumber : $$SysName:NotApplicable
    090 : SET TARGET : ..
    100 : End Walk
    110 : SET TARGET : ..
    120 : End Walk
    130 : ACCEPT ALTER
     
    sattam likes this.


  3. sattam

    sattam Active Member


    Thanks its working fine.
     


Share This Page