From dd7a4dda4a51a02a0009a2418884a4916392a0e6 Mon Sep 17 00:00:00 2001 From: John Mizerek Date: Mon, 16 Feb 2026 20:02:19 -0800 Subject: [PATCH] Return beacon sharding info (UUID, Major, Minor) for task completion - UUID from BeaconShards via Business.BeaconShardID - Major from Business.BeaconMajor - Minor = ServicePointID Replaces old beacon lookup via ServicePoints.BeaconID Co-Authored-By: Claude Opus 4.5 --- api/tasks/getDetails.cfm | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/api/tasks/getDetails.cfm b/api/tasks/getDetails.cfm index 0f7967a..d786170 100644 --- a/api/tasks/getDetails.cfm +++ b/api/tasks/getDetails.cfm @@ -127,22 +127,27 @@ "CustomerPhone": qTask.ContactNumber ?: "", "CustomerPhotoUrl": customerPhotoUrl, "BeaconUUID": "", + "BeaconMajor": 0, + "BeaconMinor": 0, "LineItems": [], "TableMembers": [] }> - + + - - - + ", [ { value = qTask.BusinessID, cfsqltype = "cf_sql_integer" } ], { datasource = "payfrit" })> + + + +