What?
If you're installing an app and it creates two icons:
Why?
I don't think I'll forget this one but I was stumped for a bit until I found it on the a forum: Stack Overflow: Android App Development. ...
Applies to:
Microsoft Business Intelligence Development Studio 2008 (BIDS)
Microsoft SQL Server 2008 R2
What?
This article describes solutions to the error:
Subscriptions cannot be created ...
... to complete the radio options
This is the code when loading the form: Created or Edited > Load of the Form
//
// I like defaulting variables
v_DefaultColor = "#000000";
//
// a color palette
l_ColorPalette ...
... 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)
...
... price book rate post saving a record in Zoho Deluge would fail because it was making too many function statements.
How?
I have this code triggered in a workflow when the sales order is created to ...
What?
An article to ensure I never spend this long on such a request again. The brief is: "Follow up when a lead is created and not converted within 1 day send an email and notification to sales person ...
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: ...
... Zoho Creator record ID of the order
Outputs: -
Date Created: 2023-03-06 (Joel Lipman)
- Initial release
Date Modified: ???
- ???
More Info: Error 7008: ...
... store this after the record is created/updated (was getting error if included in record creation - if in same row).
// c_ImageRow.File_field = f_DownloadFile;
//
// let's get the local ...
... 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)
- ...
... a data table in ZohoAnalytics to hold the attachments
Create an Excel spreadsheet or CSV file with the headers: Ticket ID, Attachment ID, Image URL, Created Time, Modified Time
Add a dummy row with ...
... You can't compare a date time value to a field that is simply of datatype: date
v_PerPage = 200;
v_CountCriteria = "((Quote_Stage:equals:" + encodeUrl("Draft") + ")AND(Created_Time:less_than:" + encodeUrl("2023-11-01T01:00:00+01:00") ...
... -
Outputs: -
Date Created: 2021-09-24 (oel Lipman)
- Initial release
Date Modified: 2024-05-21 (Joel Lipman)
- Change of API domain from https://books.zoho.com to https://www.zohoapis.com/books
******************************************************************************* ...
What?
This is an article to document how we created a button off a Bill record in ZohoBooks which generates a text file to be sent to a bank and downloads it to the staff member's workstation.
Why? ...
...
This is the code used in a workflow triggered within ZohoCRM when a Quote is created or modified:
//
// initialize
v_BooksOrgID = 123456789;
v_BooksCustomerID = 0;
m_CreateEstimate = Map();
l_CrmBillingAddress ...
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.