Employee Services from the dependencies of Directory,
1.Why the bootstrap is located in EmployeesSampleData module, though its entity is in other module called Employees? I thought, entity and its bootstrap are always in the same module.
2.Would you mind telling me where the entity data comes in first ? from bootstrap or from rest. Because i m creating the same one , i was lost in the way . Please see the photo, i can not bootstrap the data into the entity yet. it would be helpful , if you explained a few steps .
Thank you very much .
Hello,
Bootstrap action will run in the first deploy and will create the data (from excel file).
Did you publish and confirm that?
BR,
Luis
Luís Cardoso wrote:
Hello
Luís Cardoso Thanks for the reply .
1.how to debug the logic when there is no screen<interface > in the employee Service module?
2. i havent sudied yet about the "Process" of the Outsystems . It would be help if you explain the little brief ,
what the difference between process and timer etc..The rest i would go with the online course by myself.
Merry Christmas !
You can run the Timer in the service center and "start debug" in the module. Please see more info here:https://success.outsystems.com/Documentation/11/Developing_an_Application/Troubleshooting_Applications/Debugging_Applications
About timers and BPT processes, you can see more info here:https://success.outsystems.com/Documentation/11/Developing_an_Application/Use_Timers
https://success.outsystems.com/Documentation/11/Developing_an_Application/Use_Processes_(BPT)