Auto Populate Fields on Table View, Concatenate Values and Auto Number Increment #15878
Replies: 1 comment
-
Hey @Cantobravo, Question 1 You won't be able to do this two layers deep on your relationship. However, you can do this on your project view since the customer relationship exists there. In this case, the feature you are likely looking for is setting your view columns to read-only. I've attached a screenshot below showing how you would do this. When referencing this view on the design screen, you can change the labels to make the columns more readable. Question 2 Question 3 I hope this helps. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello to everyone, I hope someone can help.
For instance, I have a relatioship Customers > Projects
Each Customer has many projects. I can chose the customer when I create a new Project.
For Each Project I have many Tasks. I can choose the related project when creating a new task, but I would need to auto populate the customer name related to that project.
I want to do this on a Table view, and not on a form view
In this case, I can also work on a Form View instead of Table view, but if I can get help to add using the Table View it would be great.
I am working with MySQL, but I think I made a mistake using CHAR(45) type for the IDs, and now I am worried that changing would affect relationships and it would mess the whole thing. Perhaps using an Action on the Table View Default number would be easier.
Thanks in advance for helping.
Beta Was this translation helpful? Give feedback.
All reactions