
Hi Guys,
I have one requirement where i need to capture image using warehouse mobile device and store in D365 F&O using custom solution X++,
Just wanted to check if that is possible or not.
Hi Khaled,
I don't believe it is possible or easy to do out of the box (at least on the current and previous versions of the app), but there was a topic with the similar discussion and idea of using Power Platform as a solution.
If you go with the customization scenario in general - there are multiple ways to achieve this as well:
- depending on your device, it may allow browsing and you get into rich D365 interface with saved links where you just filter by document number which you can scan from the label or enter manually, and then use notes\attachments functionality that is available out of box. This is definitely not the easiest solution for the users, considering average device screens and usability of the keyboard. Also, it introduces additional security challenges to use generic profile to access D365 and have limited access to what they will be able to do from the warehouse. Other than that, you can create D365 custom form with simple entry that will automate things, too;
- adjust the application itself to program the function to store specific data like image automatically (and create abovementioned actions automatically). Also doable, but requires a certain level of expertise.