How to show the source Document lookup using C#....
In GP 2010 ...Financila - >General - > Source Document Lookup. This is showing defalut value with : GJ. Same thing i have to do using c#.
I used below code....
Microsoft.Dexterity.Applications.SmartListDictionary.SourceDocumentLookupForm obj = SmartList.Forms.SourceDocumentLookup;
obj .Open();
i got window without any values in that...I need to show the form with default value : GJ.
Let me know how can i get the values ....