The work order materials widget, by default, allows users to issue materials to the work order from storerooms they have access to.  However, it is possible to disable the ability to issue via configuration.


To enable/disable the ability to issue materials, add a configuration map to the moduleconfig section of the STAUTOSCRIPT.STAMCONFIG automation script with the following properties:


Property NameValue
moduleWorkDetailMaterialsTileModule
allowIssuetrue, to enable issue of materials, or false to disable


For example, to disable the ability to issue materials, add a module configuration like this:


appConfig = {
  ...
  "moduleconfig": [
    ...
    {
      "module": "WorkDetailMaterialsTileModule",
      "allowIssue": false
    }
  ]
}




Note: For more information on Opqo configuration and the role and contents of the STAUTOSCRIPT.STAMCONFIG script, see the Configuration Overview article.



If you have questions please do not hesitate to contact us or create a support ticket for more assistance.