Search found 27 matches

by kkirkfield
Mon Aug 31, 2020 4:25 pm
Forum: Integration Development
Topic: SoftPro WCF Proxy Generator
Replies: 1
Views: 860

SoftPro WCF Proxy Generator

Good afternoon. I am updating some of our custom integrations from 4.4 to 4.6.8. I noticed the new SDK doesn't include the "SoftPro WCF Proxy Generator" tool that used to be used to generate the WCF proxy classes. Do you have any examples in the new SDK showing how to create custom manager...
by kkirkfield
Wed Aug 12, 2020 6:08 pm
Forum: Shell (User Interface)
Topic: Shell Command Table
Replies: 3
Views: 827

Re: Shell Command Table

Thanks Bob! That fixed it.
by kkirkfield
Fri Aug 07, 2020 3:29 pm
Forum: Shell (User Interface)
Topic: Shell Command Table
Replies: 3
Views: 827

Shell Command Table

Good afternoon. I am looking into upgrading our custom integrations and build server from SPS version 4.4 to 4.6.8. I installed SPS 4.6.8 and VS 2015 to a clean server and created a new plugin package and shell package using the templates. The MSBuild targets file for the shell seems to be compiling...
by kkirkfield
Sun Jun 14, 2020 5:00 pm
Forum: ReadyDoc Development
Topic: Web Fonts in HTML Docs
Replies: 1
Views: 1001

Web Fonts in HTML Docs

How can I use web fonts from Google Fonts and other services in HTML docs? I've tried following the documentation from PrinceXML and haven't been able to get it to work in SoftPro Select. I've tried doing the import in the CSS file and in the HTML file, I've tried including the file in HTML using a ...
by kkirkfield
Thu Jul 25, 2019 4:10 pm
Forum: ReadyDoc Development
Topic: HTML ReadyDoc loop index
Replies: 1
Views: 1514

HTML ReadyDoc loop index

In my ReadyDoc I'm looping over a collection using a section. I'm then using IronPython to store and increment the index that I use in the doc. {{# .Root.Buyers}} {{& GetBuyerIndex}}] {{& IncrementBuyerIndex}} {{/}} Is there a better way to do this, possibly using some built-in function or c...
by kkirkfield
Tue Oct 30, 2018 1:34 pm
Forum: Automation Code Snippets
Topic: Error: 'method_descriptor' object is unsubscriptable
Replies: 7
Views: 2123

Re: Error: 'method_descriptor' object is unsubscriptable

That is correct. I just need the current IRateScheduleVersion of the IMunicipleTaxStampsFeeSchedule with the specified name.
by kkirkfield
Thu Oct 25, 2018 9:26 pm
Forum: Automation Code Snippets
Topic: Error: 'method_descriptor' object is unsubscriptable
Replies: 7
Views: 2123

Re: Error: 'method_descriptor' object is unsubscriptable

Only work around I can think of is to create a server package with automation extensions instead of using python. Was just trying to stick to the python script route since it is a one off automation and not really intended to be reusable.
by kkirkfield
Wed Oct 24, 2018 1:43 pm
Forum: Automation Code Snippets
Topic: Error: 'method_descriptor' object is unsubscriptable
Replies: 7
Views: 2123

Re: Error: 'method_descriptor' object is unsubscriptable

Good afternoon Bob. Were you able to figure anything out about this error? Seems to be an issue with calling generic methods from python in SoftPro Select.
by kkirkfield
Tue Oct 02, 2018 11:55 am
Forum: Automation Code Snippets
Topic: Error: 'method_descriptor' object is unsubscriptable
Replies: 7
Views: 2123

Error: 'method_descriptor' object is unsubscriptable

I'm running into the following error in this automation. The error has to do with the method call to the generic GetVersion() method on the IRateSchedules service. Any idea what I'm doing wrong with this generic method call? Error: 'method_descriptor' object is unsubscriptable import clr import Syst...
by kkirkfield
Thu Aug 09, 2018 9:22 am
Forum: Automation Code Snippets
Topic: Create an order note from automation script
Replies: 8
Views: 2893

Re: Create an order note from automation script

I ended up converting this over to a server package and ran into a bug in some versions of Select. Just thought I'd share my findings and workarounds for anyone that needs to do something similar. When you are setting the categories of the note, if you set it to an empty string it will allow it, but...