├── README.md └── Release Notes.md /README.md: -------------------------------------------------------------------------------- 1 | # Simple-Object-Designer 2 | This repo has been replaced with for all issue tracking. If you had an open issue here, please recreate it on the new board. 3 | 4 | 5 | -------------------------------------------------------------------------------- /Release Notes.md: -------------------------------------------------------------------------------- 1 | Simple Object Designer - Release Notes 2 | ====================================== 3 | 4 | 12.0.0.499 - Release to AppSource 5 | ================================= 6 | * Better support for Microsoft AL Compiler 7 | * Dual App Mode 8 | * New main menu 9 | 10 | 11.0.0.448 - Released to AppSource 11 | ================================== 12 | * Reminders, warehouse field transfer 13 | * Improved symbol refresher to better handle the transition of objects to Foundation Framework 14 | * Added support for reports 215 and 216 15 | * Replaced Microsoft app registration (used for symbol retrieval) 16 | 17 | 11.0.0.422 - Released to AppSource 18 | ================================== 19 | * Support for Microsoft's AL compiler 20 | 21 | 10.0.0.417 - Released to AppSource 22 | ================================== 23 | * Query Support 24 | * Lots of new field transfers 25 | * Standard factboxes on features 26 | 27 | 9.0.0.311 - Released to AppSource 28 | ================================= 29 | * Field Groups 30 | * Field Sorting 31 | * Calculated fields can now handle division by zero and empty dates in CalcDate() 32 | * Calculated fields detect flowfields and re-calculate them 33 | * Mandatory fields calculate flowfields on subtables before checking them 34 | * Even more Field Transfers 35 | 36 | 9.0.0.282 - Released to AppSource 37 | ================================= 38 | * Create calculated fields on pages 39 | * Fixed symbols issues 40 | 41 | 8.0.0.262 - Released to AppSource 42 | ================================= 43 | * Create Mandatory Fields conditions 44 | 45 | 7.0.0.245 - Released to AppSource 46 | ================================= 47 | * Store app defintion inside .app file and allow that to be used in "Import App" 48 | * Allow changing options members (with Force Deploy) 49 | * Better analysis for dependencies to other extensions 50 | * Features with a list page gets that assigned as lookup page 51 | * Support for FlowFields 52 | * Support for filtered Lookup fields (supporting lookup into table multiple fields in the primary key 53 | * More symbols tuning 54 | * Allow Symbol download with a delegate admin account 55 | * DrilldownPageId added to flowfields 56 | 57 | 6.0.0.213 - Released to AppSource 58 | ================================= 59 | 60 | * Create APIs for (some) Codeunits 61 | * Major Symbol cleanup 62 | 63 | 5.0.0.197 - Released to AppSource 64 | ================================= 65 | * GitHub and AL-Go! Integration 66 | 67 | 5.0.0.139 - Released to AppSource 68 | ================================= 69 | * Support for creating RoleCenters 70 | 71 | 4.0.0.117 - Released to AppSource 72 | ================================= 73 | * First release with support for creating new tables 74 | 75 | 4.0.0.118 76 | ========= 77 | * New Field Transfer Item Category->Item 78 | 79 | 4.0.0.119 80 | ========= 81 | * Added ExtendedDataType property to new fields and features 82 | * Fix bug regarding customizations on deleted tables 83 | * Start Object Number in Setup must be over 50.000 84 | 85 | 4.0.0.121 - Released to AppSource 86 | ================================= 87 | * Fixed bugs regarding customization on deleted fields 88 | * Prevent treating fields added as "existing fields" 89 | * Changed how list are called to allow filters on field pages 90 | * "Init New App" could create "leftovers" in field properties 91 | 92 | 4.0.0.123 - Released to AppSource 93 | ================================= 94 | * Fixed bug regarding symbols vs 95 | * Added support for exposing APIs to use the secondary readonly database for optimal read performance without impacting the produciton environment. 96 | 97 | 4.0.0.126 - Released to AppSource 98 | ================================= 99 | * Typo on registration page 100 | * Add check to ensure primary keys with number series are Code[20] 101 | * Fixed deployment error when a existing without customization were included in the extension. 102 | 103 | 4.0.0.127 - Released to AppSource 104 | ================================= 105 | * Fixed bug where API page using fields from a different extension could result in an missing dependency error 106 | 107 | 4.0.0.129 - Released to AppSource 108 | ================================= 109 | * Added Fixed Asset and Service Item as anchor tables for the data-related template 110 | * Add tooltip support for new fields and features. 111 | 112 | 4.0.0.131 - Released to AppSource 113 | ================================= 114 | * Fixed bug where Line fields could be placed on head list page 115 | * Added quotes to fields named "area", "field", "group", and "layout" 116 | * Added check for duplciate field names 117 | 118 | 4.0.0.135 - Released to AppSource 119 | ================================= 120 | * Prevent users from creating SystemId (and other System fields) 121 | * Prevent usage of special characters in publisher name 122 | * Fixed bug for missing fields on List pages 123 | * Fix for app.json missing commas 124 | * Fix for fields named "id" in APIs 125 | 126 | --------------------------------------------------------------------------------