Skip to main content
Solved

Global Variable Usage to Overtake and Override on IFS Dev Studio

  • February 10, 2020
  • 3 replies
  • 360 views

baris.halici
Hero (Customer)
Forum|alt.badge.img+12

Hi,

I want to make changes api procedure(overtake). But, I get an error because of the global variable(Customer_Tax_Info_API.lu_name_).

Kind regards.

Best answer by Savinda Suvimal

Hi

Could you please try with “@Overtake Base”. Becuase Raise_Record_Not_Exist___ is a Base method, but you have use “@Overtake Core”.

 

 

/Savinda

3 replies

Savinda Suvimal
Hero (Employee)
Forum|alt.badge.img+11
  • Hero (Employee)
  • 73 replies
  • Answer
  • February 14, 2020

Hi

Could you please try with “@Overtake Base”. Becuase Raise_Record_Not_Exist___ is a Base method, but you have use “@Overtake Core”.

 

 

/Savinda


baris.halici
Hero (Customer)
Forum|alt.badge.img+12
  • Author
  • Hero (Customer)
  • 128 replies
  • February 14, 2020

Thanks @Savinda Suvimal 

how do we know that Base or Core should be?


Savinda Suvimal
Hero (Employee)
Forum|alt.badge.img+11
  • Hero (Employee)
  • 73 replies
  • February 14, 2020

Yo can identify that from the deployed code too.