Last updated November 6, 2019
Add an organization Order Frame that will allow Re-Ordering functionality.
Create an Order frame for ‘Re-Ordering’ (generating a new order off of an existing one)
Create and name an Order Frame. In the url portion of the frame creation, insert the below url:
https://custom.factoryfour.com/lib-frames-order-actions/?page=tools&archiveOnReorder=true&noErrorOnReorder=true&newOrderInProgress=true
There are 3 configuration options for the ‘Re-Order’ button, 2 that action the original order, and 1 that informs the newly created order:
&archiveOnReorder=true
portion of the URL will allow you to specify if you want the original order to be Archived.
true
will archived the original orderfalse
will not archive the original order&noErrorOnReorder=true
portion of the URL will allow you to specify if you want the original order to be put into Error state.
true
WILL NOT Error the original orderfalse
WILL Error the original order&newOrderInProgress=true
portion of the URL will allow you to specify if you want the newly created order to be auto-enter into Production or left Incomplete.
true
will auto-enter into Productionfalse
will create the order in the Incomplete statushttps://custom.factoryfour.com/lib-frames-order-actions/?page=tools&archiveOnReorder=false&noErrorOnReorder=true&newOrderInProgress=false
https://custom.factoryfour.com/lib-frames-order-actions/?page=tools&archiveOnReorder=false&noErrorOnReorder=true&newOrderInProgress=true
https://custom.factoryfour.com/lib-frames-order-actions/?page=tools&archiveOnReorder=true&noErrorOnReorder=true&newOrderInProgress=false
https://custom.factoryfour.com/lib-frames-order-actions/?page=tools&archiveOnReorder=false&noErrorOnReorder=false&newOrderInProgress=false