RE: Add new Comment field to the D365 Timesheet App
Thanks André for your answer.
I already took a look on the Class that you are mentioning by following the MS documentation and I realized that there is no way to reach the level that I want (Timesheet line - day) . The framework provides to reach the that level only in case you want to get back some values from the line to the line-day. But is not my case.
Talking about extending the current field to 1000, I think is not an alternative since that field is mentioned as a parameter, as a value to initialized other fields and variables in other protected methods, etc and doing that implies "modifying/estending" a lot of components.
What we are going to use is the option "My timesheets (optimized for mobiles)" which is in the module "Project management and accounting". That option provides what our customers need so far. Personally, I see that option has a better look and feel than the Timesheet App and since is a "regular" D365 form we can extended to add our new field.
I'm not sure if someone around the world has faced the challenge to modify the Project Timesheet App at this moment.
Thanks.