I'm new to OutSystems and I want to know what is meant by Scaffolding patterns and accelerators ?
Hi Muhamed,
Welcome to OutSystems.
Schafolding patterns are features build into Service Studio where OutSystems will generate some low code elements for you. For example when you drag an entity on a UI flow a list screen is created including filter, sorting and paging logic. The second time you drag the same entity to the UI flow a detail screen including save button is created that is automatically connected to the list screen, and the previously created list screen is updated to have a button to add a record and a link on the listed records to start edition them.
I could not find a recent.overview of schafolding patterns, but the following list is still pretty much valiid: https://www.outsystems.com/help/servicestudio/9.1/index.htm#t=Web_User_Interface%2FAbout_Scaffolding_a_CRUD.htm
The next.post contains also some useful links to documentation regarding schafolding and accelerators:
https://www.outsystems.com/forums/discussion/52749/a-list-of-outsystems-11-accelerators/
Regards,
Daniel
Than you very much
Muhamed Akl wrote:
Your welcome,
one advice as you are new to OutSystems, goto the Learn page and follow the available free online training.
Thanks, Daniel, for your time.