Get Item Image in WHS Mobile APP base on Unit
I have a requirement in which user want to see the item images based on unit wise for that what i did i customize this form and add unit id( DSTUOM field name in table ) their as discussed in Screenshot than whad i did create extention of this class EcoResProductImage which code is [ExtensionOf(tableStr(EcoResProductImage))] final class EcoResProductImage_DSTWMSIntegration_Extension { protected static ImageReference getImageFrom2Records(Common _firstRecord, Common _secondRecord, EcoResProductImageSize _ecoResProductImageSize)// = EcoResProductImageSize::Normal) { ImageReference ImageReferenceLocal,ImageReferenceTmp; InventTable InventTableLocal; DSTWMSItemImageTmp DSTWMSItemImageTmpLocal,DSTWMSItemImageTmpLocalV2; ImageReferenceLocal = next getImageFrom2Records(_firstRecord,_secondRe...