Search found 37 matches

by timothymeyer16
Thu Aug 17, 2023 12:56 pm
Forum: Automation Code Snippets
Topic: Preform 360 Action by Automation
Replies: 0
Views: 24658

Preform 360 Action by Automation

Development team, We have a need to conditionally send different 360 actions to Close Simple and we are curious if this action is possible via an automation snippet. Ideally, we would like to control all the same functions as the 360 GUI. - UN/PW - Automation Codes - Documents Names - ect. Please le...
by timothymeyer16
Fri Aug 04, 2023 7:42 pm
Forum: Automation Code Snippets
Topic: Apply Template From Automation
Replies: 2
Views: 4852

Re: Apply Template From Automation

Works perfectly!! Thank you.
by timothymeyer16
Thu Jul 20, 2023 11:11 am
Forum: Automation Code Snippets
Topic: Apply Template From Automation
Replies: 2
Views: 4852

Apply Template From Automation

SoftPro Developer Team, Currently, I'm having some issues with applying a template from a python automation, but not from C#. Working C# Code // Apply Template IOrderStore os = SelectServer.GetService<IOrderStore>(); IOrderInfo info = os.Orders.Where(t => t.Number == "Template").FirstOrDef...
by timothymeyer16
Fri Mar 31, 2023 12:43 pm
Forum: Automation Code Snippets
Topic: Disambiguate Errors in Automation snippet
Replies: 0
Views: 24980

Disambiguate Errors in Automation snippet

Good afternoon, After research the SDK and applying about 40 permutations to my snippet, I keep receiving the same two errors, randomly. The same code will produce one of the two errors at different times. # Pull All of from System import * from SoftPro.ClientModel import * from SoftPro.OrderTrackin...
by timothymeyer16
Thu Apr 28, 2022 2:43 pm
Forum: Shell (User Interface)
Topic: Modifying Existing Custom UI from another Package
Replies: 2
Views: 4179

Re: Modifying Existing Custom UI from another Package

https://devforum.softprocorp.com/viewto ... uref#p5062

Seems to summarize what I am trying to do.

No additional help required.
by timothymeyer16
Thu Apr 28, 2022 2:11 pm
Forum: Shell (User Interface)
Topic: Modifying Existing Custom UI from another Package
Replies: 2
Views: 4179

Re: Modifying Existing Custom UI from another Package

Attached is a better example.

How do I get two separate shell tools to show in the same tab.
by timothymeyer16
Thu Apr 28, 2022 2:04 pm
Forum: Shell (User Interface)
Topic: Modifying Existing Custom UI from another Package
Replies: 2
Views: 4179

Modifying Existing Custom UI from another Package

Objective: modify the existing Select UI to put two menu items into the same group, but from different projects. Is it possible? Please see attachment. Imagine you created both 'configuration' and 'reports' in two separate Select Shell project files, but you wanted them displayed side by side, as se...
by timothymeyer16
Mon Apr 11, 2022 3:29 pm
Forum: Integration Development
Topic: ILookup Row Error - System.MissingMethodException
Replies: 3
Views: 2396

Re: ILookup Row Error - System.MissingMethodException

Please ignore the last comment, the true culprit was a improper SKD version reference
by timothymeyer16
Mon Apr 11, 2022 2:34 pm
Forum: Integration Development
Topic: ILookup Row Error - System.MissingMethodException
Replies: 3
Views: 2396

Re: ILookup Row Error - System.MissingMethodException

Update: Repulling the table before upload solves the problem.

This is solved.
by timothymeyer16
Mon Apr 11, 2022 2:20 pm
Forum: Integration Development
Topic: ILookup Row Error - System.MissingMethodException
Replies: 3
Views: 2396

ILookup Row Error - System.MissingMethodException

Good afternoon, I'm attempting create a new row on a lookup table and I'm seeing an unexpected error. I've successfully added rows before with the same code in a different application. The SoftPro.ClientModel is referenced in the project. (Apologies for the formatting, the buttons were not working. ...