Advanced Search

Here are a few examples of how you can use the search feature:

Entering this and that into the search form will return results containing both "this" and "that".

Entering this not that into the search form will return results containing "this" and not "that".

Entering this or that into the search form will return results containing either "this" or "that".

Search results can also be filtered using a variety of criteria. Select one or more filters below to get started.

Assuming product is required, the following 72 results were found.

  1. Zoho Creator: Button on Report for Merging Multiple Selected Recordshttp://www.joellipman.com/articles/crm/zoho/zoho-creator-button-on-report-for-merging-multiple-selected-records.html

    through all the selected (ticked) records. The example below documents a report of Quotes where we want to merge all the product line items of each quote into one single quote. Why? I've written this article because I keep forgetting on how to do this....

    • Type: Article
    • Author: Joel Lipman
    • Category: Zoho
    • Language: *
  2. Product Documentationhttp://www.joellipman.com/component/content/category/documentation/product-documentation.html

    • Type: Category
    • Language: *
  3. GDPR Privacy Policyhttp://www.joellipman.com/static-items/gdpr-privacy-policy.html

    copyright laws. Trade Marks JoelLipman.com's trademarks and trade dress may not be used in connection with any product or service that is not JoelLipman.com's, in any manner that is likely to cause confusion among customers, or in any manner that...

    • Type: Article
    • Author: Joel Lipman
    • Category: Static Items
    • Language: *
  4. Zoho CRM: Standard Setup for Tax Rateshttp://www.joellipman.com/articles/crm/zoho/zoho-crm-standard-tax-rate-setup.html

    Login to ZohoCRM as an Administrator Go to Setup > Customization > Modules and Fields Hover the mouse cursor over the "Products" module and then over the ellipsis Click on "Customize Tax Rates" For our clients in the UK, we tend to specify the tax rates...

    • Type: Article
    • Author: Joel Lipman
    • Category: Zoho
    • Language: *
  5. Zoho CRM & Zoho Writer: Button to Merge Template, Send, and Attachhttp://www.joellipman.com/articles/crm/zoho/zoho-crm-zoho-writer-button-to-merge-template,-send,-and-attach.html

    + ".pdf"); r_AttachResponse = zoho.crm.attachFile("Quotes",p_QuoteID,r_DownloadResponse); Use a subform (eg. Product Line Items) If I call my subform "Quoted Items" and specify this having the fields "Ref, Item, SKU, Description, Quantity, RRP,...

    • Type: Article
    • Author: Joel Lipman
    • Category: Zoho
    • Language: *
  6. ZohoBooks: Error Code 15: Ensure Billing Address has less than 100 charactershttp://www.joellipman.com/articles/crm/zoho/zohobooks-code-15-ensure-billing-address-has-less-than-100-characters.html

    QUOTE LINE ITEMS ---------------------- // line items get via api v2.1 or greater l_BooksLineItems = List(); r_CrmProductLineItems = invokeurl [ url :"https://www.zohoapis.eu/crm/v2.1/Quotes/" + p_QuoteID type :GET parameters:m_ApprovedConverted...

    • Type: Article
    • Author: Joel Lipman
    • Category: Zoho
    • Language: *
  7. Zoho Creator: Add a subform while creating a recordhttp://www.joellipman.com/articles/crm/zoho/zoho-creator-add-a-subform-while-creating-a-record.html

    } // // get line items from source and populate this subform l_QuotedItems = r_QuoteDetails.get("Product_Details"); c_LineItems = Collection(); for each m_LineItem in l_QuotedItems { r_Row = Quotes.Line_Items(); r_Row.Product =...

    • Type: Article
    • Author: Joel Lipman
    • Category: Zoho
    • Language: *
  8. Joel's Reference to MidJourney v4 Promptshttp://www.joellipman.com/graphic-design/joel-s-guide-to-midjourney-prompts.html

    Photography Travel Photography Wedding Photography Manmade Objects Architecture Fine Art Photography Food Photography Product Photography Real Estate Photography Still Life Photography Tech Photography Camera Angle Note that there others, I'm only...

    • Type: Article
    • Author: Joel Lipman
    • Category: Graphic Design
    • Language: *
  9. Zoho Books / Inventory: Get Item Rate from a Price Book/Listhttp://www.joellipman.com/articles/crm/zoho/zoho-books-inventory-get-item-rate-from-a-price-book-list.html

    A quick article on how to get the pricebook entry using Zoho Deluge for a specific product in your ZohoBooks or ZohoInventory instance. Why? This took me the best part of an hour to determine by going through forum posts from 7 years to 2 years ago. The...

    • Type: Article
    • Author: Joel Lipman
    • Category: Zoho
    • Language: *
  10. Calculating Percentagehttp://www.joellipman.com/articles/ecommerce/calculating-percentage.html

    selling at: ((Agreed Price - Usual Price) * 100) / Usual Price = % eg. ($10 - $8) * 100 / $8 = +25% ie. selling an $8 product at $10 is an increase of 25% eg. ($8 - $10) * 100 / $10 = -20% ie. selling a product at $8 when it usually costs $10 is a...

    • Type: Article
    • Author: Joel Lipman
    • Category: eCommerce Systems
    • Language: *
  11. Joe's CSV Chart Generator (JCG)http://www.joellipman.com/component/content/article/joellipmans-csv-chart-generator.html?catid=40

    leave the copyright information. If you want to remove the copyright text that displays on the charts, you need to buy the products of AMCharts.com. I have no afiliation with these and I myself don't put any copyright information on the end product. I...

    • Type: Article
    • Author: Joel Lipman
    • Category: Product Documentation
    • Language: *
  12. Is it a scam? Gumtree.com's warning signshttp://www.joellipman.com/hardware/is-it-a-scam-gumtreecoms-warning-signs.html

    escrow websites often may look official, but are actually run by fraudsters. They’ll take your money and never send you the product. Payment for brokerage/importing. A seller claims that there are brokerage fees, import duties or similar fees required...

    • Type: Article
    • Author: Joel Lipman
    • Category: IT Support
    • Language: *
  13. Developer's Checklist: Taking over a projecthttp://www.joellipman.com/articles/web-development/developers-checklist-taking-over-a-project.html

    Time (obviously agreed with client) Additional Documentation (timesheets, agreements, technical specifications, issue logs, product documentation) Security Check Usernames/Passwords (formats, defaults and vulnerability) Check ALL server-side errors...

    • Type: Article
    • Author: Joel Lipman
    • Category: Web-Development
    • Language: *
  14. Returning Oracle Stored Procedure Resultset in SSRShttp://www.joellipman.com/articles/microsoft/ssrs/returning-oracle-stored-procedure-resultset-in-ssrs.html

    getting a resultset from an Oracle stored procedure and displaying this in SQL Server Reporting Services (SSRS). Well "non-productive" more than "fun" as most of the examples on the net are either half-complete or partially documented. So here goes......

    • Type: Article
    • Author: Joel Lipman
    • Category: SQL Server Reporting Services
    • Language: en-GB
  15. Xero API: Send Multiple Invoiceshttp://www.joellipman.com/articles/crm/xero/xero-send-multiple-invoices.html

    Invoice (DO NOT ACTION) 1", "DueDate": "2021-09-13", "Date": "2021-08-13", "LineItems": [ { "Description": "My expensive product #1", "Quantity": 1, "UnitAmount": 240, "TaxType": "OUTPUT2", "TaxAmount": 48, "AccountCode": 3610, "DiscountAmount": 24,...

    • Type: Article
    • Author: Joel Lipman
    • Category: Xero
    • Language: *
  16. Zoho Creator: Change Radio into Tabshttp://www.joellipman.com/articles/crm/zoho/zoho-creator-change-radio-into-tabs.html

    hide Tab_Section_7; // if(isNull(input.Tabs) || input.Tabs == "Quote") { show Tab_Section_1; } else if(input.Tabs == "Product Details") { show Tab_Section_2; } else if(input.Tabs == "Photos") { show Tab_Section_3; } else if(input.Tabs == "Shopify") {...

    • Type: Article
    • Author: Joel Lipman
    • Category: Zoho
    • Language: *
  17. Zoho CRM: searchRecords with sorted resultshttp://www.joellipman.com/articles/crm/zoho/zoho-crm-searchrecords-with-sorted-results.html

    ****************** CODE USING GETRECORDS **************** // init l_Pages = {1,2,3,4,5}; v_PerPage = 200; // // get other products with the same name (set in order of oldest first and keep only first one, delete the others) m_Params =...

    • Type: Article
    • Author: Joel Lipman
    • Category: Zoho
    • Language: *
  18. Zoho Creator: Get Images in Report to be Exported to PDFhttp://www.joellipman.com/articles/crm/zoho/zoho-creator-get-images-in-report-to-be-exported-to-pdf.html

    display images without a user wall. Why? Our client needs to send a report to suppliers that include photos of the faulty products. These display fine in a Zoho Creator report and even show up on the preview when exporting to PDF. But when you download...

    • Type: Article
    • Author: Joel Lipman
    • Category: Zoho
    • Language: *
  19. Zoho Inventory Template Issue: First Page is Blankhttp://www.joellipman.com/articles/crm/zoho/zoho-inventory-template-issue-first-page-is-blank.html

    I thought I'd write an article to help me resolve the particular issue where the organization details and the header of the product line items table would display on the first page, the product line items would then print on the second page, with the...

    • Type: Article
    • Author: Joel Lipman
    • Category: Zoho
    • Language: en-GB
  20. Zoho Deluge: Nested Catch Statementshttp://www.joellipman.com/articles/crm/zoho/zoho-deluge-nested-catch-statements.html

    try { v_Test2 = "Bar"; info v_Test2.toLong(); } catch(e) { info "Couldn't convert 'Bar' to an integer"; } } Pushing the product beyond it's design Note that before anyone says I'm only try catching a doomed conversion from string to integer; I've...

    • Type: Article
    • Author: Joel Lipman
    • Category: Zoho
    • Language: *
Results 21 - 40 of 72

Donate & Support

If you like my content, and would like to support this sharing site, feel free to donate using a method below:

Paypal:
Donate to Joel Lipman via PayPal

Bitcoin:
Donate to Joel Lipman with Bitcoin bc1qf6elrdxc968h0k673l2djc9wrpazhqtxw8qqp4

Ethereum:
Donate to Joel Lipman with Ethereum 0xb038962F3809b425D661EF5D22294Cf45E02FebF

Please publish modules in offcanvas position.