HOW TO RETRIEVE FULL ADDRESS OF PARTY IN SALES OR PURCHASE VOUCHER

Discussion in 'Requests' started by sattam, Aug 3, 2016.

    
  1. sattam

    sattam Active Member


    Sir I have a udf in sales or purchase voucher.

    I want here to display full address of party.

    I tried bellow code but it doesnot show full address.

    [Field: My Udf]
    Use : Name Field
    Width : 40
    Skip : Yes
    Set as : $Address:Ledger:$PartyLedgerName+", "+$StateName:Ledger:$PartyLedgerName +", "+$PinCode:Ledger:$PartyLedgerName

    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;

    I tried also

    Set as:$$FullList:Address:$Address+", "+$StateName +", "+$PinCode

    But it does not display full address of party.
     


  2. Johar

    Johar Member


    Set As: $Address:Ledger:$LedgerName
     


  3. sattam

    sattam Active Member


    Not getting full address.its only display the first line.
     


  4. NAGARAJKMAR SUBRAMANIAN

    NAGARAJKMAR SUBRAMANIAN Active Member


    Try This Sattam,


    Set As: $_Address1:Ledger:$PartyLedgerName+","+$_Address2:Ledger:$PartyLedgerName+","++
    $_Address3:Ledger:$PartyLedgerName+$_Address4:Ledger:$PartyLedgerName
     
    sattam likes this.


  5. sattam

    sattam Active Member


    wow thanx sir its working fine.
    thanks once again.
     


Share This Page