It a very basic formula being use and I don't know if it will always work as I hope it to be... maybe you see an update post some week or months in the future when I run into problem!
Nothing change except the correct field/attribute (previously I wrote "type" for some reason). So as long as my Status does not equal to "Closed", the formula will executed. When it become Closed it will no longer executed.
Code:
//STOP AND DISABLE FORMULA if (status!='Closed'){ // I write my formula here for example: description='hey it working' } // STOP FORMULA DUE TO CLOSE STATUS
Leave a comment: