How to use "Conditions" in Workflow and doctype

am trying to set condition in Work order Doc type saying that " Manufacture Stock entry" will be submitted only when specific action is closed.

Question is how to write condition? any tutorial or information will be helpful to me. i Know the concept but not able to write scripts accordingly

please suggest

Hi @prasad_naik,

Please check it.

More other information for check it.

I hope this helps.
Thank You!

thanks @NCP . Let me check and try.

Can we have multiple conditions here? while approving either work order or stockentry?
image

Condition like:

doc.status == "Open" and doc.customer_credit_limit > 1000

Please try and check it.

Thanks!

Ok Great thanks. let me check it