• How to prevent overwrite a custom administration controller.php?

    Hi folks! I have 2 packages that write one same file. The first package I made some days ago and is installed now. The second package is a plugin that some company made. So, When I installed the second package, I didn't prevent the latests package overwrite…
  • What is the best way to catch ALL edits on Approved record?

    I have a need to warn the user that they are editing an "Approved" custom record, or one of its related custom records, and allow them to proceed if they so choose, get out without changing anything if they don't. How do I catch any and all attempts to…
  • JavaScript Controller copy one field to another before blanking the first field

    field_one is a drop down and field_two is a varchar. I want to be able to pick a value in field_one , have it populate field_two and then clear out field_one . Sounds simple enough. So I run this code in the on change event: this.model.set(' field_two…