Skip to main content
Solved

Check_Routing_Finished

  • May 4, 2023
  • 2 replies
  • 37 views

Forum|alt.badge.img+9

Hello ,

 

I need to get the status of the approval of my customer ( approval routing has been set ) but i can’t seem to find the right way to do it .

To be more clear , I have a routing approval that I copy each time a customer is created so in the key ref I dont have the customer_ID ('CUSTOMER_ID=&OLD:CUSTOMER_NO^')

How can I recognize my customer so that I can query on approval_status in IFSAPP.approval_routing tab.

 

Thank you ,

Hanane

Best answer by Hanane

Found my solution .

For anyone interested, here is the solution: 

I used the functions subs et instr on key_ref and compare it to OLD:CUSTOMER_NO.

 

BR,

Hanane

 

2 replies

Forum|alt.badge.img+9
  • Author
  • Sidekick
  • 42 replies
  • Answer
  • May 9, 2023

Found my solution .

For anyone interested, here is the solution: 

I used the functions subs et instr on key_ref and compare it to OLD:CUSTOMER_NO.

 

BR,

Hanane

 


KristenGastaldo
Superhero
Forum|alt.badge.img+18

Thank you for coming back to provide the solution!