When running the app generate deployment files, the modified java action code is initialized to the code at the beginning of creation

0
When running the app generate deployment files, the modified java action code is initialized to the code at the beginning of creation. How do I prevent it from being initialized?
asked
1 answers
1

Hi Kim,

you have to write your code within //BEGIN USER CODE and //END CODE

area in your java file 

if you have some class or function that you want to create then you can between 

//BEGIN EXTRA CODE and //END EXTRA CODE

all code written outside of this will be overwritten when you run your app

 

image.png

answered