Error: Missing mandatory field in during RTE run

Ganeshm1
Tera Guru

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.

Ganeshm1_0-1720696860488.png

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

 

 

1 ACCEPTED SOLUTION

Ganeshm1
Tera Guru

After making the fields mandatory from UI policy was able to load the data as expected. 

View solution in original post

3 REPLIES 3

HrishabhKumar
Kilo Sage

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

  1. Scripting to Bypass Mandatory Fields: Use a script to set the mandatory fields to default values or make them non-mandatory temporarily.
  2. 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.

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

Ganeshm1
Tera Guru

After making the fields mandatory from UI policy was able to load the data as expected.