How to Stop Tally From Freezing While function are doing there job

Discussion in 'Tally Integration' started by Himanshu-2002, Aug 18, 2020.

    
  1. Himanshu-2002

    Himanshu-2002 Active Member


    I made many functions till Now But I wonder that Can I stop tally from freezing when function is running Like Sometimes function is running at fix time interval
    Example: Every 2 Min So, While importing data or anything It freeze the tally and then perform the task
     


  2. Sridharan S

    Sridharan S Member


    General tips:
    1. Incremental Exports like Daybook for each day.
    2. Requesting only needed data / Fields.
    3. Collections of narrower scope is faster just like usage of where narrows scope in sql databases.
    4. Use collections rather than data.
    Testing always helps.
     


Share This Page