Search found 1290 matches

by BobRichards
Fri Feb 10, 2023 12:55 pm
Forum: Integration Development
Topic: SoftPro.Select.Client.Notifications.EventNotification
Replies: 3
Views: 3344

Re: SoftPro.Select.Client.Notifications.EventNotification

I'm sorry but I have no information on this issue. Please contact your SoftPro Customer Service representative in order to escalate this issue to R&D.
by BobRichards
Thu Feb 09, 2023 3:58 pm
Forum: Integration Development
Topic: SoftPro.Select.Client.Notifications.EventNotification
Replies: 3
Views: 3344

Re: SoftPro.Select.Client.Notifications.EventNotification

I do not know what to do about this error. Does it recur?
by BobRichards
Wed Feb 08, 2023 12:45 pm
Forum: Integration Development
Topic: Task Status Changes
Replies: 2
Views: 2947

Re: Task Status Changes

You can register for the "TasksChanged" notification. This event fires when tasks are added, edited, or deleted, and can be filtered to look specifically for changes to the status. You'd register for that event just like you would for the OrderChanged event. See the SDK topic "How-To ...
by BobRichards
Fri Feb 03, 2023 3:01 pm
Forum: Server
Topic: Content Type application/x-gzip was not supported by service
Replies: 1
Views: 2648

Re: Content Type application/x-gzip was not supported by service

I really have no idea.
So what has changed since the time it worked and now?
by BobRichards
Thu Jan 19, 2023 8:35 pm
Forum: Integration Development
Topic: Missing DLL?
Replies: 14
Views: 16951

Re: Missing DLL?

Is the specified DLL (Microsoft.AI.ServerTelemetryChannel.dll) in with the other SoftPro DLLs? It should be installed in both the client (C:\Program Files (x86)\SoftPro\Select) and server (C:\Program Files (x86)\Common Files\SoftPro\Select Server\Instances\spssvr) locations. (I can't tell which set ...
by BobRichards
Thu Jan 19, 2023 4:47 pm
Forum: Integration Development
Topic: Missing DLL?
Replies: 14
Views: 16951

Re: Missing DLL?

I never heard anything else. What version of Select are you using and what issues are you seeing?
by BobRichards
Wed Jan 18, 2023 6:57 pm
Forum: Automation Code Snippets
Topic: Get Value for Requested tasks due date
Replies: 3
Views: 26273

Re: Get Value for Requested tasks due date

The problem with using a condition where you monitor a property for changes is that if the property exists on an item in a collection you won't be able to determine which item was changed - in fact multiple items could have changed. In your use (changes in tasks), you should use the "Everytime ...
by BobRichards
Thu Jan 12, 2023 11:36 am
Forum: Automation Code Snippets
Topic: Get Value for Requested tasks due date
Replies: 3
Views: 26273

Re: Get Value for Requested tasks due date

Here is an example of reading that field and displaying the value in the Errors and Windows panel.

Code: Select all

def RequestedTask_RequestDueDate_Validate(args):
    task = args.Context
    args.RaiseInformation(str(task.RequestDueDate))
2023-01-12_10-33-03.png
2023-01-12_10-33-03.png (12.76 KiB) Viewed 26269 times
by BobRichards
Wed Jan 11, 2023 5:46 pm
Forum: Shell (User Interface)
Topic: MFA, event after login success
Replies: 5
Views: 3761

Re: MFA, event after login success

I have heard back from R&D and Select doesn't support the concept of "additional steps of authentication" after user authenticates to Select. To be honest, we don't really know how or where you want this MFA to fit into the startup process. If you want to supply a few more details, may...
by BobRichards
Mon Jan 09, 2023 4:58 pm
Forum: Automation Code Snippets
Topic: Automation Process sometimes gets stuck on status of 4
Replies: 3
Views: 4023

Re: Automation Process sometimes gets stuck on status of 4

Our dev working on issue cannot reproduce it under normal circumstances so it is beyond the scope of this forum. If you wish, you can contact SoftPro Customer Support to create a service ticket for additional help.

Sorry I can't help.