Table of Contents

Production.Technologies.PrincipalRecipeOperations Entity

Namespace: Production.Technologies

Contains the operations within a principal recipe. Entity: Prd_Principal_Recipe_Operations

Default Visualization

Default Display Text Format:
{PrincipalRecipe.Name}
Default Search Members:
PrincipalRecipe.Name
Name Data Member:
PrincipalRecipe.Name
Category: Definitions
Show in UI: ShownByDefault

Aggregate

An aggregate is a cluster of domain objects that can be treated as a single unit.

Aggregate Parent:
Production.Technologies.PrincipalRecipes
Aggregate Root:
General.Products.ProductGroups

Attributes

Name Type Description
ConditionalProperty
Description
MultilanguageString (254) nullable The desired description of the Conditional Property. .
ConditionalPropertyValue string (254) nullable The desired value of the Conditional Property. .
DisplayText string Uses the repository DisplayTextFormat to build the display text from the attributes and references of current object.
Id guid
LineOrd int32 Consecutive line number within the principal recipe. Required
MinimumConcurrent
StartTimeMinutes
int32 nullable How many minutes after the start of the previous operation can this operation start. null means that this operation should wait the previous operation to finish before starting.
MoveTimeMinutes int32 Time to move the lot to the next operation in minutes. Required Default(0) Filter(ge;le)
Notes string (254) nullable Notes for this PrincipalRecipeOperation.
ObjectVersion int32 The latest version of the extensible data object for the aggregate root for the time the object is loaded from the database. Can be used for optimistic locking.
OperationDescription string (max) nullable The description of the operation. Initially copied from the generic operation definition.
RunTimeMinutes int32 Duration of the operation for one piece in the standard measurement unit of the product. Required Default(0) Filter(ge;le)
ScrapRate decimal (7, 6) Standard rate of scrap during the operation. Required Default(0)
SetupTimeMinutes int32 Time needed to setup the equipment. Required Default(0) Filter(ge;le)
Tooling string (254) nullable The tools needed for the routing step.
UseQuantity Quantity (9, 3) Quantity of the workgroup resource that should be allocated for the operation. Unit: UseQuantityUnit Required Default(1) Filter(ge;le)
WaitTimeMinutes int32 Wait time (drying, cooling, etc.) after the operation in minutes. Required Default(0) Filter(ge;le)

References

Name Type Description
ConditionalProperty CustomProperties (nullable) When not null, specifies that, when creating recipe, the operation will be added only if this property is set for the main product. Filter(multi eq)
Operation Operations (nullable) The generic operation definition. The data is copied locally and can be modified for this specific record. Filter(multi eq)
OperationInstruction OperationInstructions (nullable) Link to additional data, containing instructions in external format. Filter(multi eq)
PrincipalRecipe PrincipalRecipes The to which this PrincipalRecipeOperation belongs. Required Filter(multi eq) Owner
UseQuantityUnit MeasurementUnits The measurement unit of Use_Quantity. Required Filter(multi eq)
WorkgroupResource WorkgroupResources Required workgroup resource for the operation. null means that no resource is required or the resource will be specified later. Required Filter(multi eq)

Attribute Details

ConditionalPropertyDescription

The desired description of the Conditional Property. .

Type: MultilanguageString (254) nullable
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Show in UI: ShownByDefault

ConditionalPropertyValue

The desired value of the Conditional Property. .

Type: string (254) nullable
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Maximum Length: 254
Show in UI: ShownByDefault

DisplayText

Uses the repository DisplayTextFormat to build the display text from the attributes and references of current object.

Type: string
Category: Calculated Attributes
Supported Filters: NotFilterable
Supports Order By: ****
Show in UI: HiddenByDefault

Id

Type: guid
Indexed: True
Category: System
Supported Filters: Equals, EqualsIn
Default Value: NewGuid
Show in UI: CannotBeShown

LineOrd

Consecutive line number within the principal recipe. Required

Type: int32
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Show in UI: ShownByDefault

Back-End Default Expression:
( obj.PrincipalRecipe.Operations.Select( c => c.LineOrd).DefaultIfEmpty( 0).Max( ) + 1)

Front-End Recalc Expressions:
( obj.PrincipalRecipe.Operations.Select( c => c.LineOrd).DefaultIfEmpty( 0).Max( ) + 1)

MinimumConcurrentStartTimeMinutes

How many minutes after the start of the previous operation can this operation start. null means that this operation should wait the previous operation to finish before starting.

Type: int32 nullable
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Show in UI: ShownByDefault

MoveTimeMinutes

Time to move the lot to the next operation in minutes. Required Default(0) Filter(ge;le)

Type: int32
Category: System
Supported Filters: GreaterThanOrLessThan
Supports Order By: False
Default Value: 0
Show in UI: ShownByDefault

Front-End Recalc Expressions:
obj.Operation.MoveTimeMinutes

Notes

Notes for this PrincipalRecipeOperation.

Type: string (254) nullable
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Maximum Length: 254
Show in UI: ShownByDefault

ObjectVersion

The latest version of the extensible data object for the aggregate root for the time the object is loaded from the database. Can be used for optimistic locking.

Type: int32
Category: Extensible Data Object
Supported Filters: NotFilterable
Supports Order By: ****
Show in UI: HiddenByDefault

OperationDescription

The description of the operation. Initially copied from the generic operation definition.

Type: string (max) nullable
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Maximum Length: 2147483647
Show in UI: ShownByDefault

Front-End Recalc Expressions:
obj.Operation.Description

RunTimeMinutes

Duration of the operation for one piece in the standard measurement unit of the product. Required Default(0) Filter(ge;le)

Type: int32
Category: System
Supported Filters: GreaterThanOrLessThan
Supports Order By: False
Default Value: 0
Show in UI: ShownByDefault

Front-End Recalc Expressions:
obj.Operation.RunTimeMinutes

ScrapRate

Standard rate of scrap during the operation. Required Default(0)

Type: decimal (7, 6)
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Default Value: 0
Show in UI: ShownByDefault

SetupTimeMinutes

Time needed to setup the equipment. Required Default(0) Filter(ge;le)

Type: int32
Category: System
Supported Filters: GreaterThanOrLessThan
Supports Order By: False
Default Value: 0
Show in UI: ShownByDefault

Front-End Recalc Expressions:
obj.Operation.SetupTimeMinutes

Tooling

The tools needed for the routing step.

Type: string (254) nullable
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Maximum Length: 254
Show in UI: ShownByDefault

UseQuantity

Quantity of the workgroup resource that should be allocated for the operation. Unit: UseQuantityUnit Required Default(1) Filter(ge;le)

Type: Quantity (9, 3)
Category: System
Supported Filters: GreaterThanOrLessThan
Supports Order By: False
Default Value: Constant
Show in UI: ShownByDefault

Front-End Recalc Expressions:
obj.Operation.UseQuantityBase

WaitTimeMinutes

Wait time (drying, cooling, etc.) after the operation in minutes. Required Default(0) Filter(ge;le)

Type: int32
Category: System
Supported Filters: GreaterThanOrLessThan
Supports Order By: False
Default Value: 0
Show in UI: ShownByDefault

Front-End Recalc Expressions:
obj.Operation.WaitTimeMinutes

Reference Details

ConditionalProperty

When not null, specifies that, when creating recipe, the operation will be added only if this property is set for the main product. Filter(multi eq)

Type: CustomProperties (nullable)
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: ShownByDefault

Operation

The generic operation definition. The data is copied locally and can be modified for this specific record. Filter(multi eq)

Type: Operations (nullable)
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: ShownByDefault

OperationInstruction

Link to additional data, containing instructions in external format. Filter(multi eq)

Type: OperationInstructions (nullable)
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: CannotBeShown

PrincipalRecipe

The to which this PrincipalRecipeOperation belongs. Required Filter(multi eq) Owner

Type: PrincipalRecipes
Category: System
Supported Filters: Equals, EqualsIn
Filterable Reference: True
Show in UI: ShownByDefault

UseQuantityUnit

The measurement unit of Use_Quantity. Required Filter(multi eq)

Type: MeasurementUnits
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: ShownByDefault

Front-End Recalc Expressions:
IIF( ( obj.WorkgroupResource.Resource != null), obj.WorkgroupResource.Resource.PrimaryUnit, obj.UseQuantityUnit)

WorkgroupResource

Required workgroup resource for the operation. null means that no resource is required or the resource will be specified later. Required Filter(multi eq)

Type: WorkgroupResources
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: ShownByDefault

Front-End Recalc Expressions:
obj.Operation.WorkgroupResource

API Methods

Methods that can be invoked in public APIs.

GetAllowedCustomPropertyValues

Gets the allowed values for the specified custom property for this entity object. If supported the result is ordered by property value. Some property value sources do not support ordering - in that case the result is not ordered.
Return Type: Collection Of CustomPropertyValue
Declaring Type: EntityObject
Domain API Request: GET

Parameters

  • customPropertyCode
    The code of the custom property
    Type: string

  • search
    The search text - searches by value or description. Can contain wildcard character %.
    Type: string
    Optional: True
    Default Value: null

  • exactMatch
    If true the search text should be equal to the property value
    Type: boolean
    Optional: True
    Default Value: False

  • orderByDescription
    If true the result is ordered by Description instead of Value. Note that ordering is not always possible.
    Type: boolean
    Optional: True
    Default Value: False

  • top
    The top clause - default is 10
    Type: int32
    Optional: True
    Default Value: 10

  • skip
    The skip clause - default is 0
    Type: int32
    Optional: True
    Default Value: 0

CreateNotification

Creates a notification and sends a real time event to the user.
Return Type: void
Declaring Type: EntityObject
Domain API Request: POST

Parameters

  • user
    The user.
    Type: Users

  • notificationClass
    The notification class.
    Type: string

  • subject
    The subject.
    Type: string

CreateCopy

Duplicates the object and its child objects belonging to the same aggregate. The duplicated objects are not saved to the data source but remain in the same transaction as the original object.
Return Type: EntityObject
Declaring Type: EntityObject
Domain API Request: POST

Business Rules

None

Front-End Business Rules

API

Domain API Query: https://demodb.my.erp.net/api/domain/odata/Production_Technologies_PrincipalRecipeOperations?$top=10

Domain API Query Builder: https://demodb.my.erp.net/api/domain/querybuilder#Production_Technologies_PrincipalRecipeOperations?$top=10