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-07-2025 10:45 PM
Thank you for the feedback.
Another option would be to leave the property set as true and use UI Policies to make the field mandatory (would mostly behave the same as setting the Mandatory dictionary attribute).
Setting the property is a global setting, which means one is giving up the functionality of indicating to IRE that a field is really mandatory, while using UI Policies would be a granular thing and would retain the functionality of indicating to IRE which field is absolutely mandatory when inserting/updating CIs.