Error/ Warning: "Record Producer on Request Management tables is not supported"SummarySteps to reproduce: Create a record producer on the sc_request tableWhile saving the form or updating the form observe the error: "Record Producer on Request Management tables is not supported" Related LinksThis is considered as an Out-of-the-box Expected behavior. Reference: Request Management architecture The data model does not support a record producer generating request management objects such as request, request item, and catalog task.Hence, do not use a record producer to insert records in the following request management tables or their extensions: Request [sc_request]Request Item [sc_req_item]Catalog Task [sc_task] The below business rule is responsible for the error: "Check Record Producer's table validity"https://<your-instance>.service-now.com/sys_script.do?sys_id=3f4bc67373632010728c2ee2c4f6a7b7 The above business rule has a condition which will check in the script include logic:script include: SNCCatalogUtil ➔ checkTableValidityOnRecordProducerhttps://<your-instance>.service-now.com/sys_script_include.do?sys_id=2b2b90eb9330120042cf530b547ffb11 script include: "JSUtil"➔ JSUtil.nil ➔ JSUtil.isJavaObjecthttps://<your-instance>.service-now.com/sys_script_include.do?sys_id=8d5571660a0a0b5000fc97b926f7f750