We have a stored procedure in MS-SQL database that maintains the next customer account number that should be used. When we update a contact record in GoldMine and change the contact type (Contact1->Key2) to a "Customer", we would like the Account Number (Contact1->Key5) field to AutoUpdate with the next customer account number from the stored procedure.
We use the Lookup.INI file to AutoUpdate fields using dBase expressions, but I don't know if I can call a stored procedure and place its results into the field.
Any suggestions ?
We use the Lookup.INI file to AutoUpdate fields using dBase expressions, but I don't know if I can call a stored procedure and place its results into the field.
Any suggestions ?