Close
Search
Hello All,
How do I place the below codes inside CFSCRIPT entirely please. The codes work fine, but I ask to refactor the cfc to be cfscript entirely
my sample.cfc looks like this,
component{
remote function myFunc() output= ‘false’ returnformat= ‘json’ {
var myQry= queryExecute(“SELECT aColumn FROM aTable”);
return myQry
}
Thank you very much.
Hello All,
How do I place the below codes inside CFSCRIPT entirely please. The codes work fine, but I ask to refactor the cfc to be cfscript entirely
my sample.cfc looks like this,
component{
remote function myFunc() output= ‘false’ returnformat= ‘json’ {
var myQry= queryExecute(“SELECT aColumn FROM aTable”);
return myQry
}
Thank you very much.
All Comments
Sort by:
Most Recent
- Most Recent
- Most Relevant
2022-11-08 02:24:37
That is entirely cfscript. There’s nothing to refactor. Or please state your question a different way,
Like
You might also like
Other topics
© 2025 Adobe. All rights reserved.
Privacy | Terms of Use | Cookies | Contact Us | Do not sell or share my personal information





