Unknown source for data method CrmIntegrationStatus. The method does not exist in the data source or table. |
Solution: Create the following method in the SalesQuotationProjTable:
// Fix to allow compile of SalesQuotationProjTable form
display NoYes CrmIntegrationStatus()
{
return
NoYes::No;
}
Yuck!
Comments to resolve the problem properly most welcome. In this case new functionality was added with this new version regarding a Microsoft CRM integration, that our client would not be requiring, and perhaps our method should be throwing an 'unimplemented' error.
No hay comentarios:
Publicar un comentario