this line works in SQL developer but when I try to deploy the IAL in IFS I get the following error:
I have highlighted in red the Encode part of the code that seems to be upsetting the IFS IAL deployment
I would really appreciate if you have any insights about this error message.
Many thanks
Page 1 / 1
Miguel,
When entering an IAL you see in screen IAL Object Developer, amongst others, the following
For you this means that you will have to write the line as:
&AO..Wage_Group_API.Encode('HOL Holiday'),
Yes, that is two dots (‘..’) between the O and the W.
Steve
Hi Steve,
Many thanks, the deployment went through without errors.
I don’t think I understand the rationale of the change though. Please see the main part of my SQL code with the IAL deployed successfully now. I only inserted the &AO.. in the nested API call, not everywhere.