Skip to main content

We have users doing engineer part transfer. When they do this they press to execute transfer online and an inventory part is created from this form: 

However, the end users wish to have the “Cost Per Lot Batch” value defaulted when this transfer is done:

Is there anything to be done to be able to set that value to a default when a new entry is made due to transfer? Default templates do not work

This cannot default upon creation of the Inventory Part record as there is no procedure in the transfer routine to check if the part that was just transferred is Lot/Batch tracked.


And a custom event action configured to run on a table upon creation of a record in the table likely causes the mutating table error.


Maybe there could be a routine that runs periodically, e.g., 30-minute intervals, that finds all Inventory Part records that have been created in the past 30 minutes for which the Part record is Lot/Batch Tracked and change this value.


Reply