Auto numbering

Certified Associate Developer

I have an interface where a supervisor can prioritize orders.  Is there a way that when one order ships that the numbers will automatically change to a lower number?

  Discussion posts and replies are publicly visible

Parents Reply
  • Yea, sounds like this would be best done on the function that actually ships the order, where each lower priority order is "raised" by 1 (number lowered) once an order is shipped - one order at a time.  Is there any SAIL code that can be shared around that? (I'm still not sure where that occurs in this use case...)

    The logic for having a button on the form for users to manually click to re-prioritize can be done, but the logic is a little interesting with multiple similarly-prioritized rows and multiple possible gaps (2-3 orders ship before re-prioritizing) - and would not be my preferred solution.

Children
No Data