User Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:devel:develtutorials [2016/12/05 13:09]
joebordes
en:devel:develtutorials [2020/04/25 16:48] (current)
joebordes
Line 1: Line 1:
 ====== Development Tutorials ====== ====== Development Tutorials ======
  
-  * [[en:​devel:​createvtlibmodule|Create coreBOS module ​or extension]]+  * [[en:​devel:​createvtlibmodule|Create ​coreBOS module]] 
 +  * [[en:​devel:​createvtlibextension|Create a coreBOS ​extension]]
   * [[en:​devel:​uitypes|List of coreBOS UITypes]]   * [[en:​devel:​uitypes|List of coreBOS UITypes]]
 +  * [[en:​devel:​multicurrency|coreBOS Multi-Currency Fields]]
   * [[en:​devel:​field_structure|Field Structure: Columns and definitions]]   * [[en:​devel:​field_structure|Field Structure: Columns and definitions]]
   * [[en:​devel:​packagemodules|How to prepare modules for distribution]]   * [[en:​devel:​packagemodules|How to prepare modules for distribution]]
 +  * [[en:​devel:​changedatabase|Steps to take when changing your database]]
   * [[en:​devel:​relatedlists|How to add related lists to a module]]   * [[en:​devel:​relatedlists|How to add related lists to a module]]
   * [[en:​devel:​corebosupdater|How to prepare and distribute system changes using coreBOS Updater]]   * [[en:​devel:​corebosupdater|How to prepare and distribute system changes using coreBOS Updater]]
   * [[en:​devel:​entityidentifier|How to change entity identifier]]   * [[en:​devel:​entityidentifier|How to change entity identifier]]
 +  * [[en:​devel:​renamedeletefield|How to rename or delete a field]]
   * [[en:​devel:​saverecordfromwithin|How to properly save a record from within the application]]   * [[en:​devel:​saverecordfromwithin|How to properly save a record from within the application]]
   * [[en:​devel:​listpricereadonly|How to Make List Price Read Only On Inventory Modules]]   * [[en:​devel:​listpricereadonly|How to Make List Price Read Only On Inventory Modules]]
Line 21: Line 25:
   * [[en:​devel:​corebos_validation|How to add custom validations to your module]]   * [[en:​devel:​corebos_validation|How to add custom validations to your module]]
   * [[en:​devel:​corebos_menufilter|How to filter records on a module based on menu parameter]]   * [[en:​devel:​corebos_menufilter|How to filter records on a module based on menu parameter]]
 +  * [[en:​smsnotifier#​writing_custom_providers|Writing custom SMS providers]]
 +  * [[en:​devel:​corebos_mqtm|coreBOS Message Queue and Task Manager]]
 +  * [[en:​devel:​corebos_settings|coreBOS Settings]]
 +  * [[en:​devel:​corebos_rules|coreBOS Rules]]
 +  * [[en:​devel:​standardoutputmessage|Application Standard Message Output]]
 +  * [[en:​devel:​confidentalinfoaddencryption|Add Encryption/​Decryption methods to Confidential Information module]]
 +  * [[en:​devel:​executefunctions|Generic Javascript API Access to backend: Execute Function]]
 +  * [[en:​devel:​designloginpage|Design your login page]]
 +  * [[en:​devel:​updateimagefield|How to update an image field from code]]
 +  * [[en:​devel:​reschedulecrontask|How to dynamically reschedule a cron task]]
 +  * [[en:​devel:​sendemailservice|How to implement a send email service]]
 +  * [[en:​devel:​querygenerator|Query Generator]]