... contact.
$se_module (String): The API name of the parent module that the contact is associated with. This key is mandatory when you include Who_id and What_Id.
FREQ (String): Defines the frequency ...
... use window.location URL
var queryParams = ZOHO.CREATOR.UTIL.getQueryParams();
// Check parameters were even specified
if (queryParams.p_ShopifyEmail !== undefined) ...
... / Zoho One / Using Zoho One
Zoho Community / Zoho Creator / Application Development
Zoho Deluge / Integrations > Pre-defined integrations with Zoho services > Zoho Creator Integration Tasks > Get Record ...
What?
An article to resolve my frustration in being able to ONLY retrieve the first 100 products using GraphQL, so page 1 of Shopify products.
Why?
Our use-case is that we retrieve the 100 most ...
... deals against a deal owner and needed to repeat this for all the invoices against a sales person.
It adds to the effect on loading the page that a widget has clearly defined values based on the filters ...
... fields and not really knowing which one defines the stage the lead is at.
How?
Well this can be done through a validation rule. After working in Zoho CRM for over 3 years, this is the first time ...
What?
A quick article on converting a Map (associative array with keys and values) into a URL string to pass as URL parameters.
How?
Let's first define a map:
m_Payload = Map();
m_Payload.put("client_id","my-unique-client-id");
m_Payload.put("redirect_uri","https://www.joellipman.com");
m_Payload.put("response_type","code");
m_Payload.put("scope","my_api_scopes");
m_Payload.put("prompt","login");
Great! ...
... that the laws of the state of DEFINE_STATE, DEFINE_COUNTRY, without regard to principles of conflict of laws, will govern these Conditions of Use and any dispute of any sort that might arise between you ...
What?
An article on how to quickly adapt an array code and sort by its values. Surprising how many examples are on the web and everyone saying you're doing it wrong... Which is true but quite unhelpful. ...
... text translation.- Date Uploaded: Wed, 2nd Nov 2011 1.5.3.4 - Fixed Bug: More variables now defined- Date Uploaded: Fri, 30th Sep 2011 1.5.3.3 - Fixed Bug: Undefined variables now defined- Date Uploaded: ...
... values and just for myself to quickly modify a Wordpress configuration file.
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', ...
... a new module (Insert > Module)
Copy and Paste the Excel user defined function belowSub ExtractHL()
Dim HL As Hyperlink
For Each HL In ActiveSheet.Hyperlinks
HL.Range.Offset(0, 1).Value = HL.Address
Next
End ...
... by the schema
appinfo Specifies information to be used by the application (must go inside annotation)
attribute Defines an attribute
attributeGroup Defines an attribute group to be used ...
What?
Somebody said I could pay to get an export list of my Joomla users. I said Joomla is a FREE OpenSource system, why?
Why?
I want to move a client's list of Joomla users to a new system which ...
... sequence in your regular expression. The element you specify must be a defined collating sequence in the current locale.
This operator lets you use a multicharacter collating sequence in your regular ...
What?
I'm writing a Joomla 2.5.x component for logging time and projects and need a dropdown to have selectable options restricted to the logged-in user. This is specified in the XML file of the custom ...
... access to this file
defined('_JEXEC') or die;
// com_XXX is your component name
class com_XXXInstallerScript
{
function postflight($type, $parent)
{
// $type (install, ...
What?
This is a quick article on what I change the error page for Joomla websites to. I like a clean error page, for a demo visit http://www.joellipman.com/my_error_page.
Applies to Joomla 1.6.x, 1.7.x, ...
... already exists
IF OBJECT_ID ('ufn_DataScramble', 'FN') IS NOT NULL
DROP FUNCTION ufn_DataScramble ;
GO
-- Create user defined function
CREATE FUNCTION ufn_DataScramble
(
@OrigVal varchar(max)
)
RETURNS ...
Applies to Joomla 1.6+
What?
This is an article to describe how to add an article modal button in the Joomla Admin Panel (at time of print version 2.5.6) of your component including the all important ...
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.