Repeatable inside relationship field - creating PurchaseOrder with Products inside Task creation #1170
Replies: 3 comments 3 replies
-
Hello @GregaUNK I think your best shot is use relationship Pro with additional data There you will have the main task fields and inside a relationship field with extra data who will be insert in other Model. Cheers. |
Beta Was this translation helpful? Give feedback.
-
Ohh totally @GregaUNK repeatable over repeatable is not possible atm. If you explore that possibility, let us know what errors you are facing and what are you doing to "overcome" them. We haven't explored that since we created the field, but we changed and fixed so many things, that the difficulties we had before, may not all apply now, but we didn't went back to try to make it work. Maybe try using the table field inside the repeatable ? Cheers |
Beta Was this translation helpful? Give feedback.
-
Due to not activity, I will close this issue, but please feel free to re-open or create a new one if needed. Cheers. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have a Task CRUD where users can create tasks. During task creation, I would like to add the ability to directly create purchase orders. Each purchase order consists of various text fields and a repeatable field to add multiple products, including pivot fields like quantity, price, etc.
In the Task update view, there should also be an option to view the complete purchase orders and edit them directly.
Do you have any suggestions on how to implement this?
Beta Was this translation helpful? Give feedback.
All reactions