IntegrationHubETL is not inserting the record because of missing mapping for mandatory field on form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2024 09:10 PM
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.
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
- Labels:
-
Architect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2025 11:49 PM
Hello, I have exactly the same issue, I am sure that it used to work in the past.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2025 02:08 PM
Maybe KB0723079 applies?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2025 12:31 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2025 12:43 AM
I confirm that setting the sys property
glide.required.attribute.enabled to false make it work
Thanks