ItemLockFlags: {
    All: 4294967295;
    Calculation: 4;
    Configuration: 2;
    Delete: 1;
    Image: 16;
    ItemProperties: 8;
    None: 0;
    OfmlArticleUpdate: 64;
    Quantity: 32;
} = ...

Flags which are used to lock certain item related operations.

Type declaration

  • Readonly All: 4294967295

    locks all operations

  • Readonly Calculation: 4

    locks the calculation of an item => item can't be calculated

  • Readonly Configuration: 2

    locks the configuration of an ofml article => article can't be configured

  • Readonly Delete: 1

    locks the delete operation => item can't be deleted

  • Readonly Image: 16

    locks the item image => the image of an item can't be changed

  • Readonly ItemProperties: 8

    locks the item properties => properties like texts or article number can't be changed

  • Readonly None: 0

    nothing is locked

  • Readonly OfmlArticleUpdate: 64

    locks the ofml article update => updating an ofml article is not possible

  • Readonly Quantity: 32

    locks the article quantity => the quantity of an article can't be changed

Generated using TypeDoc