Has anyone had success adding multiple records in a single POST, or is the recommended approach to loop outside of the POST command (execute the POST multiple times).
I recently made a program using the SecColumn BO and noticed issues when trying to update multiple records at the same time. However this could be just lack of knowledge. Looks like others have tried.