Hi swetha,
Hi Swetha,
Based on Ganesh’s comment, I understand that you need to enter multiple serial numbers for a single record.
To achieve this, you can use a helper entity associated with the main table and use one-to-many relationship between entities. Additionally, Split the input string into a list of serial numbers.
Loop through the list and create serial number objects and associate with main table.
Regards
Guna