What?
An article on creating a color picker from a specific palette using an input field of a radio type.
Why?
At the time of print, this feature is not provided out-of-the-box and getting our ...
... every time we want to tweak the code. There are also cases we don't want to use a standalone function as we want the code to read from the input fields dynamically and in real-time. To this end, I create ...
... in PHP with the function simplexml_load_string(). The error I get is something similar to:
PHP Warning: simplexml_load_string(): Entity: line #: parser error : Input is not proper UTF-8, indicate encoding ...
... void automation.fn_Quotes_OnEdit(int p_QuoteID)
Label: Fn - Quotes - On Edit
Trigger: Used in a workflow when a quote is modified
Purpose: Actions when a quote is modified
Inputs: ...
... point as an input but at the time of print, this hasn't happened yet. Here's a function in deluge that takes a 3 or 6 character hexadecimal color and returns the RGB values for you.
How?
Very quickly, ...
... off the contact record to send a credit application form for signing via ZohoSign
Inputs: Contact Record ID
Outputs: Attachment to the CRM record
a ZohoSign Document record in CRM
Date ...
... display related POs linked by a custom Sales Order lookup field on the Purchase Order line item.
Inputs: salesorder
Outputs: Related List
Date Created: 2024-07-09 (Joel Lipman)
...
... warn system managers if a sync started failing.
Inputs: None
Outputs: Emails system manager if any failures.
Date Created: 2024-07-02 (JoelLipman.com - Joel Lipman)
...
... a lead is created and not converted within 1 day send an email and notification to sales person everyday for 3 days then escalate to Dan
Inputs: The Lead Record ID
Outputs: A task with ...
What?
There are already articles out there that document this but I use this more and more and would rather just find it on my site than going through multiple bookmarks.
Why?
This use-case is ...
... - Order Update
Trigger: Function executed when a webhook from Shopify is sent to ZohoCRM (Order Update)
Inputs: String crmAPIRequest
Outputs: String crmAPIResponse
Date Created: ...
... you can lock it down to just the scopes you need.
void ZohoBooks.fn_SendZohoBooksInvoice(int p_OrderID)
{
v_OrderID = ifnull(input.p_OrderID,0).toLong();
/* *******************************************************************************
Function: ...
... users from saving a record without changing this. This script will round up decimal fields onload.
Inputs: -
Outputs: -
Date Created: 2023-12-13 (Joel Lipman)
- ...
... an image to workdrive and returns a publicly-accessible link/URL for use in your email signatures.
Inputs: Loginuser
Outputs: Email
Scope(s): WorkDrive.team.ALL, WorkDrive.workspace.ALL, ...
... Map fn_GetSystemValues()
Trigger: Snippet to be used at beginning of code to get dynamic maps of system values
Purpose: Taxes, Currencies, Payment Terms, Sales Persons, and Nominal Accounts
Inputs: ...
... allowed" field and select "Inspect Element"
Expand the DIV the field is in and double-click on the INPUT element (specifically the disabled="disabled" attribute), then press delete/backspace to remove ...
... Map Take_Payment( Map invoice, Map organization, Map user)
Label: Take Payment
Trigger: On button click
Purpose: Preps stripe terminal to take payment for balance of invoice.
Inputs: ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.