Skip to main content
Question

Lobby Navigation IFS9

  • October 14, 2021
  • 3 replies
  • 239 views

Forum|alt.badge.img+5

When I try to setup navigation from within a Lobby element object like a matrix it fails if I’ve used an API call in the data object in IFSv9. How do I get it to use the selection criteria in the data object and accept the valid api function?

This would be immensely useful to us. Thank you in advance for any tips or guidance.  

This topic has been closed for replies.

3 replies

Forum|alt.badge.img+5
  • Author
  • Sidekick (Customer)
  • 5 replies
  • October 14, 2021

This is an example of the error I get on a navigation attempt … 

PLS-221: 'TRANSPORT_TASK_API' is not a procedure or is undefined

Failed executing query (ORA-06553: PLS-221: 'TRANSPORT_TASK_API' is not a procedure or is undefined)

But the API is valid and works perfectly well in filtering the correct data for the element. 

 


Forum|alt.badge.img
  • Do Gooder (Customer)
  • 1 reply
  • February 4, 2022

Hi pnaughton, did you manage to solve this issue? I am facing exactly the same problem (Apps10). BR


lopespetro
Hero (Customer)
Forum|alt.badge.img+13
  • Hero (Customer)
  • 281 replies
  • February 4, 2022

This is an example of the error I get on a navigation attempt … 

PLS-221: 'TRANSPORT_TASK_API' is not a procedure or is undefined

Failed executing query (ORA-06553: PLS-221: 'TRANSPORT_TASK_API' is not a procedure or is undefined)

But the API is valid and works perfectly well in filtering the correct data for the element. 

 

Hi @pnaughton , have you already tried using the &AO. before the API? It worked for me in another situation.

E.g.: &AO.TRANSPORT_TASK_API