This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select p.proposalname, p.proposalid, p.createdDate, u.lname, u.fname, p.clientid, c.clientname, cust.customername, ct.lname + ', ' + ct.fname as contactname, | |
e.eventname, e.eventid, ( | |
select top 1 activityDate | |
from proposalActivity | |
where proposalid = <cfqueryparam value="#arguments.proposalid#" cfsqltype="cf_sql_integer"> | |
and contactid > 0 | |
order by activityDate desc | |
) as activityDate | |
from proposals p | |
etc etc etc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Here's the javscript: | |
var myDropzone = new Dropzone(".dropzone"); // this causes an error: "dropzone is already attached" | |
Dropzone.options.myDropzone = { | |
dictDefaultMessage: "Drop files here or Click to upload", | |
paramName: "file", | |
maxFilesize: 5 | |
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
reload=true&update=true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
?appreload&applydbupdates | |
Use when Mura core gets out of sync with the database. |