3/14/2026 10:28:08 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.
|
|
|
|
History table
Posted: 11 Jan 10 11:34 AM
|
| Some of the fields in saleslogix are not able to record changes in the history table (snapshot view in opportunity). Does anyone know where the HistoryID value is set and if I can manually create an sql statement to update this table. Also what the type value represents. |
|
|
|
Re: History table
Posted: 11 Jan 10 2:24 PM
|
the HistoryID value is set one time upon creation / insertion of the record. It's set by vb script code or automagically by the SLX OLE DB Provider.
There is never a 'change' in the HistoryID (see CREATEDATE for the magical moment of conception), so no need to 'record changes' for this field.
You can always run a SQL statement against an SLX table.....your mileage and negative impact on SLX functionality, integrity, synchronization, etc. will definitely vary.
There's a picklist that has all of the Activty (History) Types in it.....262148 is a note for example....many of us have these [mostly] memorized....they haven't changed since Biblical times.....
|
|
|
|
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!
|
|
|
|
|
|
|
|