
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-03-2021 05:41 AM
Hi,
We are trying to update a Record Producer to Active = FALSE but getting an error message 'This is a wrong configuration for Record Producer'.
Does anyone know why this would be?
Thanks so much
Tracey
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-03-2021 05:45 AM
Hi,
I think the record producer is missing some of the default settings.
Please check this article,
Unable to create new Record Producers - Support and Troubleshooting (servicenow.com)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2021 02:08 AM
Hi,
Thank you for the update and glad that your issue got resolved.
Please mark my response as correct if my answer is helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2022 03:57 AM
Can you help me with the link where I can set these variables default value or any screenshot:
no_cart_v2
no_delivery_time_v2
no_quantity_v2

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2022 08:52 AM
Hi Yash,
I managed to check the values by opening the Record Producer, right-clicking on the header bar and selecting 'Show XML'.
You can then search for the variables. In this example, no_delivery_time_v2 is set to true, which is causing the issue.
You can update the variables, by exporting the XML, updating to false and then reimporting. I would recommend doing this in an update set.
Hope that helps!
Tracey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2022 05:42 AM
Hi @Tracey Wilmot @BALAJI40 @Yash Mittal all values are false for my record producer still I am unable to copy the record producer, I need to create duplicate record producer but getting below error, any help would be appreciated.
'This is a wrong configuration for Record Producer'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-09-2024 01:44 PM
We had the same issue, but none of the documentation or answers helped us. I discovered that this field method on the sc_cat_item had a default setting. I removed the default and it fixed our error.
We had no issues in this reference all was set correctly.
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
But in the Validate Portal Settings business rule there is a column request method, make sure to double check that if can't solve issue.