InventoryBusinessEventConfigurations
The Inventory Business Event Configurations resource manages how the various business events are configured for an inventory organization or at the site level. For each event type, you can configure the name of the business event that is to be raised.
Columns
Name | Type | Description |
EventConfigurationId [KEY] | String | EventConfigurationId of InventoryBusinessEventConfigurations |
CreationDate | Datetime | CreationDate of InventoryBusinessEventConfigurations |
CreatedBy | String | CreatedBy of InventoryBusinessEventConfigurations |
LastUpdateDate | Datetime | LastUpdateDate of InventoryBusinessEventConfigurations |
LastUpdatedBy | String | LastUpdatedBy of InventoryBusinessEventConfigurations |
EventTypeCode | String | Abbreviation that identifies the type of the business event to be raised. A list of accepted values is defined in the lookup type ORA_INV_BUS_EVENT_TYPES. |
EventType | String | Type of the business event to be raised. |
EventCode | String | Abbreviation that identifies the business event to be raised. A list of accepted values is defined in the lookup type ORA_INV_BUS_EVENT_NAMES. |
EventName | String | Name of the business event to be raised. |
OrganizationId | String | Value that uniquely identifies the inventory organization for which the business events are configured. |
OrganizationCode | String | Abbreviation that identifies the inventory organization for which the business events are configured. |
OrganizationName | String | Name of the inventory organization for which the business events are configured. |
PublishEventCode | String | Abbreviation that identifies whether or not to publish the business event. This is applicable only for the pick confirm business event. A list of accepted values is defined in the lookup type INV_YES_NO_CHAR. |
PublishEvent | String | Value that determines whether or not to publish the business event. A list of accepted values is defined in the lookup type INV_YES_NO_CHAR. |