Ref is not working

I have the following tables:

1) Customer
2) Call Log
3) Service
4) Payments: Fields: Payment ID (Key), Service ID (Ref), Customer ID (Ref to Customer Database), Amt. Paid (Price), Customer Name V (Virtual Column - [Customer ID].[Customer Name]) etc

Issue is that even after using a ref, in the back end database suddenly the customer ID has stopped showing up because if which for each customer I am not able to see the related payments.

I tried everything, but I am not able to understand the reason.

Can someone please guide.11.png223.png

Solved Solved
0 6 100
1 ACCEPTED SOLUTION

Aurelien
Google Developer Expert
Google Developer Expert

Hi @Aditya_Vinayak_ 

How do you proceed to create a new payment record in the app? To me, it looks like you don't select the customer, hence the field remains empty.

View solution in original post

6 REPLIES 6

Aurelien
Google Developer Expert
Google Developer Expert

Hi @Aditya_Vinayak_ 

How do you proceed to create a new payment record in the app? To me, it looks like you don't select the customer, hence the field remains empty.

So i will try to explain the best way possible:

1) Create a customer
2) Create a service under that customer
3) Create a payment for that particular service

Under payments Customer V is a virtual column which through the above formula should take the customers name automatically right?

 

88.png77.png66.png33.png45.png

Aurelien
Google Developer Expert
Google Developer Expert

@Aditya_Vinayak_ wrote:

Under payments Customer V is a virtual column which through the above formula should take the customers name automatically right?


Yes, provided the customer is selected first.

This: 

Aurelien_0-1676987896804.png

 

Will automatically select the customer, because you are on the Customer detailed view.

Yes...but i am not able to understand why its not working....

Aurelien
Google Developer Expert
Google Developer Expert

Did you check the option "is a part of" for your child table?

No i didnt

Top Labels in this Space