Hello Outsystems Community,
Firstly i am working on Outsystems 11 platform, i have created a small application within which i have to add an employee data,
So for adding employee data i have created a form(called Add Employee) and saving it in a 'emp' entity,
PROBLEM:
Now after using it and saving new data, when again i re-open 'Add employee' form it shows me previous employee's saved data , so i want that whenever i open 'Add Employee' form it should not have any pre-entered values
Example You can see below whichever field i had filled before are being pre-entered , so i want this should not happen and all the fields should be empty and clear to fill
Hi DS,
You will need to assign the values of the inputs to its null value (the texts to "", the dates to NullDate(), etc.).
Being that said, you can do one of two things depending on the situation:
Hope it helps.
Regards,DS
Hello DS,
Can you share your OML so we can take a better look?
Kind regards,
Rui Barradas
Hi DS ,
you have to add refresh in the end of the logic when u click save , and assign it to null