need small help

Discussion in 'Free Source Codes' started by gauravss, Jan 27, 2023.

    
  1. gauravss

    gauravss Member


    [Field : Pin]
    Use : Name Field
    ;Setas : "Pincode : " + $PinCode:Ledger:$LedgerName;$Consigneepincode:BasicBuyerAddress:$BasicbuyerAddress;#EIConsignee;
    Setas : "Pincode : " + $Consigneepincode:Ledger:$LedgerName
    Full Width : yes

    [#Collection:Vouchers of Ledger]
    Fetch:Address,Basicbuyeraddress,Consigneepincode


    how to get pincode from sales invoice consignee (Ship to) as i had tried multi option but was not able to fetch it
     


  2. sattam

    sattam Active Member


    $pincode:Ledger:#EIConsignee
    It should work
     


  3. gauravss

    gauravss Member


    already tired but not working
    Setas : "Pincode : " + $PinCode:Ledger:$LedgerName
    ;Setas : "Pincode : " + $Consigneepincode:Ledger:#EIConsignee
    ;Setas : "Pincode : " + $Consigneepincode:Ledger:$LedgerName;$pincode:Ledger:#EIConsignee
    ;Setas : "Pincode : " + $Consigneepincode:BasicBuyerAddress:$BasicbuyerAddress
    ;Setas : "Pincode : " + $pincode:Ledger:#EIConsignee
    Full Width : yes
     
    Last edited: Jan 27, 2023


  4. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Set As : $Consigneepincode and also fetch that in the Collection.
     


  5. gauravss

    gauravss Member



    thanks working
     


Share This Page