Retrieve stock item related data from another report.

Discussion in 'Tally Developer' started by niladri.sen, Jan 1, 2024.

    
  1. niladri.sen

    niladri.sen New Member


    Dear experts,

    During stock item creation, I want to add some specific information relating to that stock item as in picture attached and also to retrieve those details from another report which is specific and unique for each stock item.

    I, as in the picture shown, have added four simple field to store the data; and each of which is unique for different stock item. When from the report I select the stock item, I am not being able to fetch the data whatever I have entered in stock item creation/alteration mode.

    Can anyone please help me out in this regard?
     

    Attached Files:



  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Define your new UDF in Object Stockitem

    [#Object : Stockitem]
    mynewstorage : $udf1

    Then use $mynewstorage in your report to retrieve the data.
     


  3. RaylongTale

    RaylongTale New Member


    as Amit Kamdar said you can use that method which is best way to do it or you can also just declare the udf normally and call them like this in reports.
    Code:
    $udf1:StockItem:$StockItemname
     


Share This Page