Entradas

Mostrando las entradas con la etiqueta businessCentral;

bl al error AL0185: Codeunit 'NoSeriesManagement' is missing

Imagen
  The error   AL0185: Codeunit 'NoSeriesManagement' is missing   in Microsoft Dynamics 365 Business Central occurs because the   NoSeriesManagement   codeunit has been   deprecated and removed   in recent versions (specifically in Business Central v27, and marked for removal in v24/2024 Wave 1).   Microsoft has replaced the old codeunit with a new, more modular system involving the  No. Series  and  No. Series - Batch  system modules.   Solution To resolve this error, you need to update your AL code to use the new pattern:   Replace references  to the old  NoSeriesManagement  codeunit with the new  No. Series  codeunit for single number series operations or  No. Series - Batch  for performance-optimized, multiple number series operations. Add necessary dependencies  to your  app.json  file for the new  Business Foundation  application, if not already included...

Api oData Sorry, the current permissions prevented the action

 Si creando una nueva api oData  en BC al intente utlizarla aparece este mensaje "The current permissions prevented the action" Es poque deberas de agregar "GENERATEDPERMISSION" en " Microsoft Entra Application Card " Al agregra ese permiso tu API ya podra ser llamada