Search found 26 matches

by vmrvichin
Tue Jun 27, 2023 1:30 pm
Forum: ReadyDoc Visibility Conditions
Topic: How to check every seller
Replies: 8
Views: 8846

Re: How to check every seller

In a word no, there is no way use custom fields in determining the visibility for a document. You are correct that in order to read/write to custom fields the IOrder interface is needed. This is usually brought into python code via an import. However the python code that executes to determine a docu...
by vmrvichin
Fri Jun 16, 2023 1:49 pm
Forum: Automation Code Snippets
Topic: Adding a note to files that have a property address that startswith 0
Replies: 4
Views: 4387

Re: Adding a note to files that have a property address that startswith 0

Can you try the address like 120 Main Street? 120 Main Street did not create an order note for me. Actually, will it run on every file, but just not add the note if it isn't true? Sorry, I am fairly new to code snippets. This is correct. Automations trigger based on what you have set in the 'When' ...
by vmrvichin
Thu Jun 15, 2023 4:12 pm
Forum: Automation Code Snippets
Topic: Adding a note to files that have a property address that startswith 0
Replies: 4
Views: 4387

Re: Adding a note to files that have a property address that startswith 0

It seems to be working just fine for me, once I fixed a couple of minor typos in your example. Specifically replacing the capital O with lowercase in the for loop, and capitalizing the O in the Iorder.CreateNew from System import * from SoftPro.ClientModel import * from SoftPro.Select.Client import ...
by vmrvichin
Wed Jun 14, 2023 12:02 pm
Forum: Automation Code Snippets
Topic: Changing Ownership Profile via Automation
Replies: 3
Views: 6141

Re: Changing Ownership Profile via Automation

Is this the post you are referring to from several years back? https://devforum.softprocorp.com/viewtopic.php?p=4685 The reasoning given in that post is still valid as to why automation cannot change the OwnershipProfile. There are rules within select for what values any field will accept as input. ...
by vmrvichin
Thu Jul 22, 2021 12:19 pm
Forum: Installation and Setup
Topic: System Requirements for SDK
Replies: 5
Views: 4447

Re: System Requirements for SDK

There is a registry keys that are used to determine the installation location of the Select client application [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\SoftPro\Select\4.3\InstallLocation] If you installed the Select client using the default options, this key should be set to 'C:\Program Files (x86)\...
by vmrvichin
Thu Jul 22, 2021 12:17 pm
Forum: Installation and Setup
Topic: System Requirements for SDK
Replies: 5
Views: 4447

Re: System Requirements for SDK

There is a registry keys that are used to determine the installation location of the Select client application [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\SoftPro\Select\4.3\InstallLocation] If you installed the Select client using the default options, this key should be set to 'C:\Program Files (x86)\...