Search found 27 matches

by kkirkfield
Tue Jul 26, 2016 11:47 am
Forum: Integration Development
Topic: Document Generation Issues
Replies: 12
Views: 1838

Re: Document Generation Issues

I do not have your custom transaction form document, but it should be similar to the default "Transaction Form" document. I have put together an example that demonstrates how to render the documents you need. The main thing to remember is that you need to pass the heavy weight object that ...
by kkirkfield
Wed Jun 29, 2016 6:12 pm
Forum: Shell (User Interface)
Topic: IShell.OpenStandardEditor throws InvalidOperationException
Replies: 6
Views: 1534

Re: IShell.OpenStandardEditor throws InvalidOperationExcepti

The goal is to have a report view open at startup, in addition to our current start page that was created by another developer. If there is not a way to have multiple start pages, I will either have to recreate our other start page with a tab layout to include our report view, or we will have to set...
by kkirkfield
Wed Jun 29, 2016 2:13 pm
Forum: Shell (User Interface)
Topic: IShell.OpenStandardEditor throws InvalidOperationException
Replies: 6
Views: 1534

Re: IShell.OpenStandardEditor throws InvalidOperationExcepti

I've tried that, and I'm still getting the same exception and stack trace.
by kkirkfield
Wed Jun 29, 2016 11:57 am
Forum: Shell (User Interface)
Topic: IShell.OpenStandardEditor throws InvalidOperationException
Replies: 6
Views: 1534

IShell.OpenStandardEditor throws InvalidOperationException

I am trying to open an editor pane at client startup that is separate from the start page. [ProvideEditorFactory(typeof(WDEditorFactory), "Workflow Dashboard Editor Factory")] [ProvideEditorExtension(typeof(WDEditorFactory), "sp-select", "wd", 10)] partial class MyPacka...
by kkirkfield
Tue Jun 28, 2016 5:10 pm
Forum: Integration Development
Topic: Conversion issue with OrderURI, OrderKind
Replies: 9
Views: 1366

Re: Conversion issue with OrderURI, OrderKind

Thanks Bob. I'll try that later tonight. One more question, does the SelectServer retrieved through the package service provider need to be disposed, or is it automatically handled by the client when it closes?
by kkirkfield
Tue Jun 28, 2016 4:11 pm
Forum: Integration Development
Topic: Conversion issue with OrderURI, OrderKind
Replies: 9
Views: 1366

Re: Conversion issue with OrderURI, OrderKind

Hi Bob, I also ran into this problem today. I sent a sample project to Brian Bradley to forward to you. It is a shell package and shows the shell service is null.