Search found 1290 matches

by BobRichards
Mon Aug 01, 2016 1:44 pm
Forum: Integration Development
Topic: Document Generation Issues
Replies: 12
Views: 1838

Re: Document Generation Issues

The Crystal Report documents require passing information that references row IDs in the Select SQL database. Here is an example of a CDF Disbursement Summary report where the SQL information is obtained for the order and the first CDF. Other reports will use a similar method to resolve any required ...
by BobRichards
Fri Jul 29, 2016 11:11 am
Forum: Server
Topic: TBD in SDK for working with Requirements and Exceptions
Replies: 2
Views: 3134

Re: TBD in SDK for working with Requirements and Exceptions

This topic has not been completed and there is no release information available at this time. If you have a specific question(s), ask away.
by BobRichards
Fri Jul 29, 2016 9:07 am
Forum: Integration Development
Topic: Document Generation Issues
Replies: 12
Views: 1838

Re: Document Generation Issues

I want you to know that we are working on an example for you and will post it soon.
by BobRichards
Wed Jul 27, 2016 4:17 pm
Forum: Integration Development
Topic: Accounting ILedger question
Replies: 2
Views: 554

Re: Accounting ILedger question

I can't help with specific information without further information. The transaction manager provides multiple extension points in the form of .NET events (Transaction Adding, Transaction Changing, Transaction Deleting, Transaction Restoring, etc.) to inform packages of changes. Each passes arguments...
by BobRichards
Wed Jul 27, 2016 11:08 am
Forum: Integration Development
Topic: Package CTD. What determines if the "button" is the big one
Replies: 2
Views: 490

Re: Package CTD. What determines if the "button" is the big

The SDK shows an example of a large button at Cookbook\Shell Packages\How do I add custom buttons to a SoftPro Tab?

The magic is the style applied to the button:

Code: Select all

style="TextUnderneath"
by BobRichards
Tue Jul 26, 2016 3:33 pm
Forum: Integration Development
Topic: I want my dialog to have the same look and feel as SP
Replies: 1
Views: 414

Re: I want my dialog to have the same look and feel as SP

We do not have alternative skins that can be applied to Select. We are a WinForms application that uses the same API that you are when you add controls to the ribbon. Examples are presented in the Visual Studio project templates and SDK in multiple locations including: How-To\Shell Package Developme...
by BobRichards
Tue Jul 26, 2016 3:22 pm
Forum: Integration Development
Topic: Unable to hotspot to target field
Replies: 9
Views: 1414

Re: Unable to hotspot to target field

We have verified the problem and logged bug for that issue. I do not have any estimate for when a fix will be available at this time. Sorry.
by BobRichards
Fri Jul 22, 2016 5:33 pm
Forum: Integration Development
Topic: Unable to hotspot to target field
Replies: 9
Views: 1414

Re: Unable to hotspot to target field

So my code from Mon Jul 18, 2016 9:47 am doesn't work either? Has something changed in your environment? Have you tried restarting the server?
by BobRichards
Fri Jul 22, 2016 1:51 pm
Forum: General
Topic: Can I change the ServiceEvent Data
Replies: 2
Views: 922

Re: Can I change the ServiceEvent Data

You should use the LockReleased notification instead. It will provide the order Guid and the user information.

Of course you must still be mindful that a user may have opened your target order between the time the order lock was released and your handler runs.
by BobRichards
Tue Jul 19, 2016 1:21 pm
Forum: Integration Development
Topic: Unable to hotspot to target field
Replies: 9
Views: 1414

Re: Unable to hotspot to target field

I am able to reproduce this for the Drop-Down custom field on the Order context. We have logged a bug against it. Sorry but I do not have any information on when this will be fixed, though.