AfterSubLotDelete
Problem to be solved
How can an external application be notified that a new sublot has been deleted?
This insertion point is a signal that a sublot has been deleted from the database. For example, an application that could use this insertion point is a service that monitors inventory levels and characteristics and adjusts container selection priorities. A sublot being deleted from a container is a trigger to reevaluate the current priorities.
Specifics about this routine
This insertion interface is called after the deletion of a sublot from the database. These are the parameters to this function:
Param Name | Data Type | Description |
---|---|---|
Area | String | Area Name |
ProcessCell | String | Process Cell Name |
Unit | String | Unit Name |
MaterialID | Long | Material ID of the Material this SubLot is derived from |
ContainerID | Long | Container ID of the Container this SubLot is stored in |
SubLotID | Long | Pkid of the SubLot record in the database |
The values Area, ProcessCell, and Unit will not be attainable in every instance from which these insertion calls are made. If these values are not available, a wildcard value, represented by
%ALL%
, is substituted for any solid value.Related insertion points
Other insertion points that could work with this function include:
- AfterSublotInsert
Provide Feedback