Skip to main content

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

 

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