Solved

slowly retrieving data from the view COMPANY_PERSON

  • 18 February 2022
  • 2 replies
  • 84 views

Userlevel 3
Badge +9

Hi,

I have a big problem, Data comes very slowly on the Company person screen. When I examined the View, I found that the reason for the slowness was some APIs. Is there any other way to speed this up?

note: The query marked in red is causing slowness.

Best regards 

Mervan

 

 

 

icon

Best answer by Kelum Pradeep Kumara 18 February 2022, 09:33

View original

This topic has been closed for comments

2 replies

Userlevel 7
Badge +18

Hi @Mervan 
sometimes using API method calls in database views causes performance drops.

So you can report your performance issue to IFS Support as the same code block is available in core code as well (I’ve verified the core code). Then they will investigate the issue further and give you a proper solution with help of the product development team.

hope this info helps.

Userlevel 3
Badge +9

Thank you for your answer @Kelum Pradeep Kumara