11/26/2024 6:21:29 PM
|
|
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.
|
|
|
|
Create a complete history entry related to a contact out of code
Posted: 20 Oct 06 6:14 AM
|
fiogf49gjkf0d HI,
I am new in SLX developing. I have the following situation and question.
I try to import a history of a foreign system to SLX. I must create the history entries via code. Is this possible via the application object or do i write directly to the database.
I am using VB 2005 .NET 2.0 and the SLX Com Interop.
Thanks in advance.
best regards
Mark |
|
|
|
Re: Create a complete history entry related to a contact out of code
Posted: 20 Oct 06 11:53 AM
|
fiogf49gjkf0d If you want the history dialog to appear then you could use Application.BasicFunctions.CreateCompletedActivity via the COM exposed application object.
However, for an import, you'll want to just write the entry to the history table via a SLX OLEDB Provider connection. Take a look at some existing entries in the history table to get an idea of what the data needs to look like.
-Ryan |
|
|
| |
|
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!
|
|
|
|
|
|
|
|