Solved

'Register arrivals' screen table custom event event.

  • 9 June 2023
  • 6 replies
  • 111 views

Userlevel 2
Badge +6

Hi, I need to create a custom event on screen ‘Register Arrivals’ .

when user receive a line and click OK, the line get disappeared from screen ‘Register Arrivals’.

at this time I need to fire the event, means when records get deleted.

but unfortunately, I’m not able to find which Table is this.

Please help with LU name and table name?

 

Thanks and regards,

Hari

 

 

icon

Best answer by Matthew 9 June 2023, 10:07

View original

6 replies

Userlevel 5
Badge +10

Hi,

 

I have events on Purchase_Receipt_tab - registering the arrival will make an new entry in that table - so it would fire on new lines

 

I suppose it depends what type of event you are creating the exact set-up.

 

 

Userlevel 7
Badge +22

Hi @Harikrishnangr 

the LU is: PurchaseOrderLine

and the view is: RECEIPT_INFO_ALT

Userlevel 7
Badge +22

The table should be: purchase_order_line_tab

Userlevel 2
Badge +6

Hi,

 

I have events on Purchase_Receipt_tab - registering the arrival will make an new entry in that table - so it would fire on new lines

 

I suppose it depends what type of event you are creating the exact set-up.

 

 

Thank you Matthew, I have created an event in receipt screen.

 

Best Regards,

Hari

Userlevel 2
Badge +6

Hi @Harikrishnangr 

the LU is: PurchaseOrderLine

and the view is: RECEIPT_INFO_ALT

 

Thank you Link

Userlevel 2
Badge +6

The table should be: purchase_order_line_tab

Thank you Link

Reply