How would I do this:
Projects object
Invoice object
Time object
Employees enter time records which includes a project connection.
So far so good. Now we have a bunch of time records for various projects.
Accounting creates a new Invoice which includes a project connection. We are billing by Project, typically monthly, sometimes using another time period.
Accounting needs to update related time records for the month to a particular Project invoice. IOW’s the Invoice must now be made to connect to time records with a matching Project within a given data range.
I know how to do this in most any SQL RAD tool but not in Knack.
Any hints or ideas on how to handle this in Knack?
Thanks