01-28-2011 04:44 AM
Hi,
I want to autofill the leadsource lookup in the insert opportunity screen and i am using the belwo code. But i am not getting any value in it. If any body please help me in this issue.
Sage.Entity.Interfaces.IOpportunity opp = this.BindingSource.Current as Sage.Entity.Interfaces.IOpportunity
lueLeadSource.LookupResultValue = opp.Account.LeadSource.Id;
I have used above code in the page load event and also on account lokkup change event but still no luck. Am i Missing some thing
Thanks In Advance
Please Help
Jack
Solved! Go to Solution.
01-30-2011 11:00 PM