Block 2: Codeunit 6181381 TF Mobile WMS Reference Data
'CountLineExtraInfo':
BEGIN
MobConfTools.RC_Std_Parms(1, // ID
'CountLine', // Name
'Count Line', // Header
'Extra info:', // Label
'Extra info'); // Help Label
MobConfTools.RC_Decimal_CData(XMLCDataSection,0,0,0,3,TRUE);
END;
Step 2 - Include the step in the Count functionality
The function CreateOrderLinesResponse is responsible for the reply to the device, including which values to collect.
We will add the following code block have it include our CountLineExtraInfo. Add you own conditions to when the step should be included, in example, certain items.