I have to ask 2 question HELP ME GUYS!

0
 I create Project name Worktracking now i create page MainMenu_Project, MainMenu_Task, Add_Project, Add_Task already but on add_task i want to use File Manager for upload and download but i found error no access to entity 'system.FileDocument' for user role 'Administrator' (with role 'Administrator' in module 'system') bc. i use Association btw Task in my domain and FileDocument in system domain (Task_FileDocument) (= Task_FileDocument/FileDocument/Name) like this  i want to fix my layout i use Templete grid show {ID} {Name} {Description} {Department} {StartDate} {DueDate} ilke this and when to task has diff letter lengths  It came out terrible. :(
asked
3 answers
1

Hello Worachit Sommut,

 

Thanks for the screenshot.

Yes this looks indeed a bit messy hahah :-).

To overcome this you can do multiple things use a layout grid, use a table, or use a datagrid this forces the information to start and end within the boundaries.

 

More information about the different options here;

 

https://docs.mendix.com/refguide/layout-grid/

https://docs.mendix.com/appstore/modules/data-grid-2/

https://docs.mendix.com/refguide/table/

 

Hope this helps,

 

Good luck!

answered
0

Hello Worachit Sommut,

 

1. Make a different entity which is a generalization of system.FIleDocument 

 

See also this how to: https://docs.mendix.com/refguide/configure-files/

 

2. For this point can you elaborate more and maybe add screenshots of what you would like to achieve and what at the momen the problem is

answered
0

 

I want them to be in their own place. It's like there's a table covering it so it doesn't overlap other channels.

 

 

Screenshot 2024-12-16 174631.png

answered