Updating Status When Record is Updated

I would like to automatic "status" changes to record when certain columns are updated.

I am working on a new app.  I already have action buttons set up to update status manually ("Not Started","In Progress", "Compete"); however, I would also like to add auto updates as well.

The a new record defaults to "not started".  I want the record to "In progress" when a transporter is assigned.

ISNOTBLANK([Transporter ID])

When Tank ID is selected or ISNOTBLANK([Tank ID]), I would like the status to move to "Complete".

Any suggestions?

Thanks,

Lee

 

 

 

0 2 131
2 REPLIES 2

Steve
Platinum 4
Platinum 4

There are many options. Form save actions, Bots, or resetOnEdit expressions to re-evaluate the initial value expression.

Top Labels in this Space