October and November of 2014 find us starting to add new functionality to coreBOS while keeping alive the constant beat of improvements.
vtiger CRM 6.x migration scripts
We create vtiger crm 6.x migration scripts which you can use to convert any 6.x version database to the 5.4 structure and from there you can upgrade to the latest version of coreBOS. During this process we get the optimizations and useful changes vtiger has put into their 6.x series and put them into coreBOS too.
Workflow enhancements
We add a set of new Expression functions like upper, lower, substring, add time parameter to get_date workflow expression to get the current time, ...
Conditions empty/notempty
We add a From name and From email field on the workflow email task so you can completely customize the automatic messages going out of the application
Return name, not ID on related field reference
Option to receive emails being sent
We inherited from vtiger crm a curious feature whereas you will receive in your inbox a copy of all emails you send. This should be changed to save the email copy in your sent box but in the mean time we add a per-user option to deactivate this functionality.
Composer installer
This is a very important implementor feature called Perspectives which I explain in an individual blog post.
Make all blocks in detail view sortable, even detail view widgets and custom blocks
Related list hook
Webservice: GetReferenceAutocomplete
This is an important developer enhancement which permits us to launch a search for a record and retrieve a list of possible candidates. It is the necessary functionality to create an autocomplete field. In fact we use it in the coreBOSCP Project and will use it in the near future to implement this functionality inside the application for capture fields (uitype 10).
This feature can be used both from the webservice and the internal API interface.
Some others:
Thanks for reading.