Forum Discussion
MCFNeil
9 years agoQrew Captain
It sounds like you are looking to assign a piece of inventory (asset) to a client, even when the asset and client are made at different times, and not related.
What type of "unique" identifier are you going to use to link the two?
At what point do they become linked? What triggers the connection? Is the asset sold from inventory?
What type of "unique" identifier are you going to use to link the two?
At what point do they become linked? What triggers the connection? Is the asset sold from inventory?
- PatriciaSabelli9 years agoQrew TraineeThere are two types of records: the records with clients and the ones without. For the ones with clients: they are made at the same time using webhooks. When a client is created so are his locker, computer and so forth. And the tables are related through a parent-child relationship. The client being the parent and the other the child. I'm just using a "Related Client" field so when the webhook triggers I write the Record ID# of the client on the child record. For the ones without clients: they are created manually or via excel import with an empty Related Client field. What I meant by other data being imputed later was related to the locker number, for example, which is not up to someone imputing the Client into the system.