TDL Error (Help on this small error)

Discussion in 'Free Source Codes' started by VRS, Sep 8, 2017.

    
  1. VRS

    VRS Member


    Dear Members
    Any one help me

    Below Code is working fine, and showing info only Under Sundry Debtors Ledgers,
    But now i need the info Under Sundry Creditors Ledgers also,

    Local : Field : NAME fIELD : Invisible : if Not $$isGroupSundryDebtors:$Parent:Ledger:##LedgerName Then Yes Else No

    Tried many but failed
    Any one help on this error
     


  2. Moinuddin

    Moinuddin New Member


    Dear VRS,

    I'm not an expert but I'm trying to share my understanding. Please don't mind if I'm wrong.

    Try This
    Local : Field : NAME field : Invisible : if Not $$isGroupSundryCreditors:$Parent:Ledger:##LedgerName Then Yes Else No
     


  3. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Local : Field : NAME fIELD : Invisible : if Not $$isGroupSundryDebtors:$Parent:Ledger:##LedgerName OR $$isGroupSundryCreditors:$Parent:Ledger:##LedgerName Then Yes Else No
     


Share This Page