Solved

Populate values "Validations Transaction in Progress" window.

  • 16 February 2022
  • 3 replies
  • 98 views

Userlevel 2
Badge +5

Could you please let me know the view that populate values to the "Validations Transaction in Progress" window .

Test Plan - Go to “Accounting Periods” window. Select line from table and press right mouse button window. Select “Close GL Period”.

The dialog window "Validations Transaction in Progress" is populate .

Let me know the IFS view that use to populate data.

icon

Best answer by PlaChintW 16 February 2022, 14:45

View original

This topic has been closed for comments

3 replies

Userlevel 2
Badge +5

Solution found from client window. The value based on a database call.

Userlevel 7
Badge +16

Hi,

I am afraid it is not so easy. There’s no dedicated view. Instead, system is calling set of functions to retrieve transactions in progress for period. 

Please check attached sql file

Userlevel 2
Badge +5

Thanks for the reply. I was able to find the way of getting value after check client code.