Skip to main content

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

 

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