Inside Activate
...
How To
How to Disable the Update Check on Order Services
2 min
at times you may wish to disable the update check on order services by default activate prevents an update being proceeding if none of the fields have changed on the form this was a change introduced in v6 based on feedback that unnecessary order process jobs were being run which resulted in tickets to do no changes also introduced was the ability to disable this functionality if required a case for this might be that the order process is automated so putting through requests with no changes doesn’t cause significant overhead and may help to refresh the user’s records steps disabling this feature requires adding configuration to the browseservices page within the web wizard on the order services task open the web wizard on the order services task click the change to text mode button on the toolbar within the browseservices page node add \<disableupdatecheck>true\</disableupdatecheck> node to disable this feature permanently another option is to make it configurable per service, you can do this by setting the value to \<disableupdatecheck>=//service/disableupdatecheck\</disableupdatecheck> activate will then look at the parameter disableupdatecheck on the service to determine whether it should enable this functionality this check defaults to false