Apprentice101
IS-IT--Management
I have a master table (contracts table) with about 20 variables. (about 20 records/ contracts in it) the records are static, they only chage once every 5 years.
The idea is that a user queries a customer, if the customer does not have a contract assigned to him/her, the user will open a LOV to see the list of contracts. Selects one, the contract is displayed (the 20 variables) on the screen after the selection in the LOV, then somehow as the user clicks a button labeled "assign this contract to this customer" the contract ID gets saved as part of the customer record, therefore, next time the customer gets query, somehow the contract should also come up with the user reassigning it.
So here are the rules:
A customer can have only one contract. A contract can have many or more customers.
can you guys please give ideas about how to start with this? what features in forms can I use to make this happen?
thanks a bunch.
joey
The idea is that a user queries a customer, if the customer does not have a contract assigned to him/her, the user will open a LOV to see the list of contracts. Selects one, the contract is displayed (the 20 variables) on the screen after the selection in the LOV, then somehow as the user clicks a button labeled "assign this contract to this customer" the contract ID gets saved as part of the customer record, therefore, next time the customer gets query, somehow the contract should also come up with the user reassigning it.
So here are the rules:
A customer can have only one contract. A contract can have many or more customers.
can you guys please give ideas about how to start with this? what features in forms can I use to make this happen?
thanks a bunch.
joey