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.

IntegrationHubETL is not inserting the record because of missing mapping for mandatory field on form

Ganeshm1
Tera Guru

Hi All,

I have created ETL using IntegrationHub ETL keeping target table as Business Application. 

 

On Business Application form we have a field called IT Application Owner and its a mandatory field (Dictionary --> Mandatory --> True).

 

In the ETL mappings, I have not done any mapping to IT Application Owner as per the requirement. 

 

Now whenever I run the ETL, its giving an error for the records which are supposed to be inserted into Business Application table.

 

Ganeshm1_0-1718251765807.png

Is there any way I can override this warning to insert the records into Business Application table? Please let me know your thoughts on this. Thank You!

 

Regards,

Ganesh

 

5 REPLIES 5

Boris du Reau
Tera Contributor

Hello, I have exactly the same issue, I am sure that it used to work in the past.

Maybe KB0723079 applies?

Thanks for your quick reply

the sys_property glide.required.attribute.enabled was set to true. I set it to false, I will try to see if that works and get back to you

 

I confirm that setting the sys property 

glide.required.attribute.enabled to false make it work

Thanks