Search found 13 matches

by bcole
Fri Sep 08, 2023 3:46 pm
Forum: Automation Code Snippets
Topic: How do a Add a blank line to the end of my Requirement or Exception Text
Replies: 4
Views: 4482

Re: How do a Add a blank line to the end of my Requirement or Exception Text

Turns out the requirement was in RTF format. Splitting the text caused us to loose the closing RTF tag \par}
Once that was added everything was spaced properly. Thanks for the help.
by bcole
Tue Sep 05, 2023 6:19 pm
Forum: Automation Code Snippets
Topic: How do a Add a blank line to the end of my Requirement or Exception Text
Replies: 4
Views: 4482

Re: How do a Add a blank line to the end of my Requirement or Exception Text

This is my code snippet. It doesn't end with }, but it is RTF formated import re from System import * from SoftPro.ClientModel import * from SoftPro.Select.Client import * from SoftPro.OrderTracking.Client.Orders import * # Constants TARGET_LOOKUP_CODE = 'FLNoC1' TARGET_CONTEXT = 'Requirement' PROPE...
by bcole
Tue Sep 05, 2023 4:26 pm
Forum: Automation Code Snippets
Topic: How do a Add a blank line to the end of my Requirement or Exception Text
Replies: 4
Views: 4482

How do a Add a blank line to the end of my Requirement or Exception Text

Currently I am adding a requirement to an order via an Automation Code Snippet. Next I read the requirement text from the newly added requirement. Next I replace some of the text in that requirement and use IOrderItem.SetProperty(order_requirement, 'Text', order_requirement_text) to update the text ...
by bcole
Mon May 08, 2023 8:46 am
Forum: Integration Development
Topic: How to edit an order via a service that is currently Open by a ribbon
Replies: 4
Views: 3699

Re: How to edit an order via a service that is currently Open by a ribbon

Hi Bob, You are correct in your understanding of the issue. The ribbon that I'm referring to is indeed a shell package that appears as a button on the select menu (I wasn't aware of that at first). This shell package ribbon has the active order open and from that ribbon, I was trying to call an API ...
by bcole
Fri May 05, 2023 1:33 pm
Forum: Integration Development
Topic: How to edit an order via a service that is currently Open by a ribbon
Replies: 4
Views: 3699

Re: How to edit an order via a service that is currently Open by a ribbon

Hi Bob, I'm not sure I follow. If I created a powershell package, what exactly would be its function? Are you saying it would be able to open and already opened order (with write privileges)? Would it be this package's responsibility to first close the order and reopen it from another application? H...
by bcole
Thu May 04, 2023 3:35 pm
Forum: Integration Development
Topic: How to edit an order via a service that is currently Open by a ribbon
Replies: 4
Views: 3699

How to edit an order via a service that is currently Open by a ribbon

We currently have a custom built ribbon that is used to overlay SPS orders with data from another System. Currently the overlay code sits inside the ribbon application. I need to move the overlay code out of the ribbon and into an API service that the ribbon can call. However, I am running into and ...
by bcole
Thu Feb 09, 2023 10:13 pm
Forum: Integration Development
Topic: SoftPro.Select.Client.Notifications.EventNotification
Replies: 3
Views: 3121

Re: SoftPro.Select.Client.Notifications.EventNotification

Bob it has occurred 4 times in the past 3 days. We just went to Production 3 days ago with our solution and this issue seems to be popping up more and more, we are really looking for some insight into what might be causing it. Is there anything we should be checking? Would this have anything to do w...
by bcole
Thu Feb 09, 2023 12:58 pm
Forum: Integration Development
Topic: SoftPro.Select.Client.Notifications.EventNotification
Replies: 3
Views: 3121

SoftPro.Select.Client.Notifications.EventNotification

Is anyone familiar with this error: could not insert: [SoftPro.Select.Client.Notifications.EventNotification][SQL: INSERT INTO core.EventNotification (Data, EventSubscriptionID, SuppressFailures) VALUES (?, ?, ?); select SCOPE_IDENTITY()]. From the SDK I was closing an order after make modification....
by bcole
Thu Jan 19, 2023 4:55 pm
Forum: Integration Development
Topic: Missing DLL?
Replies: 14
Views: 16458

Re: Missing DLL?

We are using SoftPro Select Version: 4.3.60210.119. The error message is the following: Could not load file or assembly 'Microsoft.AI.ServerTelemetryChannel, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. I ha...
by bcole
Thu Jan 19, 2023 3:22 pm
Forum: Integration Development
Topic: Missing DLL?
Replies: 14
Views: 16458

Re: Missing DLL?

Did you all ever find a solution to the problem. In 2023, I am facing the same exact issue when going from our DEV environment to UAT. Any help would be much appreciated.