Skip to main content
Question

Set default value od Over Reporting field at Inventory Part

  • October 30, 2025
  • 2 replies
  • 35 views

When creating and first saving an Inventory Part at IFS10, the field Over Reporting (manufactoring) is set by default to ALLOWED.

I need to do a mod to set this field by default to NOTALLOWED.

It is not possible to use a template.

 

I tried to modify procedure MANUF_PART_ATTRIBUTE_API - the only place that I found with ALLOWED variable, and changed to NOTALLOWED:

 

 

After sucesfully compile, unfortunately it is not working. Over Reporting field still is set to ALLOWED. :(

 

What can I do more?

 

2 replies

Forum|alt.badge.img
  • Do Gooder (Customer)
  • 2 replies
  • October 30, 2025

Sorry if this isn’t helpful since I only have the capability to show you via Cloud, so I’m not sure exactly how it works in IFS 10 but maybe you or someone else can sort of “translate” to that.

Following the steps shown in these screenshots from the Page Designer, it seems possible, but I’m not smart enough to figure out the proper code that should be in the case or maybe this isn’t actually a way to do it - I didn’t see it work; it just seems possible this way.

Another thought was default to previous too but that doesn’t seem to work how I’d expect it either.

 

 

 

 

 


Forum|alt.badge.img+1
  • Do Gooder (Partner)
  • 3 replies
  • November 4, 2025

Try a custom event, triggers when a new part is added, changes the value to Not Allowed.