Regarding Batchname table,

Discussion in 'Free Source Codes' started by parthiban.M, Dec 6, 2023.

    
  1. parthiban.M

    parthiban.M Member


    Dear Experts,
    Need one suggestion in batch table......how to remove the batch name which is already been selected for a stockitem....
    For eg..,If user is selecting a batch for a stockitem,and while selecting the second batch name the previously selected batch should not show as it is selected already...
    And also I do know that adding (Unique:yes) in field level will notify the already selected batchname...but still need to know wheather there is any option/suggestion/idea to remove the selected batch name in batch table.
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    In System Formula -- use FilterCount to check if the Batch has been selected previously ...

    Then use that as a FILTER in the collection.
     


  3. parthiban.M

    parthiban.M Member


    made it sir..thanks jst added (unique:$name) in the collection level....and it came...
     
    Suyash Narnolia likes this.


  4. Suyash Narnolia

    Suyash Narnolia New Member



  5. parthiban.M

    parthiban.M Member


    thank u sir..but I got it already...
     


Share This Page