12/14/2025 1:40:28 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: Adding another Filter Option to the Notes/History tab for Accounts (SLX v6.2.6)
Posted: 12 Oct 07 3:34 PM
|
I added the following to the Notes History Comman (System) script:
If chkCategory.Text = "T" Then If pklCategory.Text = "" Then pklCategory.Popup End If
If pklCategory.Text <> "" Then strGridSQL = strGridSQL & " AND (CATEGORY = '" & pklCategory.TextOrder & ") " 'DNL Else chkCategory.Text = "F" End If End If
Is there anything wrong with it? |
|
|
|
Re: Adding another Filter Option to the Notes/History tab for Accounts (SLX v6.2.6)
Posted: 12 Oct 07 4:03 PM
|
I get the following error when I try to use the filter on the SalesLogix Client:
An error occurred executing active form script (Account: Notes-History). Error in include script (System: NOTES HISTORY COMMON). Syntax error converting the varchar value 'Price Change' to a column of data type int at line 521, char 5.
line 521, char5 is:
520- grdHistory.SQL.Text = strGridSQL 521- grdHistory.Active = True |
|
|
| |
|
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!
|
|
|
|
|
|
|
|