NEED A FETCH THE NUMBER OF PARTY MOBILE NUMBER FROM POS ENTRY

Discussion in 'Free Source Codes' started by Mac, Mar 31, 2021.

    
  1. Mac

    Mac Member


    HELLO, FRIENDS

    I AM TRYING TO FETCH MOBILE NUMBER FROM POS ENTRY ON ACCEPT FUNCTION
    TO SEND SMS
    BUT
    MY VALUE NOT FETCH PROPERLY

    MY CODE IS LIKE THIS

    [system:formula]
    PosMobile:$LedgerMobile:Ledger:$PartyLedgerName


    can any one help on it.


    Regards,
     


  2. Himanshu-2002

    Himanshu-2002 Active Member


    It should work but You can try fetching it as a Parameter in your function
     


  3. Mac

    Mac Member


    I do like
    @@PosMobile but didn't work
     


  4. Himanshu-2002

    Himanshu-2002 Active Member


    Do like this

    On:Form Accept:Yes:Call:Func2:$PartyLedgerName

    [Function:Func2]
    Parameter:partyName:String
    00:Log:##PartyName
     


  5. Mac

    Mac Member


    if the invoice is cash , then its not working

    i have enable party detail in pos in f12

    i want to fetch that ledger mobile number.
     


  6. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    $LedgerMobile:Ledger:#EIPartyLedger
     


  7. Mac

    Mac Member


    still not sir
     


Share This Page