Hi, i have created an form where i have the primary name field and 3 lookup fields to othertables: Contract (not null), Product (not null), subproduct(null)
I want the primary name field to be created based on the chosen lookup fields - so it becomes sort of a unique field. can anyone help me on how to accomplish this in a model driven app ? if the answer is Javascript i might need help to write it.