asifrumani's avatar

asifrumani wrote a comment+100 XP

3w ago

@ShrutiBalasa Thanks so much!

asifrumani's avatar

asifrumani wrote a comment+100 XP

1mo ago

@ShrutiBalasa Thank you. Look forward to it.

asifrumani's avatar

asifrumani liked a comment+100 XP

1mo ago

@asifrumani Yes, will make that available.

asifrumani's avatar

asifrumani wrote a comment+100 XP

1mo ago

Hi Shruti,

Thank you for the amazing dose of knowledge on Filament. As a beginner and an enthusiast, I really appreciate it. The information in the course was amazing and very helpful to learn about the extensive flexibility that Filament has to offer.

I wanted to know if you have the source code of the course in a Github repository. That would be very helpful to me and I am sure to many others who would like to take the knowledge that you imparted and build more customizations and in the process learn more about Filament.

Please let me know if there is a way I can download source code from the course.

Thanks in advance.

asifrumani's avatar

asifrumani started a new conversation+100 XP

4mos ago

I am not very well versed with Filament, just the basic stuff. I am using Filament v4. I have models Customer and Deal. Customer model has HasMany relationship with Deals and Deal model has BelongsTo relationship with Customer. I have DealRelationManager in CustomerResource which lists all Deals for a customer when in View or Edit mode. I am trying to work out a way to automatically populate the 'customer_id' Select with appropriate customer_id when creating a new Deal record through the DealRelationManager.

Any suggestions are appreciated. Thank you in advance.