Photo and Google map "Lookup fields" not working

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
ndoddi
Posts: 13
Joined: 2020-03-26 18:08

Photo and Google map "Lookup fields" not working

Post by ndoddi » 2020-05-15 22:07

1. I have Properties table(Parent) & Appointments table(Child) in my project.
2. I added property name, address, photo and google map fields in Properties Table. All these fields are working fine in Properties table.
3. Now I am trying to get all above property fields to Appointments table with "Lookup fields" in Appgini.
4. Property name and address Lookup fields are working fine. But Photo and google map "Lookup fields" in appointment tables are not working. Please let me know, if I missed any steps or this is not supported by Appgini ?

ndoddi
Posts: 13
Joined: 2020-03-26 18:08

Re: Photo and Google map "Lookup fields" not working

Post by ndoddi » 2020-05-31 01:43

"google map (Lookup field)" in Appointment Table is shown as text, as shown in below image. But actually, it should show as google map. It looks this is a Bug. Please fix this bug.
GoogleMap.png
GoogleMap.png (14.07 KiB) Viewed 878 times
However, "google map field" in Properties Table, is shown as map, as below. This is correct behavior.
map3.png
map3.png (161.7 KiB) Viewed 878 times

Post Reply