Unable to create a record producer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2021 02:59 AM
Unable to create a record producer and below error while submitting the form. Below is the error.
-
This is a wrong configuration for Record ProducerError MessageInvalid insertInfo MessageAt least one of flow, workflow or execution plan should be filled. Otherwise, when order is placed, then even on approving request, the stages of requested item won't be updated.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2021 03:21 AM
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.
Regards
Prasad

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2022 05:49 AM
I had same issue - I had the 'Request Method' field set to 'Submit' which also triggered the 'Validate Portal Settings' business rule. I removed the cart/delivery/quantity tick boxes and set request method to the default of 'Order' and it then converted the type fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2023 09:15 AM
Hey all.
I have a similar issue too , but i hav one doubt , usually these fields are available post submission right ? how are you setting those values before submission? any rules defined or setting at the table levels.
Your answer is much appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2023 09:17 AM
and to add on am trying to create a record producer in custom scoped applications.