Unable to create a record producer

Teja45
Tera Contributor

Unable to create a record producer and below error while submitting the form. Below is the error.

  • This is a wrong configuration for Record Producer
    Error Message
    Invalid insert
    Info Message
    At 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.
     
     
4 REPLIES 4

Prasad Dhumal
Mega Sage
Mega Sage

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

User658880
Tera Expert

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.

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.

Jennifer Amala
Giga Contributor

and to add on am trying to create a record producer in custom scoped applications.