Hi, When printing OpenEntriesListForCustomers i get the following error in VBS debug host: Status code: OutputLayoutNotStatedButRequired. Error message: Utskriftslayout ej angivit men krävs // The essential code. RowSelection custSelection = custTable.SelectRow(); custSelection.IntegerColumnValue((long)C.Associate.CustomerNo, custNo); Row custRow = custSelection.Row; custRow.JoinTable((long)Fk.OpenCustomerEntry.Customer); // Run report. ReportInstance reportInstance = custRow.RunReport((int)R.Associate.OpenEntriesListForCustomers); ResponseReader response = requestBuilder.Dispatch(client); Please help me. 🙂
... View more