Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 11

...

Codeunit MOB WMS Setup Doc Types

procedure CreateDocumentTypeAndAddToMobileGroup(_DocumentType: Text; _ProcessingCodeunit: Integer; _MobileGroup: Code[10])

Removed: Replaced by event OnAfterCreateDefaultDocumentTypesCreateDocumentType(_DocType, _Description, _ProcessingCodeunit). MobileGroup has been removed in MOB5.35

procedure CreateDocumentType(_DocType: Text[50]; _Description: Text[80]; _ProcessingCodeunit: Integer; _StrictSchemaValidation: Boolean)

Removed: Replaced by event  OnAfterCreateDefaultDocumentTypes CreateDocumentType(_DocType, _Description, _ProcessingCodeunit). StrictSchemaValidation has been removed in MOB5.35

procedure AddGroupToDocument(GroupCode: Code[10]; DocType: Text[50]);

Removed: No longer used - MOB Document Group has been removed in MOB5.35

...