Exercise - Local Columns
- Create a new UIController name it ShowOrders.
- Show Data from Orders Entity.
- Create a local DateColumn, name it EstimatedArrivalDate. (use the mem snippet).
- Add it to the grid next to the OrderDate.
- Go Back to the controller and Override the OnEnterRow.
- In the OnEnterRow Update the Value of EstimatedArrivalDate to the OrderDate value plus 30 days. (use the OrderDate add days method).
- Save changes to Git.
- Build and test.
- Notice that the EstimatedArrivalDate value is updated only after you enter to the row.
Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com