jobHead - ChangeLog - Assembly / materials

Hi

We want to track any changes to the subassemblies / Operations / Materials in the Job Entry form but we dont want to track every item being added or removed. Instead, It would be better for us to track changes to the subassembly / Operations / Materials top level node with a single changelog entry. For example:

userA added 5 subassemblies
userA added 3 Operations
userA added 7 Materials

userB removed 4 subassemblies
userB added 6 subassemblies

instead of tracking each node because that will bloat very quickly. Is there a way to do that?

Thanks

You can, but it’s going to be a pain in the :peach:

That’s change logs on at least 3 tables, with conditions to determine what happened.

You would be better off doing a method directive and logging to a UD Table.

Thanks for the reply, for now we have decided that we dont need to track those changes