Search found 51 matches
- Thu Sep 20, 2018 2:00 pm
- Forum: General
- Topic: works on one, but not on the other
- Replies: 2
- Views: 693
Re: works on one, but not on the other - SOLVED
Solved. Just to follow up on my own thread- The program worked on my machine because the library in question (IronPython.Modules.dll) was loaded from the GAC. On the other machines where the program failed, this library did not exist in the GAC. I had forgotten that I had installed IronPython.NET a ...
- Thu Sep 20, 2018 11:37 am
- Forum: General
- Topic: works on one, but not on the other
- Replies: 2
- Views: 693
works on one, but not on the other
Hello- I have a basic console app which uses the SDK to open an order, make a small edit, and then save the order. When executed on my machine against a given order, it works. When the output folder is xcopy'd over to another dev's machine and executed against the same order it does not. The excepti...
- Tue Sep 18, 2018 10:00 am
- Forum: General
- Topic: Subscribe to event for when invoice line item deleted ?
- Replies: 2
- Views: 698
Re: Subscribe to event for when invoice line item deleted ?
Ok, thanks for the tip, and the example code for monitoring list changes.
....and it looks like the ListChangedEventArgs param offers a ListChangedType property which can be compared against the ListChangedType .ItemDeleted enum value.
Looks promising.
Regards-
....and it looks like the ListChangedEventArgs param offers a ListChangedType property which can be compared against the ListChangedType .ItemDeleted enum value.
Looks promising.
Regards-
- Mon Sep 10, 2018 1:21 pm
- Forum: General
- Topic: Subscribe to event for when invoice line item deleted ?
- Replies: 2
- Views: 698
Subscribe to event for when invoice line item deleted ?
Hi- I'd like to know when a user has removed a line item from an Invoice. In that use case, we have some custom records regarding payments made against that line item that I need to adjust. What options do I have for registering a handler or otherwise getting notified so I can execute some custom co...
- Mon Aug 13, 2018 1:33 pm
- Forum: Server
- Topic: Do the SPS client & server support the Http Keep Alive feature ?
- Replies: 1
- Views: 575
Do the SPS client & server support the Http Keep Alive feature ?
(see subject)
Thanks.
Thanks.
- Tue Jun 05, 2018 9:54 am
- Forum: General
- Topic: Paging lookup table records?
- Replies: 6
- Views: 928
Re: Paging lookup table records?
Hi-
Check out LookupQuerySpec's MaxRows property.
Regards-
Check out LookupQuerySpec's MaxRows property.
Regards-
- Fri May 11, 2018 3:00 pm
- Forum: Server
- Topic: Using SoftPro Select with F5 load balancer
- Replies: 3
- Views: 637
Re: Using SoftPro Select with F5 load balancer
Thanks, John.
And if I restart the SPS client, will it generate a new cid value ?
And if I restart the SPS client, will it generate a new cid value ?
- Fri May 11, 2018 1:30 pm
- Forum: Server
- Topic: Using SoftPro Select with F5 load balancer
- Replies: 3
- Views: 637
Using SoftPro Select with F5 load balancer
Hi- It is my understanding that the SPS Client requires any load balancer which sits between the client and an SPS server farm to allow for session stickiness/affinity. Our F5 vendor is suggesting that we use their cookie feature to do this. That is, new sessions are issued new cookies, and thus tra...
- Mon May 07, 2018 8:45 am
- Forum: General
- Topic: New lookup table defined with AppendOrUpdate behavior, but Import From File feature does not respect that setting
- Replies: 1
- Views: 527
New lookup table defined with AppendOrUpdate behavior, but Import From File feature does not respect that setting
Hi- I’ve defined a new lookup table using the AppendOrUpdate behavior for new entries. Then, when I use the “Import from File” feature to bulk import entries from my spreadsheet (which contains duplicates), it displays a success message which confirms that # of rows were imported from my spreadsheet...
- Thu Apr 26, 2018 11:36 am
- Forum: Server
- Topic: Does the SPS client perform some sort of idle "heartbeat" call back to the SPS server ?
- Replies: 1
- Views: 489
Does the SPS client perform some sort of idle "heartbeat" call back to the SPS server ?
Hi- See question in subject. That is, if the user has established a session, but is otherwise inactive, will the client continue to make calls every so often back to the server? What is the frequency of those calls? (I'm trying to determine a valid session timeout setting for a load balancer.) Thank...