The Image plugin in 365 business Proxy Application offers the possibility to access images from the local file system, as well as available network drives or UNC paths.
The Image Plugin is one of the standard plugins of 365 business Proxy Application and can be installed directly via the Proxy Application Clients page.
Objects
The following procedures are available through bdev.PRX Proxy Application
codeunit (ID 5523630).
Functions
Retrieve image (GetImage)
image: Codeunit “Temp Blob” := GetImage([clientId: Guid,] filePath: Text, maxWidth: Integer, quality: Integer)
Parameter
clientId: Guid
(Optional)
Specifies the ID of the proxy application client on which the operation is to be executed.filePath: Text
Specifies the path or UNC path for which the file list is to be retrieved.maxWidth: Integer
Specifies the maximum width of the image. If the image is larger, the size is reduced accordingly.quality: Integer
Specifies the quality of the image as a percentage (1 - 100%). This setting can significantly reduce the file size.
Return
Returns `Codeunit “Temp Blob” with the image.