Search found 37 matches

by Pradeepa
Thu Mar 25, 2021 5:59 pm
Forum: Integration Development
Topic: Seeking guidance for hosting a web browser control within shell package
Replies: 3
Views: 1017

Re: Seeking guidance for hosting a web browser control within shell package

Hi Todd, HtmlBrowser2 is a user control that contains the CefSharp's ChromiumWebBrowser control as it's child control, with the following settings on it: var settings = new BrowserSettings(); settings.BackgroundColor = (uint)Colors.LightLightBlue.ToArgb(); settings.JavascriptCloseWindows = CefState....
by Pradeepa
Mon Nov 30, 2020 9:57 am
Forum: ProForm (Order Tracking)
Topic: Submit order to WorkFlow
Replies: 2
Views: 2385

Re: Submit order to WorkFlow

Marking a task as Completed doesn't automatically submit the order to Workflow.

Unfortunately, we don't have API support for the Workflow functionality at this time. So we cannot submit the order to workflow using API.
by Pradeepa
Wed Mar 06, 2019 10:10 am
Forum: Automation Code Snippets
Topic: Add a Requested Task for each HOA/HMC Contact
Replies: 6
Views: 2589

Re: Add a Requested Task for each HOA/HMC Contact

Do you know which lookup entry to pull? Or do you need to inspect the values in your lookup table? For example, if your lookup table is based on Code, and you know you want to always pull the "ABC" entry on your lookup table, you just have to set the code property on the task to "ABC&...
by Pradeepa
Thu Jun 22, 2017 2:11 pm
Forum: Integration Development
Topic: RTF Format Error
Replies: 5
Views: 1140

Re: RTF Format Error

Thank you! We will investigate this issue and get back to you in a few days.
by Pradeepa
Thu Jun 22, 2017 11:27 am
Forum: Integration Development
Topic: RTF Format Error
Replies: 5
Views: 1140

Re: RTF Format Error

Can you provide the exact RTF, so we can investigate?

Thanks!
Pradeepa.
by Pradeepa
Thu Dec 01, 2016 10:52 am
Forum: Integration Development
Topic: Adding right-click context menu to document in doc tree
Replies: 1
Views: 615

Re: Adding right-click context menu to document in doc tree

It is possible to add to the context menu option, but currently, there is no way to get to the ID of the document that has been selected.
by Pradeepa
Fri Jul 22, 2016 11:24 am
Forum: Integration Development
Topic: Replicate Highlight color functionality on .Net controls
Replies: 3
Views: 669

Re: Replicate Highlight color functionality on .Net controls

IOrderItem.GetIsCalculated(propertyName) will return false when data is user-entered.
by Pradeepa
Wed Oct 07, 2015 1:35 pm
Forum: Integration Development
Topic: Opening documents
Replies: 3
Views: 675

Re: Opening documents

You cannot do the entire operation in one line. The code you have is OK, but we recommend using IShell for opening windows and ICommandManager to invoke commands. To open an order: SoftPro.Select.Shell.IShell shell = GetService<SoftPro.Select.Shell.IShell>(); SoftPro.OrderTracking.Common.OrderUri or...
by Pradeepa
Wed Oct 07, 2015 9:42 am
Forum: Integration Development
Topic: Opening documents
Replies: 3
Views: 675

Re: Opening documents

Here is a list of editor guids and commands. The commands given below for Register, Documents, Attachments and Tasks open in the OrderEditor. <?xml version="1.0" encoding="utf-8"?> <Symbols xmlns="http://schemas.softprocorp.com/select/shell/commandtable/2008/02"> <Guid ...