Solved

IFS 8 Custom Schedule Expression - must return date

  • 5 November 2020
  • 3 replies
  • 125 views

Badge +3

I am using IFS 8 and no matter what I have put in as an Expression, I get the error that the expression must return a date. I tried the solutions in other Topics, but none work for me.

I even tried something really simple: SYSDATE + 1/3600; which comes directly from IFS Online Documentation and get the same error.

Is there something weird about IFS 8?

Any help is appreciated.

icon

Best answer by ShawnBerk 6 November 2020, 01:19

View original

3 replies

Badge +3

I discovered that the problem is with the “Check” button. Everything fails validation.

However, if the expression works in SQLPLUS, then it works in IFS. I just put the Expression in and Saved. If it saves, then it is OK.

Userlevel 7
Badge +28

I recall there being a bug problem with the expression field in IFS V8.  It was corrected in IFS V9.  I’ve looked through my email, but can’t recall when we ran across that problem or what the nature of the bug was, just sounds familiar.

Badge +2

Try:    to_date(field, ‘DD/MM/YYYY’)

Reply