Search found 51 matches
- Wed Apr 25, 2018 8:45 am
- Forum: Shell (User Interface)
- Topic: How to bind keyboard shortcut to ribbon command ?
- Replies: 1
- Views: 445
How to bind keyboard shortcut to ribbon command ?
Hi- While editing an Order, I'd like to be able to hit something like CTRL+L and launch a custom shell package window. I searched the forums and SDK for both "shortcut" and "mneumonic" and found a few reference items, but I'm not sure how to use them to achieve what I'm after. Thoughts/guidance appr...
- Thu Apr 12, 2018 12:38 pm
- Forum: General
- Topic: lookupService.ApplyChanges(lookupTable) --> how many changes in bulk is reasonable ?
- Replies: 5
- Views: 923
Re: lookupService.ApplyChanges(lookupTable) --> how many changes in bulk is reasonable ?
Thank you very much for the research.
Does the timeout result in a specific Type of exception that I can catch? or some other means of detecting that particular failure vs any other failures ?
....maybe I can fashion some sort of retry behavior with a fraction of the original attempt...
Regards-
Does the timeout result in a specific Type of exception that I can catch? or some other means of detecting that particular failure vs any other failures ?
....maybe I can fashion some sort of retry behavior with a fraction of the original attempt...
Regards-
- Thu Apr 12, 2018 9:18 am
- Forum: Installation and Setup
- Topic: Application Insights - how to?
- Replies: 1
- Views: 594
Application Insights - how to?
I’m interested in what type of transparency the Application Insights feature can offer for my SPS system. I’m looking for resources to help me determine: 1) As a system administrator/owner, How to make best use of the aggregated information the Application Insights feature can offer ? I understand t...
- Wed Apr 11, 2018 3:27 pm
- Forum: General
- Topic: How to update/refresh many lookup-based fields in an order template?
- Replies: 1
- Views: 582
How to update/refresh many lookup-based fields in an order template?
Hi- I have an order template which has several fields, each of which corresponds to a particular lookup table. Each of those fields are set to a particular code from its corresponding lookup table, and the corresponding description (and possibly others) fields were captured correctly when the templa...
- Tue Apr 10, 2018 9:43 am
- Forum: General
- Topic: orderStore.NewOrder(spec) timeout exception
- Replies: 5
- Views: 1011
Re: orderStore.NewOrder(spec) timeout exception
Hi Bob- Thanks for the research and updated notes. However, my "source" order was not recently created, and has been existing for some time. The upstream calling logic is fed a CSV list of order numbers that were fetched from the database awhile ago. And the method that I displayed here simply accep...
- Fri Apr 06, 2018 10:57 am
- Forum: Server
- Topic: When do orders get removed from Virtual Memory (DISK) ?
- Replies: 1
- Views: 481
When do orders get removed from Virtual Memory (DISK) ?
Hi-
I'm watching the performance counter for "Count of Orders in Virtual Memory (DISK)" and it seems to never go down, over the course of several hours.
Can someone elaborate on when orders are placed in this "area", and, more importantly when are they removed ?
Thanks!
-Todd
I'm watching the performance counter for "Count of Orders in Virtual Memory (DISK)" and it seems to never go down, over the course of several hours.
Can someone elaborate on when orders are placed in this "area", and, more importantly when are they removed ?
Thanks!
-Todd
- Fri Apr 06, 2018 8:56 am
- Forum: General
- Topic: lookupService.ApplyChanges(lookupTable) --> how many changes in bulk is reasonable ?
- Replies: 5
- Views: 923
Re: lookupService.ApplyChanges(lookupTable) --> how many changes in bulk is reasonable ?
Hey Mike-
Consider the case where we buy another firm. We would want to import all those new Contacts.
-Todd
Consider the case where we buy another firm. We would want to import all those new Contacts.
-Todd
- Thu Apr 05, 2018 3:30 pm
- Forum: General
- Topic: orderStore.NewOrder(spec) timeout exception
- Replies: 5
- Views: 1011
Re: orderStore.NewOrder(spec) timeout exception
Hi Bob- The exception caught is a System.AggregateException with a count = 1. Its stack trace is the following: at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) at System.Thread...
- Thu Apr 05, 2018 11:30 am
- Forum: General
- Topic: lookupService.ApplyChanges(lookupTable) --> how many changes in bulk is reasonable ?
- Replies: 5
- Views: 923
lookupService.ApplyChanges(lookupTable) --> how many changes in bulk is reasonable ?
Hello- It is my understanding that every time I call lookupService.ApplyChanges(lookupTable), the server will insert any new rows, update any edited rows, and remove those that are so indicated from the corresponding SPS Lookup table. After it finishes all that, I assume it kicks off a job to re-ind...
- Thu Apr 05, 2018 11:03 am
- Forum: General
- Topic: orderStore.NewOrder(spec) timeout exception
- Replies: 5
- Views: 1011
orderStore.NewOrder(spec) timeout exception
Hello- I have a stand alone console app which uses the SPS SDK (4.3.5). I am basically trying to clone an order, using the following code. However, I frequently get an exception thrown when I call os.NewOrder(spec) due to a timeout. Typically, clients can control timeouts whether it be an ado.net co...