Order name flow
Note
This flow is self-documenting and should be viewed within Salesforce (Setup > Process Automations > Flows). This document is to support working through a visual flow. The flow commentary in this document was generated with AI assistance.
Deprecated
This flow is deprecated. Order naming functionality has been moved to the Order Finaliser Flow. This flow exists solely to maintain backward compatibility with existing workflows.
Overview#
Flow name: MoveData_Commerce_Order_Name Label: [MoveData] Commerce: Order - Name Type: Auto-Launched Flow Template API version: 56.0 Status: Active
This flow is a deprecated placeholder for order naming functionality that has been moved to the Order Finaliser Phase. It returns a static placeholder value to maintain backward compatibility.
Purpose#
The flow maintains backward compatibility by:
- Preventing processing errors in flows still referencing this component
- Returning a temporary placeholder value for order naming
- Indicating that actual naming logic has been relocated to the Order Finaliser Flow
Input variables#
None
Output variables#
| Variable | Type | Description |
|---|---|---|
Result |
String | Returns the static value "Temp Value" |
Flow logic#
1. Static value assignment#
The flow performs a single operation:
- Assigns the string "Temp Value" to the
Resultvariable - This placeholder is subsequently replaced by the Order Finaliser Flow during post-upsert processing
Dependencies#
None