8/24/2025 10:38:22 AM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss writing script in Architect plugins for SalesLogix & general SalesLogix customization topics (for Windows client only). View the code of conduct for posting guidelines.
|
|
|
| |
| |
|
Re: How to get the existing contact and then update the contact.
Posted: 30 Jun 08 11:31 AM
|
To elaborate on what RJL mentioned, once you have the current contactid, you just open up that row in a recordset ("select * from contact where contactid = '" & Application.BasicFunctions.CurrentContactID & "'") and update fields as needed in the recordset. Make sense? |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|