Question: How can I get the existing Contact using the Contact ID, and then update fields for that Contact in SalesLogix?
Answer: When you have the current contactid, open up that row in a
recordset – “select * from contact where contactid = ‘” &
Application.BasicFunctions.CurrentContactID & “‘” – and update fields
as needed in the recordset.



