cfengineers
10/01/2024, 5:12 PMaliaspooryorik
cfengineers
10/01/2024, 6:14 PM99 : }
100 : else {
101 : local.currentElement[local.tempElement][local.tempIndex] = trim(canonicalize(arguments.formScope[local.thisField], true, true));
102 : }
103 : }
cfengineers
10/01/2024, 6:14 PMcfengineers
10/01/2024, 6:21 PMcfengineers
10/01/2024, 6:21 PMcfengineers
10/01/2024, 6:34 PMcfengineers
10/02/2024, 12:31 PMMatt Jones
10/02/2024, 1:40 PMcfengineers
10/02/2024, 1:42 PMaliaspooryorik
aliaspooryorik
foo = form[ "order[0][column]" ]
should workcfengineers
10/02/2024, 1:48 PMcfengineers
10/02/2024, 1:51 PMaliaspooryorik
aliaspooryorik
<cfset util = new "fastrack-hipco.cfc.formutils"().init() />
<cfset util.buildFormCollections(form) />
aliaspooryorik
aliaspooryorik
<cfset util = new "fastrack-hipco.cfc.formutils"().init() />
<cfset transformedData = util.buildFormCollections(form) />
cfengineers
10/02/2024, 1:54 PMaliaspooryorik
cfengineers
10/02/2024, 1:54 PMMatt Jones
10/02/2024, 2:56 PMMatt Jones
10/02/2024, 2:58 PMcfengineers
10/02/2024, 3:01 PMcfengineers
10/02/2024, 3:02 PMcfengineers
10/02/2024, 3:02 PMcfengineers
10/02/2024, 3:03 PMMatt Jones
10/02/2024, 3:05 PMcfengineers
10/02/2024, 3:06 PMselect DISTINCT vwAllAccounts_Contacts.ContactID, vwAllAccounts_Contacts.ContactCombinedName, vwAllAccounts_Contacts.ContactWorkPhone, vwAllAccounts_Contacts.ContactCellPhone, vwAllAccounts_Contacts.ContactEmail, vwAllAccounts_Contacts.CompanyName, vwAllAccounts_Contacts.AccountID, vwAllAccounts_Contacts.MailingCity, vwAllAccounts_Contacts.MailingState, vwAllAccounts_Contacts.ContactTitleDescr, 'A' as ContactType, vwAllAccounts_Contacts.TerritoryID as HTerritory, vwAllAccounts_Contacts.AssignedName AS HSalesperson, ' ' as Action from vwAllAccounts_Contacts WHERE vwAllAccounts_Contacts.Active=1 AND vwAllAccounts_Contacts.ContactActive=1 AND vwAllAccounts_Contacts.ContactCombinedName LIKE ? AND (vwAllAccounts_Contacts.UserID = ? OR vwAllAccounts_Contacts.InUserID = ? OR vwAllAccounts_Contacts.BranchMgrID = ? OR vwAllAccounts_Contacts.RegionMgrID = ? OR vwAllAccounts_Contacts.FiltrationUserID = ? OR vwAllAccounts_Contacts.FiltrationINUserID = ? OR vwAllAccounts_Contacts.FiltrationBranchMgrID = ? OR vwAllAccounts_Contacts.FiltrationOfficeMgrID = ? ) --ORDER BY CompanyName, ContactCombinedName ORDER BY HSalesperson asc OFFSET 0 ROWS FETCH NEXT 10 ROWS ONLY
cfengineers
10/02/2024, 4:14 PMMike Greider
10/04/2024, 11:51 AMMike Greider
10/04/2024, 11:51 AMMike Greider
10/04/2024, 11:53 AM