public interface ProductionOnlyRequest
CRITERIA
constantModifier and Type | Field and Description |
---|---|
static String |
CRITERIA
Determines that all admin persistence request should be in production and skip any workflow/sandbox processing
This can be added as customCriteria to any
PersistencePackage#getCustomCriteria() or any of the AdminPresentationCollection.customCriteria() ,
AdminPresentationAdornedTargetCollection.customCriteria() , AdminPresentationToOneLookup.customCriteria()
annotations. |
static final String CRITERIA
Determines that all admin persistence request should be in production and skip any workflow/sandbox processing
This can be added as customCriteria to any
PersistencePackage#getCustomCriteria()
or any of the AdminPresentationCollection.customCriteria()
,
AdminPresentationAdornedTargetCollection.customCriteria()
, AdminPresentationToOneLookup.customCriteria()
annotations.
One use case for this is for all inventory requests in the advanced inventory module. When executing Sku lookups or actually displaying the list of inventory in the admin, all of those requests should be made against production records
This criteria is only utilized within the enterprise module.
Copyright © 2022. All rights reserved.