Assuming back is required, the following 82 results were found.
respectively) Update 2022: I've included the code to verify the webhook came from Shopify: // // declare response variable back to Shopify m_Response = Map(); // // enter webhook key featured in the "settings > notifications > webhooks" section beneath...
I'd overlooked the webhook used to invokeUrl download a Creator file so it was using 20 webhooks; the following reduces that back down to 10 webhooks (1 to download each photo and base64 encode it but no extras to upload it in addition to the product...
Save the CRM function. Click on "Save" on the Xero page Click on "Send 'Intent to receive'" You should get an OK status: Go back into your CRM function and edit the function to do what you need it to (eg. update a contact or invoice), I'm putting what I...
} return r_ReaderPaymentHandOff; The incoming webhook You now need to receive the Stripe webhook when it comes back into ZohoBooks to record it against the invoice. Note how we added the invoice reference and Zoho ID in the description of the payment...
m_Header, false); Not done yet! Of course, it would help if when something was delivered, that was conveyed back to the system that asked, in this case Zoho Inventory. So for this, I've set up a nightly schedule which checks on all the shipments from a...
of SO / Invoice / Package / Shipment / Payment not updating. - Revamp and debug line by line - Switched email identifier back to StaticAlias rather than member Email - Possibly still an issue with delayed payment (check this is not holding status) Date...
+ " :|JOEL|: ", true).proper(); v_LastNamePart = v_LastNamePart.replaceAll(" :|joel|: ", "", true); } } // // add back to our hyphen separated list l_FormattedLastName.add(v_LastNamePart); } v_LastName = l_FormattedLastName.toString("-") + " "; // //...
to a Zoho Instance on the US Datacenter (.COM) These examples are using CRM REST API v5 but you can use these as far back as CRM REST API v2.1: I have a connection in ZohoCRM with the required scopes: ZohoSearch.securesearch.READ AND...
A follow on from my article Zoho Creator: Create a Widget which uses JavaScript back from 2020 with a few adjustments now in 2024. This widget will only work within Zoho Creator. If you want a solution which sits on an external website and which talks...
this month from ZohoProjects. How? The bit that stumped me was making a call to the Events endpoint as it would just come back with a blank response... The reason it was blank was due to my parameters; the key item to remember is that status is a...
the "Image Position" so that the image is under the text (personal preference here and completely optional): So now I can go back to my query and expand on it a little to include the other datasources (CRM Tables): SELECT 'CRM Accounts' AS "DataSource",...
the ID key and value pair. It would then tell me the list was null when I thought I was adding the map with the ID removed back into a list. The map itself was null. How? We are using an API action called "Add_Tags". I'm going to get the tags of the...
o_NewLineItem.Quantity = 1; o_NewLineItem.VAT1 = o_ThisLineItem.VAT1; a_NewSuformRows.push(o_NewLineItem); // write back the new line items to the invoice record "Invoiced_Items" var o_NewSubformRows = JSON.parse(JSON.stringify(a_NewSuformRows));...
the records from the performance module in Zoho People API. Why? Cos it took us a while. The online forums seem to go back over a decade and the documentation seems to have gaps; or simply modules are so custom/bespoke the documentation has started to...
= o_ThisLineItem._Tax; // going to create a new set of line items a_InvoiceLineItems.push(o_NewLineItem); } // write back the new line items to the invoice ZDK.Page.getField('Invoiced_Items').setValue(a_InvoiceLineItems); }
but deleting the account altogether can affect balances, so that should only be done after Zoho confirms it’s safe. Once the backend team confirmed there was no risk to balances, the correct approach was as follows: Resolution Confirm permissions. Sign...
component then there is no need for AEC anymore. For this we're basically going to follow the AEC installation instructions backwards. 1. Go to your admin panel (back-end) 2. Extensions > Plugin Manager 3. Go to the bottom and change the display #...
modify a file containing 2 lines of code by default. The file is index2.php in your Joomla root folder. Make a copy of it, back it up or do whatever you usually do when you modify a server-side file... ahem... The code by to look for (joomla default)...
a router.php. The router.php file supposedly holds the two functions to: convert a system URL to a SEF URL convert a SEF URL back to a system URL My site has been switched to SEF in the global configuration (where all SEO settings are set to "Yes") and...
Pre-Notes: This article consists of instructions to hard-code some core files in Joomla. As a precaution, you may want to back up all your website files and its database. Or, if space is limited, you can backup the files I have listed here (the ones we...