fiogf49gjkf0d You are wanting to open the Add new Contact/Account screen in C#, right?
SalesLogix.SlxApplication slx = null; try { slx = new SalesLogix.SlxApplicationClass(); slx.BasicFunctions.DoInvoke("Function", "Insert:ContactAccount"); } finally { Marshal.ReleaseComObject(slx); } |