Hi all,
I am new to AX. I am creating a table and inserting a record in the required fields in the table via the Runnable class(job). So, what should i do if i ant to insert multiple records in the SAME table in the Runnable class itself. I studies about the inset_recordset but i don't know, i am thinking that its for inserting records into a table picking from another table. If i am wrong, then please correct me and kindly help me in the code to insert multiple records in the same table.