Skip to main content
Solved

'Register arrivals' screen table custom event event.

  • June 9, 2023
  • 6 replies
  • 188 views

Forum|alt.badge.img+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

 

 

Best answer by Matthew

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.

 

 

6 replies

Forum|alt.badge.img+10
  • Sidekick (Customer)
  • 178 replies
  • Answer
  • June 9, 2023

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.

 

 


Link
Superhero (Customer)
Forum|alt.badge.img+23
  • Superhero (Customer)
  • 1265 replies
  • June 9, 2023

Hi @Harikrishnangr 

the LU is: PurchaseOrderLine

and the view is: RECEIPT_INFO_ALT


Link
Superhero (Customer)
Forum|alt.badge.img+23
  • Superhero (Customer)
  • 1265 replies
  • June 9, 2023

The table should be: purchase_order_line_tab


Forum|alt.badge.img+6
  • Author
  • Sidekick (Customer)
  • 30 replies
  • June 27, 2023

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


Forum|alt.badge.img+6
  • Author
  • Sidekick (Customer)
  • 30 replies
  • June 27, 2023

Hi @Harikrishnangr 

the LU is: PurchaseOrderLine

and the view is: RECEIPT_INFO_ALT

 

Thank you Link


Forum|alt.badge.img+6
  • Author
  • Sidekick (Customer)
  • 30 replies
  • June 27, 2023

The table should be: purchase_order_line_tab

Thank you Link