Yes, DM package will allow fixed number of fields. In our case, we created an input form for the users to enter all the fields.
I was trying to check if we can capture all the records entered by the user before(and save it in a buffer) we pass the data to the database
Current input form takes one records. Example below..
Employee Cost Center Location
New 1 CTR 123 Chicago
We are trying to achieve this:
Employee Cost Center Location
New 1 CTR 123 Chicago
New 2 CTR 456 New York
New 3 CTR 789 Dallas
How can we achieve this with MDOF? Or can we achieve this with MDOF..