Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Wednesday, November 27, 2024 
 
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!
 Architect Forums - SalesLogix Scripting & Customization
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.
Forums RSS Feed


 Back to Forum List | Back to SalesLogix Scripting & Customization | New ThreadView:  Search:  
 Author  Thread: ChangeNode on Notes/History
Nick McLean
Posts: 50
 
ChangeNode on Notes/HistoryYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 06 Mar 07 9:04 AM
fiogf49gjkf0d
Anyone know how to get around the fact that onchangenode does not fire when the user uses the curser key to move between rows AND moves to a row previously off screen, which thus means that you cannot just down curser key through the notes/history reading the notes as when you start moving the grid downwards the notes no longer refresh?

Cheers

Nick

[Reply][Quote]
Lloy Sanders
Posts: 69
 
Re: ChangeNode on Notes/HistoryYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 06 Mar 07 9:16 AM
fiogf49gjkf0d
This seems to work for me. What version of SalesLogix are you using? and what is your database platform?
[Reply][Quote]
Nick McLean
Posts: 50
 
Re: ChangeNode on Notes/HistoryYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 06 Mar 07 1:10 PM
fiogf49gjkf0d
You're right, that post was badly lacking specifics,

windows 2003 server
sql server 2000
SLX 7.0.1 (db was 6.1 been uppgraded this weekend)

I have not tested on my own v7 system yet, will try tomorrow and see if I can replicate it on mine.

See ya

Nick
[Reply][Quote]
Lloy Sanders
Posts: 69
 
Re: ChangeNode on Notes/HistoryYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 06 Mar 07 1:15 PM
fiogf49gjkf0d
I just tried it on a 7.0.0 system, and it appears you are correct. Once you get the item on the screen, you can hit up, then down again and it will change, but if you scroll of the screen, the notes do not change. I am running on SQL 2005, so it seems to be a bug in SalesLogix. It does work on our production 6.2.6 system. Good luck.
[Reply][Quote]
Nick McLean
Posts: 50
 
Re: ChangeNode on Notes/HistoryYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 07 Mar 07 3:56 AM
fiogf49gjkf0d
Cheers Lloy

On my laptop - win XP, SLX7.0.1, on multiple different databases both upgraded ones and new ones, the behaviour is the same

Never mind, at least it's not my fault

Thanks for checking that out on your system.

See Ya

Nick
[Reply][Quote]
Nick McLean
Posts: 50
 
Re: ChangeNode on Notes/History - FIXEDYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 08 Mar 07 8:14 AM
fiogf49gjkf0d
Kudos to Andrew Stephenson @ Sage who has found the following way to solve this issue ...

Simply tick the sortable property on the grid.

Three cheers for Sage tech support

See Ya

Nick
[Reply][Quote]
Bob (RJ)Ledger
Posts: 1103
Top 10 forum poster: 1103 posts
 
Re: ChangeNode on Notes/History - FIXEDYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 10 Mar 07 12:25 PM
fiogf49gjkf0d
Quote:
Originally posted by Nick McLean

Kudos to Andrew Stephenson @ Sage who has found the following way to solve this issue ...

Simply tick the sortable property on the grid.

Three cheers for Sage tech support

See Ya

Nick


FYI.. "Sortable" is a code word for.. loads the entire recordset into memory..
So if you notice a bit of memory footprint bloat.. that is why.
--
rjl
[Reply][Quote]
Nick McLean
Posts: 50
 
Re: ChangeNode on Notes/History - FIXEDYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 12 Mar 07 3:16 AM
fiogf49gjkf0d
oooh loading the entire notes/history recordset into memory thats not so hot then (especially since the client that has raised this issue with me has insisted that record to history be set on every field!

Oh well, fingers crossed it will not be too detrimental to them.


Cheers for the FYI

See Ya
Nick
[Reply][Quote]
Bob (RJ)Ledger
Posts: 1103
Top 10 forum poster: 1103 posts
 
Re: ChangeNode on Notes/History - FIXEDYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 14 Mar 07 7:55 AM
fiogf49gjkf0d
Record to history on every field!???!

That's going to break the back of the system! It was NOT intended to be a full audit mechanism.
Your client is NOT going to like the results. I'd get a disclaimer signoff ASAP!
--
rjl
[Reply][Quote]
Nick McLean
Posts: 50
 
Re: ChangeNode on Notes/History - FIXEDYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 14 Mar 07 8:03 AM
fiogf49gjkf0d
Ace - Thank you for that, I wanted to tell them something similar, but I didn't have the confidence to say it. You have given me the confidence to tell them that this is just too over the top.
[Reply][Quote]
Nick McLean
Posts: 50
 
Re: ChangeNode on Notes/History - FIXEDYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 14 Mar 07 8:08 AM
fiogf49gjkf0d
Is there a replacement to using record to history. Basically they feel that using record to history settles arguments as to who changed a field (especially when the person who did change it is denying changing it).

Could the SQL transaction logs be thwe answer to this?
[Reply][Quote]
Bob (RJ)Ledger
Posts: 1103
Top 10 forum poster: 1103 posts
 
Re: ChangeNode on Notes/History - FIXEDYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 15 Mar 07 7:20 AM
fiogf49gjkf0d
If they have issues where they are "fighting" over who changed what.. time to take their computer' away from them and give them a pad and pencil!

SalesLogix was not designed to do 100% auditing of 100% of the fields... plain and simple.

I'd suggest:
A - A limited audit of key fields
B - Implement team security and get rid of the EVERYONE security.. it's useless in this case ( It's always useless

You could go to adding (UGH) UPDATE Triggers on every (user) table.. and record it that way.. but even that type of an audit trail can be very messy..

NOPE.. you will have to get them to settle down and be friends.. ..

--
rjl
[Reply][Quote]
 Page 1 of 1 
  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!
 

 
 slxdeveloper.com is brought to you courtesy of Ryan Farley & Customer FX Corporation.
 This site, and all contents herein, are Copyright © 2024 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.

code of conduct | Subscribe to the slxdeveloper.com Latest Article RSS feed
   
 
page cache (param): 11/27/2024 8:29:39 AM