modal-dsl / modal

A Domain Specific Language for AL Extension Development
Apache License 2.0
16 stars 4 forks source link

Use of Flowfields #23

Open FrankNeeckx opened 3 years ago

FrankNeeckx commented 3 years ago

Hi Jonathan,

Great job, do you have further plans to add Flowfields to the model ?

Would it be an option to be able to define the srcgen -path. or always use the dir-structure. So I would be able to create several mdal-files with different "Master" tables in one repo. eg. In your solution I would like to add a "Seminar School", which at his own turn have some suplementary tables (headmaster, ...). But I would like to use the automatic No. series possibility on this table. So if I could create a directory structure in my repo like :

Seminar (top level) seminar\seminar (master = seminar) seminar\seminar\src (mdal file for seminar) seminar\seminar\srcgen (generated source code for seminar) seminar\school (master = school) seminar\seminar\src (mdal file for school) seminar\seminar\srcgen (generated source code for school)