I want to apply workflow when anyone is updating the item by clicking update item and then the above dialog open I want to apply workflow state on it
@NCP
I want to apply workflow when anyone is updating the item by clicking update item and then the above dialog open I want to apply workflow state on it
We can use doctype field in the conditions of workflow. So, button is not the part of doctype fields.
I have one suggestion for you. you can try it.
Create field in the doctype like “Item Updated”. by default value will be zero
When use click on “Update Item” button and update the items.
after the updating the items, you also update the value of field “Item Updated” to 1
After all you can apply condition on the base of “Item Updated” field