From 3dd1fc3ffa4128f1135e56c26a5d9438e7de8571 Mon Sep 17 00:00:00 2001 From: Norm Rasmussen Date: Mon, 19 Jun 2023 22:25:46 -0400 Subject: [PATCH] Small script and template changes. Nothing monumental. --- .../_search_result.html.liquid | 34 + .../MizunoRunning-getprops.js | 17 +- Scripts/harriUserProps.csv | 3096 +++++++++++++++++ Scripts/harri_csv.js | 4 +- 4 files changed, 3140 insertions(+), 11 deletions(-) create mode 100644 Custom_Templates/customer_templates/Pipedrive Learn - CRM/_search_result.html.liquid diff --git a/Custom_Templates/customer_templates/Pipedrive Learn - CRM/_search_result.html.liquid b/Custom_Templates/customer_templates/Pipedrive Learn - CRM/_search_result.html.liquid new file mode 100644 index 00000000..504c6651 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive Learn - CRM/_search_result.html.liquid @@ -0,0 +1,34 @@ +
+
+
+ {{ result.name }} +
+ +
{{ result.sanitized_description }}
+
+
+
+
+{% comment %} +The styling below and the additional span is to make the entire div clickable as requested by the client. +{% endcomment %} + + diff --git a/Scripts/GoogleScripts/Mizuno_running_props/MizunoRunning-getprops.js b/Scripts/GoogleScripts/Mizuno_running_props/MizunoRunning-getprops.js index 4a099f36..64b13ed6 100644 --- a/Scripts/GoogleScripts/Mizuno_running_props/MizunoRunning-getprops.js +++ b/Scripts/GoogleScripts/Mizuno_running_props/MizunoRunning-getprops.js @@ -4,7 +4,7 @@ const apiKey = 'XeRrtgm0BFYPjOjPekVwCdGkW'; function getUuids() { var sheet = SpreadsheetApp.getActiveSheet(); var numRows = sheet.getLastRow()-1; // Number of rows to process - var dataRange = sheet.getRange(2, 2, numRows, 1); + var dataRange = sheet.getRange(2, 3, numRows, 1); var values = dataRange.getValues(); writeHeadings(); @@ -44,8 +44,7 @@ function findRow(email, uuid){ var sheetRow = SpreadsheetApp.getActiveSpreadsheet(); var data = sheetRow.getDataRange().getValues(); for(var i = 0; i