Hello experts,
I would like to update the "Available Limit" field (on screen "Absence Limit Year" field) using a custom event SQL code.

The API I am using is:
IFSAPP.ABSENCE_LIMIT_API.Modify__(
info_ => info_,
objid_ => objid_,
objversion_ => objversion_,
attr_ => attr_,
action_ => 'DO');However, I get the following error message:

What does that mean?
Thank you in advance.

