Using the API can we set the active Profile in the UI?

Discussions related to custom development with Select.
Post Reply
rdaneel
Posts: 7
Joined: Wed Jun 22, 2011 12:20 pm

Using the API can we set the active Profile in the UI?

Post by rdaneel »

Using the SoftPro API can we set the current/active Profile within the SoftPro UI?
If so, how? Along those same lines, can we determine if there are orders open
and close them (prompting the user to save if there are pending changes)?
Hadi Chemaly

Re: Using the API can we set the active Profile in the UI?

Post by Hadi Chemaly »

At this time we don't provide a means to set the Select active profile through the API.

You can close open documents by getting ahold of the IRunningDocumentManager service and calling method CloseDocuments(). The method returns false if a document fails to close, true if all documents close fine.
Post Reply