Skip to main content
Solved

Text notes on the routing lines

  • February 8, 2022
  • 1 reply
  • 78 views

ZTC ZTC JGOTA
Hero (Customer)
Forum|alt.badge.img+14

Hello IFS Community,

 

On the routing line I have the following text => JL

When I search the data on the view or table I can see a number.

How could I retrieve the actual string ‘JL’ value and not the number? -IFS9

 

Thanks,

JL

 

Best answer by Charith Epitawatta

Hi @ZTC ZTC JGOTA,

There is another method in ROUTING_OPERATION_API called Get_Note_Text, in IFSAPP10, but this method does not seem to exist in IFSAPP9. So I think you would have to retrieve the note text directly from  SHOP_ORDER_OPERATION_JOIN view or ROUTING_OPERATION_TAB

If you need to use a method, then you can try writing a utility package with a function similar to Get_Note_Id.

Hope this helps!

This topic has been closed for replies.

1 reply

Charith Epitawatta
Ultimate Hero (Employee)
Forum|alt.badge.img+31

Hi @ZTC ZTC JGOTA,

There is another method in ROUTING_OPERATION_API called Get_Note_Text, in IFSAPP10, but this method does not seem to exist in IFSAPP9. So I think you would have to retrieve the note text directly from  SHOP_ORDER_OPERATION_JOIN view or ROUTING_OPERATION_TAB

If you need to use a method, then you can try writing a utility package with a function similar to Get_Note_Id.

Hope this helps!