Using TDL can we set Default valuation in Tally to FIFO

Discussion in 'Tally Developer' started by psr, Jun 14, 2017.

    
  1. psr

    psr Member


    Dear Members,

    I am new to TDL ... Can anyone let me know if it is possible to set Default valuation in Tally to "FIFO" ?

    In the present scenario I have use "F7" every time when I reload tally.

    Thanking you
     


  2. psr

    psr Member


    I tried this , but it's not working


    Code:
    [#Field: SVValuationMethod]
    
                    Use         : Short Name Field
                    Table       : All Valuation Methods
                    Show Table  : Always
                    Set as      : if $$IsEmpty:##SVValuationMethod then @@Default else ##SVValuationMethod
                   Set Always : Yes
                    Modifies    : SVValuationMethod
                    Variable    : SVValuationMethod
    
    	
     


  3. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    [#Field: STKI CostingMethod]
    Set As : $$SysName:FIFO
     


  4. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Same you can do for your valuation method.
     


  5. psr

    psr Member


    Sir,

    I tried this but value is not changing to FIFO , when I close and open the value is set to default

    Code:
    
    [#Field: SVValuationMethod]
                    Use         : Short Name Field              
                    Set As      : $$SysName:FIFO 
                    Set Always  : Yes
                    
    
     


  6. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    You are changing the wrong Field............. the field name should start with STKI ........... please read my example again........

    Also another way find the field name by using Tally in Developer mode.
     


  7. psr

    psr Member


    [#Field: STKI ValueMethod]
    Set As : $$SysName:FIFO

    Still not working sir. Is this the correct field?
     


  8. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    First check..........in default Tally -- for FIELD STKI ValueMethod .......... is FIFO there????

    If it is not there, how can you put it there.

    In CostingMethod it is available.
     


Share This Page