Solved

The Expression statement is invalid

  • 1 April 2021
  • 1 reply
  • 171 views

Userlevel 4
Badge +9

I’m using the below expression statement for an custom field to get the value of the PRESENCE field from the Time Management - Authorization.

ifsapp.Time_Pers_Diary_Result_API.Get_Presence_Hours(v.company_id,v.emp_no,v.valid_from,v.valid_to)

 

But when I try to approve this custom field, I get the below error

 

icon

Best answer by Thilini Aluthweediya 1 April 2021, 06:27

View original

This topic has been closed for comments

1 reply

Userlevel 5
Badge +6

Hi,

 

View AUTHORIZATION is using here as v and it does not have all mentioned parameters  in the expression  v.company_id, v.emp_no, v.valid_from, v.valid_to.

So it is  giving error as The Expression statement is invalid.

 

Cheers,

Thilini