Skip to main content
Solved

How to change the display message in Scan and Count


Forum|alt.badge.img

Hi,

Does anyone know how to change the Message on the Scan and Count screen? i want to change this in the mobile application as well.

 


Thanks.

Best answer by varthinibhaskaran18

The message getting displayed on the graph is available for extension through the customization project.

The easiest way here would be create a new unbound field  on the ScanHeader DAC and set the value in a FieldSelecting event.

This value can be mapped to the Scan and Counts header section.

The following help articles should be of help

Creating an unbound field on the ScanHeader DAC extension
https://help.acumatica.com/(W(15))/Help?ScreenId=ShowWiki&pageid=f16c78a5-73d6-44b3-8519-59fae75159f7

https://help.acumatica.com/(W(15))/Help?ScreenId=ShowWiki&pageid=5a2bddc7-dd58-4de4-a9f5-f4d5ce073b77

Adding a field defaulting event:

https://help.acumatica.com/(W(16))/Help?ScreenId=ShowWiki&pageid=dedd464a-3e57-dda1-fb2e-4e7fe8d62dd7

 

Mapping the value to Form header should be simple, just replace the DataField on the Layout properties of the screen editor.

Hope this helps!

 

View original
Did this topic help you find an answer to your question?

4 replies

Forum|alt.badge.img

This can be done using the customization Project Editor. Customize the Scan and Count screen and under the header view, the message field can be found. The Datafield value is set to the Message field of the view. Removing this data field should remove the text that is being set on the textbox.

 



To set a simple static value, simple add the text you wish  to display inside the “Text attribute” highlighted below

 


If you wish to set a value based on some logic, then this has be done using the code based customization by extending the graph used for the Scan & Count screen.

 

Hope this helps!


Forum|alt.badge.img

Hi @varthinibhaskaran18, Thank you for the Reply. 

Whenever the user scans an item, it will be counted, and 1 will be added.

Then, if the user clicks SET QTY and adds a quantity, it will display as input minus 1 because the system already added 1 when the item was scanned. So, if I input 10, the system displays 9.
 

I want it to display 10 if the user inputs 10.

I found the code file (INScanCount.cs) inside the CodeRepository, but I am unable to fix this with a graph extension. I assume this is a fairly simple code change, but I cannot find where exactly I should make the change.


Forum|alt.badge.img

The message getting displayed on the graph is available for extension through the customization project.

The easiest way here would be create a new unbound field  on the ScanHeader DAC and set the value in a FieldSelecting event.

This value can be mapped to the Scan and Counts header section.

The following help articles should be of help

Creating an unbound field on the ScanHeader DAC extension
https://help.acumatica.com/(W(15))/Help?ScreenId=ShowWiki&pageid=f16c78a5-73d6-44b3-8519-59fae75159f7

https://help.acumatica.com/(W(15))/Help?ScreenId=ShowWiki&pageid=5a2bddc7-dd58-4de4-a9f5-f4d5ce073b77

Adding a field defaulting event:

https://help.acumatica.com/(W(16))/Help?ScreenId=ShowWiki&pageid=dedd464a-3e57-dda1-fb2e-4e7fe8d62dd7

 

Mapping the value to Form header should be simple, just replace the DataField on the Layout properties of the screen editor.

Hope this helps!

 


Forum|alt.badge.img

@varthinibhaskaran18, Great! i’ll try this out. Thanks again for the help!!

 


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings