+ {buildDoFullValidationRadioListItem(
+ "true",
+ "Perform Validation on all records before processing", (
+
+ If you choose this option, a Validation step will run on all of the input records.
+ You will then be told how many can process successfully, and how many have issues.
+
+
+ Running this validation may take several minutes, depending on the complexity of the work, and the number of records.
+
+
+ Choose this option if you want more information about what will happen, and you are willing to wait for that information.
+
+ ),
+ )}
+
+ {buildDoFullValidationRadioListItem(
+ "false",
+ "Skip Validation. Submit the records for immediate processing", (
+
+ If you choose this option, the records input records will immediately be processed.
+ You will be told how many records were successfully processed, and which ones had issues after the processing is completed.
+
+
+ Choose this option if you feel that you do not need this information, or are not willing to wait for it.
+
+ ),
+ )}
+
+