var oBSSLM = TheApplication().GetService("SLM Save List Service"); var psInp = TheApplication().NewPropertySet(); var psOut = TheApplication().NewPropertySet(); psInp.SetProperty("Applet Height", "400"); psInp.SetProperty("Applet Mode", "1"); // 1 - List Applet, 2 - Form Applet//1=Base, 2=New, 3=Edit, 5=Query, 6=EditList psInp.SetProperty("Applet Name", "Applet Name"); psInp.SetProperty("Applet Width", "400"); oBSSLM.InvokeMethod("LoadPopupApplet", psInp , psOut);