Search found 1258 matches
- Mon Oct 02, 2023 11:07 am
- Forum: Installation and Setup
- Topic: Error with SPS and login.
- Replies: 1
- Views: 7
Re: Error with SPS and login.
Make sure you can log into the user account manually before proceeding. In the first error, the user you are using does not have any profile set in SPAdmin or has more than one. All users must have one or more profiles assigned to them. If there is more than one profile, they must have a default pro...
- Thu Sep 14, 2023 2:19 pm
- Forum: General
- Topic: Order LastModifiedOn Exceptions
- Replies: 3
- Views: 45
Re: Order LastModifiedOn Exceptions
If you want to know when an order is saved: Subscribe to "IOrderStore.OrderSaved" event. This event is called by Select server during the process of an order save once it has passed all validation steps. If you do any lengthy processing here you will slow down all user saves. You might wan...
- Fri Sep 01, 2023 10:22 am
- Forum: Shell (User Interface)
- Topic: Custom UI Design in SoftPro Select shell
- Replies: 1
- Views: 12
Re: Custom UI Design in SoftPro Select shell
Sorry but this is too broad in scope to be answered in this DevForum. You may want to contact the manager of our Custom Development department for additional information on this topic for the best solution to fit your needs. Contact Elliott.Potts@softprocorp.com.
- Tue Aug 22, 2023 6:05 pm
- Forum: Custom Order Rules
- Topic: Define Assignment CORs - Reference not working
- Replies: 7
- Views: 87
Re: Define Assignment CORs - Reference not working
OK. We're half way there. If you bring up "ConsiderationAmount, InterestFromDate, or CopyFromPreviousAssignment" in the field code browser it will indicate the correct context as "ExistingLienAssignment". Pressing ALT+F6 with your cursor in the "ConsiderationAmount" fie...
- Tue Aug 22, 2023 4:48 pm
- Forum: Custom Order Rules
- Topic: Define Assignment CORs - Reference not working
- Replies: 7
- Views: 87
Re: Define Assignment CORs - Reference not working
Your code is not being parsed as you expect by Select. Select uses underscores to separate the <Context>,<Field>, and <Aspect> portions of the identifier you give it. I does not look for a "Context" then examine the list of fields/custom fields for a legal field. It just breaks strings up ...
- Tue Aug 01, 2023 5:12 pm
- Forum: Shell (User Interface)
- Topic: License Key
- Replies: 2
- Views: 23
Re: License Key
The ILicensing service may only available on the server service provider - I don't remember. However the code below will get the serial number for the first license it finds. All the licenses should have the same number. public GetLicenseKeys(SelectServer ss) { var licMgr = ss.GetService<ILicensing>...
- Mon Jul 31, 2023 10:45 am
- Forum: ReadyDoc Visibility Conditions
- Topic: 2 Conditions need to be met to show
- Replies: 2
- Views: 59
Re: 2 Conditions need to be met to show
The easiest way, when you have a bunch of conditions that need to ALL be true, is create individual tests where you set a separate flag for each result status. Then at the very end, AND all the tests together in an IF statement. # Get state for first property. state = Order.Properties[0].Address.Sta...
- Mon Jul 17, 2023 5:03 pm
- Forum: Custom Order Rules
- Topic: Title Status Set to Blank
- Replies: 5
- Views: 69
Re: Title Status Set to Blank
Please repost the Python code inside of "Code" tags to perserve the whitespace. You can enter these tags by pressing the
button in the ribbon above the text entry box.- Fri Jul 14, 2023 3:10 pm
- Forum: ReadyDoc Development
- Topic: Another spacing issue
- Replies: 5
- Views: 63
Re: Another spacing issue
Here is the response from our Docs team: OK, here we go – so, this appears to be an issue with “Styles” in Microsoft Word – located here in the ribbon: Spacing1.jpg The specific Style assigned to all paragraphs visible on page 2 is “Body Text” (most of our development uses “Normal” as the default st...
- Fri Jul 14, 2023 9:51 am
- Forum: ReadyDoc Development
- Topic: Another spacing issue
- Replies: 5
- Views: 63
Re: Another spacing issue
Thanks. I'll send them to my Docs teammate.