Skip to main content
Solved

Customer_Info_Comm_Method_Api - IFS 10

  • October 2, 2020
  • 1 reply
  • 210 views

Forum|alt.badge.img+10

Hello,

We are in the process of upgrade from IFS 8 to IFS 10. 

I noticed Customer_Info_Comm_Method_Api is no more available in IFS 10. I am looking for function get_default_phone(customer_no),

before i rewrite it in IFS 10 for our internal use, i wanted to check if someone knows whether IFS added this function in some other API or any replacement for Customer_Info_Comm_Method_Api.

If someone have some document where IFS disclose such db changes, that might be helpful too.

Thanks

Uzma

 

Best answer by william.klotz

Hi @KHALIDU ,

 

We converted to using COMM_METHOD_API.Get_Default_Value( 'CUSTOMER', 'CUSTOMER_NO', 'PHONE').  Just change the customer_no to a valid customer_no in your system and you’ll get the default phone number if one exists.

 

Regards,

William Klotz

1 reply

william.klotz
Superhero (Customer)
Forum|alt.badge.img+21
  • Superhero (Customer)
  • Answer
  • October 2, 2020

Hi @KHALIDU ,

 

We converted to using COMM_METHOD_API.Get_Default_Value( 'CUSTOMER', 'CUSTOMER_NO', 'PHONE').  Just change the customer_no to a valid customer_no in your system and you’ll get the default phone number if one exists.

 

Regards,

William Klotz