Creating a task item

0
when creating a task item getting the comments and description when showing the data in the data view or list, if you guys can see this the below format mendix version is 8.12.7
asked
1 answers
0

There are multiple things you'll want to check.

  1. Make sure that if you have data grids, you choose not to show empty rows:

  1. Make sure the role you're viewing the data with, has access rights to all the data you want to show them
  2. Make sure you are not creating any empty rows by checking where you create the data. For instance, is there a place where you accidentally commit empty items instead of rolling them back? If you want to check if you actually have empty rows, it might be a good idea to have a look inside your database to see if the data is there or not.
answered