Preventing System Field Updates Triggered by Business Rules in cost_plan_breakdown Script
Hello,I'm currently working on a fix script to update records in the "cost_plan_breakdown" table, and I want to ensure that system fields are not updated during this process. To achieve this, I am using the `autoSysFields(false)` method within my fix...