Question

Auto Set Values for Inventory Parts

  • 10 February 2022
  • 1 reply
  • 51 views

Userlevel 4
Badge +7

Hi all,

I want to automatically set values for inventory parts (these parts are created via 3rd party software) and sent to IFS. I tried this with a custom event and custom procedure, however, it doesn’t seem to trigger once the parts are sent over to IFS. This should trigger based on if the part meets certain criteria such as:

  • Type Code
  • Site
  • Status

Any thoughts on how to achieve this outside of a custom event which then calls custom procedures?

Thanks,

R


This topic has been closed for comments

1 reply

Userlevel 7
Badge +28

You can do this via migration jobs that are run based on scheduled database tasks.  You would do one migration job to locate the parts meeting the criteria, then use that to upload the changes to the parts as you want them to be.