Skip to main content
Solved

IFS10.  Is there a way to see when a shop order was deleted?

  • October 23, 2023
  • 2 replies
  • 113 views

bverdera
Do Gooder (Customer)
Forum|alt.badge.img+4

IFS10.  Is there a way to see when a shop order was deleted?

Best answer by Thom C

The original way in IFS Applications (Apps9 and earlier) required configuration of History Logging beforehand, and a IAL/custom select & Quick Report to fetch results from History Log and History Log Attribute. 

Now I suppose you would create a Custom LU and a Custom Trigger to insert a row into the Custom L:U upon Delete of a row form the Shop Order object. 

Sorry I can’t be definitive about Apps10 capability. 

2 replies

Thom C
Hero (Customer)
Forum|alt.badge.img+8
  • Hero (Customer)
  • 22 replies
  • Answer
  • October 23, 2023

The original way in IFS Applications (Apps9 and earlier) required configuration of History Logging beforehand, and a IAL/custom select & Quick Report to fetch results from History Log and History Log Attribute. 

Now I suppose you would create a Custom LU and a Custom Trigger to insert a row into the Custom L:U upon Delete of a row form the Shop Order object. 

Sorry I can’t be definitive about Apps10 capability. 


Marcel.Ausan
Ultimate Hero (Partner)
Forum|alt.badge.img+22
  • Ultimate Hero (Partner)
  • 1306 replies
  • October 26, 2023

@bverdera Another option would be to create a Custom Event on shop_ord_tab on delete (Objects are removed). Then simply create an Event Action on top of the newly created Custom Event with Action Type email and you should be done.