I have 2 entities
1. Quote (it has One-to-Many relationship with install)
2. Install ( it has Many-to-One relationship with quote )
in install section i try to get data of Quote , so for example i mapped Date quoted in the install section.
I added the foreign fields in the install section having link with the Quote , and in layout Details section i added the fields ,
Now when i try to create a Install from Quote page relationship panel , i cannot fetch the date quoted values in the create screen of the install , it shows an empty value.
1. Quote (it has One-to-Many relationship with install)
2. Install ( it has Many-to-One relationship with quote )
in install section i try to get data of Quote , so for example i mapped Date quoted in the install section.
I added the foreign fields in the install section having link with the Quote , and in layout Details section i added the fields ,
Now when i try to create a Install from Quote page relationship panel , i cannot fetch the date quoted values in the create screen of the install , it shows an empty value.
Comment