Skip to main content

system.mes.productionOrder.deleteProductionOrderProperty

Description

Deletes a Production Order Properties record by its ID. This cannot delete a production order property with references to it.

Syntax

system.mes.productionOrder.deleteProductionOrderProperty(id)

Parameters

ParameterTypeDescription
idString (ULID)The ULID of the production order property to delete.

Returns

If successful, an ApiResponse Object is returned with the success bool set True. If unsuccessful, an InUseException, IllegalArgumentException or ConstraintViolationException is thrown. If the property that's being deleted has a reference, an ApiResponse Object is returned with details about the encountered error.

NameTypeDescription
successBooleanIndicates if the delete was successful.
messageStringThe reason why the deletion was successful or unsuccessful.
dataStringThe data associated with the deletion.
errorStringThe errors associated with the deletion.

Code Examples

# Delete a production order property by ID
system.mes.productionOrder.deleteProductionOrderProperty('01JPQKDYTM-1G81VA08-3QS948DK')