Business Layer Exception - There are no records in the table partDS.Part

Has anyone seen this error before? Where exactly is this partDS.Part table?

Business Layer Exception

There are no records in the table partDS.Part

Exception caught in: Epicor.ServiceModel

Error Detail

Correlation ID: 93b796f6-29a0-4546-8ee3-7630a0c2c2a1
Description: There are no records in the table partDS.Part
Program: Epicor.Customization.dll
Method: GetSingleRow
Line Number: 68
Column Number: 17
Table: partDS.Part

Client Stack Trace

at Epicor.ServiceModel.Channels.ImplBase`1.ShouldRethrowNonRetryableException(Exception ex, DataSet dataSets)
at Erp.Proxy.BO.ConfigurationRuntimeImpl.SavePcValueConfiguration(ConfigurationSequenceDataSet configurationSequenceDS, ConfigurationRuntimeDataSet configurationRuntimeDS, PcValueDataSet pcValueDS, Boolean& testPassed, String& failText, PcTestResultsDataSet testResultsDS)
at Erp.Adapters.ConfigurationRuntimeAdapter.SavePcValueConfiguration(PcValueDataSet pcValueDS, Boolean& testPassed, String& failText)

Looks like it is happening at some level during your Configurator session. Could be a UD Method that is not checking for a null dataset from a business object query.
—Aaron

Looks like a customization is in use. Perhaps that customization is expecting a partnumber to have already been selected.