Update User Defined Field from Excel Sheet

Discussion in 'Tally Developer' started by RajbhandariGopal, Jun 27, 2017.

    
  1. RajbhandariGopal

    RajbhandariGopal New Member


    I have created a UDF in Stock Item :

    [Field: CompMktPrice]
    Use : Rate Field
    Width : 14
    Style : Normal
    Storage : CompMktPrice

    [System: UDF]
    CompMktPrice : Rate : 1020

    I want to update this field value importing from excel sheet. Is it possible ?
     


  2. sivam

    sivam Active Member


    Modify Object : (Stock Item, <ItemName>).CompMktPrice [1].CompMktPrice :<Your Value>
     


  3. RajbhandariGopal

    RajbhandariGopal New Member


    I could not success to import the data. Could you please check my code ?
     

    Attached Files:




  4. You are repeating save step twice, once at Function Row No 06 and then again at 10 .. remove 10




     


Share This Page