added modifier to end of order key / order id

if a crew member makes a change to the work order, we want it to upon update, to add “-1,-2,-3” etc after the work order number to designate the revision number they are going off of.

If you are looking for a specific expression, then sharing your Work Order table definition is required.

One approach to your requirements would be:

  1. Create a column of type Change Counter
  2. Create a VC to concatenate your original work order number and the Change Counter

This is the result after you update the order twice…

2 Likes

Thank you for the response, that helps me plan.

Yes, i will be happy to post when i get to that point. that was a question i had before starting to see if it was feasible.

the project is at the “i have all of the data points” such as columns and data required and data need to collect after work order is finished

might be biting off more than i can handle

1 Like

Follow up question , see attached Work order table screen capture

i am still figuring out the layout or flow.
here is my thought process

the “order key” = is generated auto

the “Order ID” = a “prefix” based user account creation, Then a unique 6 digit number // this will be what is displayed and this is where we would want to add the -1,-2,-3 etc (but is a child to “order key”)

“Order-Active Version” = True / False

as the orders are edited, we want to archive/log the change, meaning we want to be able to go back and see what the original order was and its history

again, im very new to coding myself, i have worked with DEVOs before leading projects but i didn’t code