Search found 947 matches
- Mon Jan 18, 2021 11:58 am
- Forum: Integration Development
- Topic: CSS: Get the next line in a section
- Replies: 12
- Views: 579
Re: CSS: Get the next line in a section
Thanks for letting me know. It did not occur to me it might be a permission problem. Good catch.
- Thu Jan 14, 2021 9:47 pm
- Forum: Integration Development
- Topic: CSS: Get the next line in a section
- Replies: 12
- Views: 579
Re: CSS: Get the next line in a section
I will check with the Select devs tomorrow. Thanks for your patience.
- Thu Jan 14, 2021 9:41 pm
- Forum: Integration Development
- Topic: CSS: Get the next line in a section
- Replies: 12
- Views: 579
Re: CSS: Get the next line in a section
Could you send me your source, please?
- Thu Jan 14, 2021 9:25 pm
- Forum: Integration Development
- Topic: CSS: Get the next line in a section
- Replies: 12
- Views: 579
Re: CSS: Get the next line in a section
The "NextAvailableLine" method is a public method but is not part of the IOrderItem interface (or any other API interface/class available at compile time) so the compiler doesn't know anything about it. That's why it is failing to build for you. Instead, you have to use a reflection mechanism to fin...
- Wed Jan 13, 2021 9:42 pm
- Forum: Automation Code Snippets
- Topic: Processing of Requirements
- Replies: 1
- Views: 18
Re: Processing of Requirements
There is no easy way to do this task. It will required using the "on every order save" approach to scan the order for any changes. Using the Automation Snippet approach will be very challenging because it was never designed for this type of complex development. If you have the capability, I would do...
- Wed Jan 13, 2021 9:38 pm
- Forum: Integration Development
- Topic: CSS: Get the next line in a section
- Replies: 12
- Views: 579
Re: CSS: Get the next line in a section
I am not aware of a change but it is possible. Please include the source code for your implementation in this area and any stack trace.
- Wed Jan 06, 2021 12:46 pm
- Forum: Shell (User Interface)
- Topic: Posting Checks to an Invoice
- Replies: 2
- Views: 19
Re: Posting Checks to an Invoice
Like all parent nodes in the order model, they are IOrderItem objects and that is the only type available to Visual Studio. You cannot use the derived types from the order model (such as Property, LoanPolicy, InvoicePayment, etc.) because Visual Studio does not have the source code where the types a...
- Wed Jan 06, 2021 11:20 am
- Forum: ReadyDoc Visibility Conditions
- Topic: Return based on Trust Account Code
- Replies: 1
- Views: 11
Re: Return based on Trust Account Code
Sorry, but there is no way to access the trust account information in Visibility Conditions. Since there are potentially so many documents and folders, we had to make the decision to not allow calls to the server in this area or the user response would really suffer. Only classes in the (1) SoftPro....
- Tue Dec 22, 2020 11:12 am
- Forum: Shell (User Interface)
- Topic: Entering tax information for city/town and county
- Replies: 3
- Views: 54
Re: Entering tax information for city/town and county
That's OK. There is way too much information to put it all in the SDK so feel free to reach out. Have a great holiday!
- Mon Dec 21, 2020 7:20 pm
- Forum: Server
- Topic: "MakeSelectServerPackage" task failed unexpectedly
- Replies: 1
- Views: 12
Re: "MakeSelectServerPackage" task failed unexpectedly
Try increasing the level of verbosity for Visual Studio. From top menu, select Tools -> Options... Navigate to Projects and Solutions -> Build and Run Set MSBuild project build output verbosity to Detailed This should allow you to see the list of files that are being included in the spspkg file in t...