hiya fellas,
Can anyone help me with this?
I need to get current costs into the customer_record table.
Three tables 1 - customer_record
2 - Services
3 - traffic
Customer_record has a unique pin:voip_id and current_bill
Services has: voip_id associated with multiple clar_pins
Traffic has: clar_pins with costs
I need to sum the cost in traffice with the pins,
associate that back to the services in order to link
the pins to the voip_id and update the current_bill field.
I have tried multiple ways but they all keep bombing.
Any ideas?
Thanks in advance,
rtdvoip
Can anyone help me with this?
I need to get current costs into the customer_record table.
Three tables 1 - customer_record
2 - Services
3 - traffic
Customer_record has a unique pin:voip_id and current_bill
Services has: voip_id associated with multiple clar_pins
Traffic has: clar_pins with costs
I need to sum the cost in traffice with the pins,
associate that back to the services in order to link
the pins to the voip_id and update the current_bill field.
I have tried multiple ways but they all keep bombing.
Any ideas?
Thanks in advance,
rtdvoip