Issue
When trying to create new record producer an error message is displayed: "This is a wrong configuration for Record Producer" "Invalid insert"
Cause
The 'Validate Portal Settings' business rules reviews several values from the record producer to determine if the configuration is correct. If the request_method is defined, or if any of the following are true, the insert will be aborted:
no_cart_v2
no_delivery_time_v2
no_quantity_v2
In an out of box instance, these do not have a default value in the sys_dictionary. In this case, only one of the conditions failed, causing the insert to abort.
Resolution
Ensure the conditions for throwing the errors in the 'Validate Portal Settings' are not met for record producers.