- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2024 04:22 AM
Hi All,
Hope you are doing good.
I was running some RTE and got an error "Missing mandatory field for one of the mandatory field". Attached screen shot below.
Is there any way we can override this and insert the records in target table, like how we have option in transform map to 'Enforce mandatory field'?
Please let me know your thoughts on this. Thank You!
Regards,
Ganesh
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2024 02:46 AM
After making the fields mandatory from UI policy was able to load the data as expected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2024 05:08 AM
Hi @Ganeshm1 ,
In RTE, you don't have an exact option like Transform Maps, but you can use scripting to bypass the mandatory field check if absolutely necessary.
Possible Approaches
- Scripting to Bypass Mandatory Fields: Use a script to set the mandatory fields to default values or make them non-mandatory temporarily.
- Custom Business Rule: Create a custom business rule to handle the record insertion without enforcing mandatory fields.
Thanks,
Hope this helps.
If my response turns useful please mark it helpful and accept solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2024 05:17 AM
Hello @HrishabhKumar
Thank you for your reply.
Could you please help me by providing any reference to the script to achieve in the method which you have suggested above. It will help me a lot. Thank You!
Regards,
Ganesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2024 02:46 AM
After making the fields mandatory from UI policy was able to load the data as expected.