cancel
Showing results for 
Search instead for 
Did you mean: 

Date Field

Former Member
0 Kudos

Hi,

I have a date field which is optional.

Because I have used tranform date, it is giving error when there is null value.

Am confused as it is a date field, how to handle it.

I can;t pass constant as it is a date field nor any dummy date.

Let me know

Regards

Krish

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Krish,

Use exists function for source field. If exists then do datetrans else dont do anything, pass as it is which is null in your case.

Regards,

---Satish

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Krish,

we have two options

1. If the date field exists then map that date field.

2. Specify the default date by using the default node function, if that is not a problem.

Regards

Ramesh