Question
Difference between Compile all & Generate Source code for all schemas
10:33 Jul 21, 2022
Hello team,
What is the difference between Compile all and Generate Source Code for all schemas?
Is there any significant difference between the two? When are the best scenarios to use each of them?
Like
2 comments
Best reply
14:49 Jul 22, 2022
Full generation is needed to build links between configuration items. Items can be objects and schemas or links between packages and their dependencies. Full generation links them. Compilation, in addition to its main purpose also generates source files along the /src path which are necessary when working with no-code elements and allow you to create an instance between an object and a table in the DB.
14:49 Jul 22, 2022
Full generation is needed to build links between configuration items. Items can be objects and schemas or links between packages and their dependencies. Full generation links them. Compilation, in addition to its main purpose also generates source files along the /src path which are necessary when working with no-code elements and allow you to create an instance between an object and a table in the DB.
Show all comments