Actifsource

#6752 [Story/Wizard] Extend the new resource wizard with additional fields

Actifsource code generator for any programming language

It should be possible to extend the New Resource Wizard with additional fields (Optional/Mandatory).
This can make the resource initialization more dynamic.

Additional fields and their behavior and style can be defined on the Resource 'CreateResourcePropertyWizard'.

6752 1 createresourcepropertywizard


As soon as the selected type has an additional CreateResourcePropertyWizard, the next button is enabled.
If mandatory fields have to be defined, the Finish button is disabled.


6752 2 wizardpage1

6752 3 wizardpage2


If these model functionalities are not sufficient, they can be added via the WizardCommand Aspect.

6752 4 wizardAspect