We have a user business class with a 1:1 relationship between the employee and any specific date. At times our administrators need to create multiple records for the employee at once and as the Create action is currently defined, they are only able to do this one at a time.
Does LPL exist to allow the user to invoke/trigger a create action that will create multiple records for each date between (and including) two date fields?
As an example the administrators would enter a value into StartDate and EndDate, the click a button to trigger the action to create the records..