Hi Everyone,
We have a customization on Inventory counting journal form where a custom string field is developed. On its modified field event, we are using barcode scanner device that scans the item barcode and update the Counted column value in counting journal lines for that item.
Client requirement is to disable/hide that field from user input and only input allowed from the bar code scanning function. But by disabling the field or setting the allow edit field also stops the barcode scanning operation as well.
According to our findings till now that it is possible to capture the keyPress , KeyUp , KeyDown events BUT that is for C# based applications. those events are not available in D365.
Please share ideas or possible solutions if there is any event that can be captured or a way through which we can identify the input is coming from the user key Board or he is copy/pasting the values in that field.