Tag Archives: Activity Code

How to Solve “WMAUHSTD: Nonexistent screen” Error while opening Usage Audit table inquiry screen

Sage X3 has inquiry screens for every module in which we can audit our transactional data. For example, in the sales module we have created a number of invoices, so to check invoice data we can use the list of invoices inquiry screens of the sales module like List of invoices, invoice lines, invoice by… Read More »

Error: “Function not defined for the value given..” in Sage X3

In Sage X3, developers can do customization within Sage X3 using development module. Sometimes user reports an error “Function not defined for the given value” whenever he/she tries to use the customization done in Sage X3. As shown in below screenshot. New stuff: Restriction on Purchase/Sales transactions on the basis of PAN No Error In… Read More »

How to add suppliers in the product-site level in Sage X3-Version 12

Sometimes we require to manage local suppliers to a specific site. There is an amendment made in Sage X3 version 12 where we can add suppliers at the product site level. Benefits: This functionality is useful for supplier product management rules by site. These rules are used in the supply planning as well as on… Read More »

Protecting Customized Mod through Code

In one of our previous blog named “How to check ‘Active’ Activity Code” we discussed deactivation of the Activity Code. There we looked on for checking of the active Activity Code through global variables. We can implement the same logic directly through code also. There may be a scenario when we write the code for… Read More »