What?
This is an article to quickly demo a couple of snippets of code to display values in a custom related list as well as to display empty custom related lists.
Why?
Because I keep forgetting ...
Basically the gist of http://docs.joomla.org/Security_Checkli … omla_Setup is as follows: Security Checklist 4 - Joomla Setup 1. Install official versions of Joomla 2. Change the default administrator ...
... and vice-versa.
And in this use-case, my client has added an incredible number of price books/ price lists and then has in excess of 20k items. Previously, the function that would need to get the ...
... because you have it processing data rather than responding straight away (less than 1 second requirement) to Shopify with "yes received" response.
As such, here's a function which lists the Shopif ...
... given some lists and strings and although the same code worked great on one Zoho CRM, another client's ZohoCRM was not accepting "\n" as a new line character and instead would render/display it as "\n"... ...
... option Account and Lists which should show somewhere along the top right of the home screen.
Under Account and Lists, look for Your devices and content > Manage Devices.
You will get to see the list ...
... than requests. Sure it lists fields that are required in the request but not a sample request packaged to be sent.
How?
Let's assume that my custom fields have as identifiers UDF_CHAR8 (which is ...
... on line 86
Rather than assuming Zoho Deluge maps and lists are JSON variables, let's send a strange hack instead:
m_NestedRequest = Map();
m_NestedRequest.put("auth[key]",v_AuthKey);
m_NestedRequest.put("auth[secret]",v_AuthSecret);
m_NestedRequest.put("data[member_id]","123456");
m_NestedRequest.put("data[channel_name]","shopify");
m_NestedRequest.put("data[item_name]","Joel ...
... simply reloads the app (used mostly for testing/development). Lastly, a listview that has 2 columns: the 1st lists the files in that directory, the 2nd displays the new filenames of the files.
;
; ...
...
Tick the applicable Scope(s): for example: "ZohoCRM.settings.fields.READ"
Click on "Create" and then on "Accept" in the popup.
You should be redirected to a page which lists the "status" as connecte ...
... application which lists all the Google Chrome Profiles on your Windows 10 workstation in alphabetical order.
Why?
This program will be redundant if Google ever update their Chrome browser to list ...
... Interest
contains case-sensitive search, can be used on strings or lists
containsIgnoreCase case-insensitive search
endsWith
endsWithIgnoreCase
equals
equalsIgnoreCase
matches
notContains ...
What?
This is an article documenting how to access ZohoCRM with API v2 using PHP and cURL. The first few functions are to manage OAuth v2 and generate the refresh and access tokens. The second snippet ...
... = today;
Day_Name = My_Date.toString("EEEE"); // returns "Monday"
Method #1:
We're going to populate two arrays / lists; retrieve the index value; and use this in the second array as follows:
// ...
What?
This is an article which lists the functions necessary to process Google Authentication using OAuth2.0. These functions allow a script to simply be loaded and to either create a token file, or ...
...
Method #3
And a further enhancement which lists the different datatypes, is_nullable, maxlength and collations side-by-side:
-- all columns side by side
SELECT
t1.TABLE_CATALOG AS [DB1_Name],
t2.TABLE_CATALOG ...
... is the hostname or IP of the server holding my site)
Enter login credentials
Type dir (lists files & folders in the current remote working directory)
Type cd /path/to/my/website to change directory ...
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.