2
Business Central codeunit 3970 "Image Impl." has "CreateAndVerifyImage()" with "MaxSize := 5242880;"
Dataverse can accept 30 MB in image columns (https://learn.microsoft.com/en-us/power-apps/developer/data-platform/image-column-data)
Aligning this would be
MaxSize := 31457280;
This way, the maximum size in Business Central's Image Impl. matches the maximum size in Dataverse.
STATUS DETAILS
New
