Skip to main content
Version: v1.0.0(int)

W073: Delete material type

Removes a material type that no material references. Triggered from Settings, Material types.

Steps

  1. Check usage. Call Materials.isMaterialTypeInUse.

  2. Delete the row. Call Materials.deleteMaterialType if not in use.

Returns

Nothing.

Business rules

  • In-use is blocking.

Errors

  • InUseError. One or more materials reference this type.