Hoping someone can point me in the right direction....
I am adding a .NET form as an AddIn (straightforward) and one of the things I want to do is add a financial account entry with lookup.
The lookup (using the Lookups in the sample projects) would be something like this:
define the look up form
static AccountLookupForm valueAccount = SmartList.Forms.AccountLookup;
and then to perform the lookup:
valueAccount.Procedures.Invoke.FillWindowBy... with a lot of options, none of which I can find documentation on.
For my project, I want to only look at accounts of type 2 (Unit Accounts). Any help here?
Once that window displays an an account is chosen, I would assume I would be able to select the Account Index from the form with something like:
Account.AccountLookup.AccountScroll.AccountDescription.Value
*This post is locked for comments