return JDialogLookup.dlg_selected;
}
public static boolean customers() {
String schemaName = Common.hostList.getHost(Common.selectedHostID).getDatabaseParameters().getjdbcDatabaseSchema();
JDialogLookup.dlg_table = new JDBTable(Common.selectedHostID, Common.sessionID, JUtility.substSchemaName(schemaName, "{schema}APP_CUSTOMER"));
JDialogLookup.dlg_title = "Customers";
JDialogLookup.dlg_key_field_name = "customer_id";
JDialogLookup.dlg_criteria_field_name_default = "customer_id";
JDialogLookup.dlg_orderBy_name_default = "customer_name";