external SQL Table with Null Columns - Error

Hi,

We are trying to work with an external SQL Table with existing recods.

We are getting an error on Table.findset for columns (DATE) that have “Null” value.

Error is “The date is not valid”

is there any solution for this ?

Thanks,

Gill

Answers

  • vaprogvaprog Member Posts: 1,139
    If you only need to read the table, create your view accordingly. If you also need to write: not that I know of.
  • borealisborealis Member Posts: 35
    Navision doesn't handle null values. See also this link for more info.
Sign In or Register to comment.