Hello,
We are working on a web application called Web Client Dispatcher, where we manage resource relocation. In this process, we select a district, followed by the relocation start date and end date, and then save the record. For example, if we set the relocation start date as 23/10/2024, the current time is automatically recorded, and we can select any end date before saving the record.
At the specified relocation time, the relocation starts, and the relocation flag is triggered in our database, setting the relocation status to "Y". However, the relocation start date in the web client remains editable. We want the start date to become non-editable once the relocation is triggered and the status is set to "Y".
We have implemented this, but we are not seeing the expected output. Please review this issue and let us know if you have any insights.
Thank you.