Hello
i have a form that insert a record to the database with scriptcase normal behavior, however in the after insert i got a custom many to many insert to another table using ‘insert a record on another table’ using a loop (foreach).
my questions :
1- is there any issue with the method im using ?
2- is it possible to display the information of the inserted data to a message box, ex" inserting 1 of 20" and in the end the message will be “done” ?
Thanks