Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Can not submit new record

Snow Tomcal
Tera Expert

Hi All,

I have a table that extends the change_request table. 

I tried to create a new record but got this message: 

"change model 'normal' cannot be applied to records in table"

Does anyone know what does it mean?

 

Thanks in advanced 🙂

4 REPLIES 4

OlaN
Tera Sage
Tera Sage

Hi,

This is because of the business rule "Change Model: Prevent mismatched model"

Which is run on change records that have a model and the model changes.

 

What is the use case behind creating a table that extends the Change table?

What is the purpose of this business rule? 
Can I inactivate it?

 

I am using this table to speared different types of change requests that I have in my organization. 

The purpose is to validate change model on change records.

Yes, you can inactivate it, but then you loose some OOB functionality, so I would not recommend it.

You can read on about change models in the Docs.

dravindrareddy
Tera Contributor

@Snow Tomcal  Have same issue .Any way to create records in child table ?