Search found 1290 matches

by BobRichards
Mon Apr 17, 2023 11:13 am
Forum: Automation Code Snippets
Topic: Get exceptions/requirements order by the screen displaying.
Replies: 3
Views: 4894

Re: Get exceptions/requirements order by the screen displaying.

You can get exception/requirement information directly from the SQL tables. Remember to never write to the tables. This will not change the information in the order. Use this expression to experiment with. (Ignore the columns ending in the "@" character.) This is all the available informat...
by BobRichards
Tue Mar 28, 2023 2:49 pm
Forum: Automation Code Snippets
Topic: Remove a Requirement
Replies: 1
Views: 4762

Re: Remove a Requirement

It is possible to remove/add anything in a code snippet. If it is a nested requirement with children; however, it will not be easy. :)
by BobRichards
Tue Mar 28, 2023 2:44 pm
Forum: Automation Code Snippets
Topic: How to know when ALL the Automation Rules have finished ?
Replies: 16
Views: 14678

Re: How to know when ALL the Automation Rules have finished ?

I wanted to make sure you were aware of a way to determine if automation snippets have failed by creating a Work List item. I didn't know this existed when I was working with you.

Topic URL: Re: Automatic notification in case of failure.
by BobRichards
Tue Mar 28, 2023 2:37 pm
Forum: Automation Code Snippets
Topic: Automatic notification in case of failure.
Replies: 3
Views: 25851

Re: Automatic notification in case of failure.

The "Email failure notification" was a beta feature that was removed some time ago. The only way to see a list of failed automation snippets is to create a Work List for them. In this example, I created new worklist with the source of Process Instances. ListSource.jpg Then added a single r...
by BobRichards
Tue Mar 21, 2023 10:19 am
Forum: Automation Code Snippets
Topic: Update Trust Account with Automation
Replies: 5
Views: 5302

Re: Update Trust Account with Automation

Thank you for posting that answer! Alas, I am a developer and don't always know the capabilities of the UI.

Knowledge is like jelly beans. We pick and choose what we want and assume all the rest are ear wax.
by BobRichards
Mon Mar 20, 2023 3:10 pm
Forum: General
Topic: Security Error
Replies: 2
Views: 3450

Re: Security Error

Here are some of the usual suspects. Is your product using the same version DLLs as the server (not just 4.3, but the same assembly and file versions). Get them from working copies of Select on machines that do not have any issue. Older version DLLs will not work. Our later version product uses .Net...
by BobRichards
Mon Mar 20, 2023 11:44 am
Forum: Installation and Setup
Topic: Server Deployment Wizard does not Launch when performing upgrade
Replies: 5
Views: 4320

Re: Server Deployment Wizard does not Launch when performing upgrade

I have been advised that you should contact SoftPro Customer Support for this issue. Someone on that team may need to review additional information such as error/event logs.

Sorry I can't help.
by BobRichards
Fri Mar 17, 2023 2:58 pm
Forum: Installation and Setup
Topic: Server Deployment Wizard does not Launch when performing upgrade
Replies: 5
Views: 4320

Re: Server Deployment Wizard does not Launch when performing upgrade

Thank you for the update! I will forward it to R&D,also.
by BobRichards
Fri Mar 17, 2023 11:27 am
Forum: Automation Code Snippets
Topic: Update Trust Account with Automation
Replies: 5
Views: 5302

Re: Update Trust Account with Automation

Yes. You can do this but you have to write the code in Python. Creating complex code in Automation is quite difficult since the environment was never designed to be utilized for heavy development. Unfortunately, the complexity of the code means that it is beyond scope for me to write it and attach i...
by BobRichards
Fri Mar 17, 2023 11:12 am
Forum: Installation and Setup
Topic: Server Deployment Wizard does not Launch when performing upgrade
Replies: 5
Views: 4320

Re: Server Deployment Wizard does not Launch when performing upgrade

This question has been passed to R&D for review. I'll let you know when I get a response.