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!
|
|
Contact:Notes-History Script Error
Posted: 21 Jun 07 7:07 AM
|
Few of the users are getting the following error when they navigate into the contacts screen.
"An error occured executing active from Script (Contact: Notes-History) Error in include Script (System:Notes History Common): Failed to parse SQL at line 495, char 5."
When I checked the script there is nothing wrong in the code.
We are using SLx 6.2.6
Any suggestions on this would be great.
Thanks P.T |
|
|
|
Re: Contact:Notes-History Script Error
Posted: 21 Jun 07 7:23 AM
|
The IS a bug...
at 6.2.6 the version of NH is 6.25 (per manage plugins) at 7.0 there was a bug fix introduced:
Was: grdHistory.Selection.Add(grdHistory.GetCurrentField)
Now: If grdHistory.Recordset.RecordCount <> 0 then grdHistory.Selection.Add(grdHistory.GetCurrentField) End If
Good reason to read the documentation/release notes, etc... -- rjl |
|
|
| |
|
Re: Contact:Notes-History Script Error
Posted: 29 Jun 07 3:48 AM
|
hi ,
even we are facing the same error.
is that solution mentioned above worked?
if not please help me with an alternative solution.
like why this error occurs frequently.
thank you |
|
|
|
Re: Contact:Notes-History Script Error
Posted: 30 Jun 07 8:23 AM
|
The solution I posted was for a specific bug in versions prior to v7.x
SalesLogxi fixed that parttcular bug in v7.0 and that was my post so that folks running v6.2.6 could fix theirs.
It's not MY fix.. It's one from SalesLogix. -- rjl |
|
|
|