Search found 75 matches

by tmeisinger
Tue Nov 15, 2022 6:40 pm
Forum: Shell (User Interface)
Topic: AttachmentAdded
Replies: 1
Views: 2155

AttachmentAdded

I added code to step in when an Attachment is Added. Works pretty good. However, we are using the Attachment Naming Utility from SoftPro and my code is firing before the Attachment Naming Utility. I would like to fire my code right after, and interrogate the name the user is selecting from the Utili...
by tmeisinger
Mon Aug 09, 2021 4:24 pm
Forum: Automation Code Snippets
Topic: Automation Error when Evaluating
Replies: 6
Views: 1745

Re: Automation Error when Evaluating

Details of why isn't as important to what Bob Richards was able to help me out with... oePerson = Context.ReceivedBy.Name.lower() vs. oePerson = Context.ReceivedBy.Name.ToLower() Not sure I'm smart enough to explain, but ".lower()" is Python and ".ToLower()" is .NET. .NET works m...
by tmeisinger
Wed Aug 04, 2021 12:05 pm
Forum: Automation Code Snippets
Topic: Automation Error when Evaluating
Replies: 6
Views: 1745

Re: Automation Error when Evaluating

Thanks Mike, we are using 4.3.60210.48
by tmeisinger
Mon Aug 02, 2021 11:43 am
Forum: Automation Code Snippets
Topic: Automation Error when Evaluating
Replies: 6
Views: 1745

Re: Automation Error when Evaluating

Pretty sure my problem is trying to get the User's Name that Entered the Order on first Save.

oePerson = Context.ReceivedBy.Name.lower()

Help Please,
-TM
by tmeisinger
Tue Jul 27, 2021 11:46 am
Forum: Automation Code Snippets
Topic: Automation Error when Evaluating
Replies: 6
Views: 1745

Automation Error when Evaluating

I'm getting "An unexpected error occurred while evaluting the conditions for process OE Audit". Any help would be appreciated. It runs successful some times, but fails with this error on Save some times. Is there anyplace to debug automation? It is a fairly simple Automation where we want ...
by tmeisinger
Tue Aug 18, 2020 7:41 pm
Forum: Integration Development
Topic: Automation Picking my Test Service
Replies: 4
Views: 1084

Re: Automation Picking my Test Service

No Pools here, just our SoftPro Mid-Tier Server and my Computer show up under Computers.I don't typically have my Computer's Service "started", like many days in a row, so no one should be connected to my PC. As a matter of fact, I have code to detect the User coming into my Server Package...
by tmeisinger
Tue Aug 18, 2020 6:12 pm
Forum: Integration Development
Topic: Automation Picking my Test Service
Replies: 4
Views: 1084

Re: Automation Picking my Test Service

Thanks for the reply Bob, but no, not Automation kicked off by orders I'm working on. Orders that are being updated on our single Production mid-tier server are kicking off the Automation, and coming into my local PC code on OrderSaving.
by tmeisinger
Tue Aug 18, 2020 5:07 pm
Forum: Integration Development
Topic: Automation Picking my Test Service
Replies: 4
Views: 1084

Automation Picking my Test Service

When I'm trying to mind my own business and test my Server Package on my Local PC, I often get Automation connecting to my Server Package. This isn't good. Could you tell me what I'm missing or doing wrong?
by tmeisinger
Tue Jul 28, 2020 6:45 pm
Forum: Automation Code Snippets
Topic: Get Value for Attachment Description
Replies: 4
Views: 1996

Re: Get Value for Attachment Description

Any chance you could do the same in C# for me?
by tmeisinger
Thu Jun 18, 2020 5:27 pm
Forum: Crystal Report Development
Topic: Database Guide
Replies: 2
Views: 2501

Re: Database Guide

Thank you very much Lisa, this is such a helpful resource!