================Change the STATUS field value depending on certain condition=================== For basic information on plugins, please refer: [[claromentis:development:infocapture_plugin]] In this section we would see how to change STATUS field value depending on the number entered in the text box You can find the xml file of the test project here: {{help:infocapture:plugins:ic_project_-_35_-_to_change_the_status_through_plugin_-_sp_03-mar-2009_.xml|}} Lets suppose we have this test project with ID = 35 {{claromentis:configuration_and_customization:infocapture:plugins:35.1.png|}} Lets suppose there are three STATUSES: Less, Equal, Greater. If the number entered is less than 100, STATUS = Less. If the number is equal to 100, STATUS = Equal else STATUS = Greater. To achive this we would require plugin_35_add_issue.php {{claromentis:configuration_and_customization:infocapture:plugins:35.2.png|}} Here I have entered number 45, STATUS is set to Less