Skip to main content

Hello Community,

I’m newbie to the Acumatica Mobile application development.  Please bare with me, If I’m wrong.

I have a specific below requirement in Scan and Issue screen. Please find the details below.

  • I have created a new site map, which is exactly duplicate screen of Scan and Issue screen.
  • In this newly created screen, I don’t want to scan the location and directly scan the BarCode of an Item and it should defaulted to “Default Issue” field from the Stock Items screen.
  • As soon as scan the Barcode of item, it should take location from Stock Item screen and then should be Released automatically.

Can you please help me on the 2nd and 3rd point.

 

Thanks in advance!

Hi,

 

After reviewing your requirements it seems that the customization you are trying to achieve will be more in the graph extension of that screen than in the mobile application(msdl code).

Please note that there is some internal documentation related to modifying WMS screens (such as Scan and Issue). Please create a support case with Acumatica so this request can be reviewed and the proper guidance could be provided to you.


Hello @nsmith51 

To achieve this, you might have to extend INScanIssue graph and set the location to default location since that is mandatory and might have to override the methods : GetDefaultState and ClearMode - in order to proceed with scanning an item instead of location. I am attaching an example which you can use to achieve your requirement. 

Thanks. 


Reply