Publish modification
Description#
Makes the modification visible to clients.
Validation#
- The modification must be active.
Mechanism#
- Generate a unique identifier for the new version of all the items that use the modification that will serve as validation that order placements are valid.
- Set Entity propertypublished as
true.
Risk level#
Potentially high risk or low risk, depends on if the modification is currently used by published items. Best case, the modification isn't used by any item which means that publishing the modification has no effect on any items. Worst case, the clients will order an item that has been updated with the new modification and that might cause errors.
Notes#
info
- Does nothing if already published.
- Same notes updating items.