• Subpanel to be Editable Before Create A Record Like Opportunity Revenue Line Items

    Is there any way to Add Revenue line items For custom Module where we can select revenue line item Before creation of record. How can we do that ?? Help me to solve this.... Has anyone done this? Are there any examples or posts out there about how to…
  • HOW TO - Cleanup your UPLOAD directory

    I've seen this question asked a lot and never seen any answers. I found a way to reduce the size of my on-site "uploads" folder by almost 30GB. Thats a lot of recovered file system storage especially if you perform regular backups of your file system…
  • MySQL error 1062: Duplicate entry ' ' for key 'PRIMARY'

    I am getting a MySQL error regarding a duplicate entry when using the following code. <?php array_push($job_strings, 'list_refresh'); function list_refresh() // This function adds any new contacts on present day into the target list, runs daily. { $db…