Help me to storage Yes/No logical UDF field value.

Discussion in 'Tally Developer' started by Mithun Das, Dec 13, 2022.

    
  1. Mithun Das

    Mithun Das New Member


    Dear experts,

    I'm new . Can you help me to storage logical UDF field value. I'm trying to store yes/no logical UDF field but couldn't success. My code is:

    [#Part:MST LED Details]
    Add:Lines:confirmation

    [Line:confirmation]

    Field:longprompt, confirmation
    Local:Field:longprompt:Set as:"Party Confirmation"

    [Field:confirmation]
    Use:Logical Field

    [System:UDF]
    confirmation:Logical:10003
     

    Attached Files:



  2. sattam

    sattam Active Member


    [Field:confirmation]
    Use:Logical Field
    storage:confirmation

    [System:UDF]
    confirmation:Logical:20001

    Change the sysyem udf number because 10003 tally default system udf number
     
    Last edited: Dec 14, 2022
    Mithun Das likes this.


  3. narayane88

    narayane88 Active Member


    Define storage like

    [Field:confirmation]
    Use:Logical Field
    storage:confirmation
     
    Mithun Das likes this.


  4. Mithun Das

    Mithun Das New Member



Share This Page