Solved

Customer_Info_Comm_Method_Api - IFS 10

  • 2 October 2020
  • 1 reply
  • 165 views

Userlevel 4
Badge +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

 

icon

Best answer by william.klotz 3 October 2020, 00:20

View original

1 reply

Userlevel 7
Badge +21

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

Reply