Table of Contents

Production.Technologies.RecipeOperations Entity

Namespace: Production.Technologies

Contains the routing (operation list) of the recipes. Entity: Prd_Recipe_Operations

Default Visualization

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

Track Changes

Min level: 0 - Do not track changes
Max level: 4 - Track object attribute and blob changes

Aggregate

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

Aggregate Parent:
Production.Technologies.Recipes
Aggregate Root:
Production.Technologies.Recipes

Attributes

Name Type Description
DisplayText string Uses the repository DisplayTextFormat to build the display text from the attributes and references of current object.
Id guid
LineOrd int32 Order of the operation within the recipe. Required
MinimumConcurrent
StartTimeMinutes
int32 nullable How many minutes after the start of this operation can the next operation start. null means that the next operation should wait this operation to finish before starting.
MoveTimeMinutes int32 Time to move the lot to the next operation in minutes. Required Default(0)
Notes string (254) nullable Notes for this RecipeOperation.
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.
RoutingOperationId guid nullable OBSOLETE! Do not use! Not used. Obsolete Filter(multi eq) Obsoleted in version 22.1.6.61
RunTimeMinutes int32 Duration of the operation for standard lot of the product. Required Default(0)
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)
StandardCostPerHour Amount (18, 6) nullable Standard cost per hour for this operation. It participates in the calculation of standard cost for production for the whole recipe. Currency: Recipe.Product.CostingCurrency
StandardPricePerHour Amount (18, 6) Standard price for 1 hour work. Currency: Recipe.Product.CostingCurrency Required Default(0)
Tooling string (max) 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)
WaitTimeMinutes int32 Wait time (drying, cooling, etc.) after the operation in minutes. Required Default(0)

References

Name Type Description
Operation Operations (nullable) Standard operation Id. If not null used to load the details. If null the details (times, scrap rates, etc.) must be entered manually. Filter(multi eq)
OperationInstruction OperationInstructions (nullable) Link to additional data, containing instructions in external format. Filter(multi eq)
Recipe Recipes The to which this RecipeOperation belongs. Required Filter(multi eq) Owner
UseQuantityUnit MeasurementUnits The measurement unit of Use_Quantity. Required Filter(multi eq)
WorkgroupResource WorkgroupResources The exact workgroup resource that is engaged in the operation. null means that no resource is needed or it will be specfied at a later stage. Required Filter(multi eq)

Attribute Details

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

Order of the operation within the recipe. Required

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

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

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

MinimumConcurrentStartTimeMinutes

How many minutes after the start of this operation can the next operation start. null means that the next operation should wait this 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)

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

Notes

Notes for this RecipeOperation.

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.

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

RoutingOperationId

OBSOLETE! Do not use! Not used. Obsolete Filter(multi eq) Obsoleted in version 22.1.6.61

Type: guid nullable
Category: System
Supported Filters: Equals, EqualsIn
Show in UI: CannotBeShown

RunTimeMinutes

Duration of the operation for standard lot of the product. Required Default(0)

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

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)

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

StandardCostPerHour

Standard cost per hour for this operation. It participates in the calculation of standard cost for production for the whole recipe. Currency: Recipe.Product.CostingCurrency

Type: Amount (18, 6) nullable
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Show in UI: ShownByDefault

StandardPricePerHour

Standard price for 1 hour work. Currency: Recipe.Product.CostingCurrency Required Default(0)

Type: Amount (18, 6)
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Default Value: Constant
Show in UI: ShownByDefault

Tooling

The tools needed for the routing step.

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

UseQuantity

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

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

WaitTimeMinutes

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

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

Reference Details

Operation

Standard operation Id. If not null used to load the details. If null the details (times, scrap rates, etc.) must be entered manually. 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

Recipe

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

Type: Recipes
Indexed: True
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

WorkgroupResource

The exact workgroup resource that is engaged in the operation. null means that no resource is needed or it will be specfied at a later stage. Required Filter(multi eq)

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

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

Create a notification immediately in a separate transaction, and send 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 notification 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

None

API

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

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