The Issue
People have reported that although they have manually set the date/time on their computer, this gets changed by the windows time server (time.windows.com) when connected to the Internet and ...
... basic HTML/CSS knowledge):
Place the cursor where you want the button and give it some text, I'm going to start with Accept Quote
Then click on the link icon and give it the link noted from the UR ...
... but important to some staff...
How?
In an earlier article, I've shown how to change a radio type field in ZohoCreator into a Carousel type of interface. This time, we're going to repurpose and restyle ...
... to ask us to build this solution for you. It can take a few days but it will save your staff a ton of time per week!
What your staff see:
How?
So we're going to create a button. Let's use ...
... hitting statement execution limits and rather than proposing an upgrade or add-on to the subscription plan; we wanted some proof using code.
How?
We're going to use a quick snippet of some code. ...
... workspace you want to create the monitoring system. Preferably use the workspace that has the data to check. For demo purposes, I'm going into the CRM Reports workspace > Click on "Create" > Then select ...
... les order ID" = soi."Sales order ID"
Initially we thought we could take the purchase order by simply going through the comments but this only shows Purchase Orders raised from a Sales Order w ...
... and the system managers need to be notified in advance of any errors with the intention to be able to correct any inconsistencies themselves.
How?
We're going to add a scheduled workflow on a daily ...
... by going through forum posts from 7 years to 2 years ago. The following will work in May 2024 following the API domain change.
The use-case is that the customer wants the item/product rate taken ...
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 ...
... > Schedules > Create New Schedule
I'm calling my schedule "Shopify - Check Webhooks" and I'm going to execute a writing function.
It has a function name of "fn_Schedule_ShopifyWebhooks" and a display name ...
... (aka the Quote Builder) will need to post a new quote to the system as well as show previous orders.
How?
We're going to use the Zoho Extension SDK. You should refer to my previous linked article ...
... Display As: "Image"
You can now specify the size of the image as well (16x16 is a tad small).
Caveat(s):
A bit work needs to be done to the code above to prevent attachments from going in twice ...
What?
A quick article on how I resolved this error and how the online forums and documentation did not.
Why?
I don't often do this to create a Creator record but I'm going to use the shortcode function ...
... + v_BillID + "/attachment?organization_id=123456789"
type: POST
files: m_Attachment
connection: "zbooks"
];
Open the file / Download via Browser
We're going to use an openUrl() function here ...
... + p_QuoteID
type :GET
parameters:m_ApprovedConverted
connection:"zcrm"
];
// should be checking here that data contains any rows but I'm going on the basis that this quote exists in CRM an ...
... // returns 2020
You should also pad single digit week numbers if we're going to store a year week value:
v_ThisCurrentWeekNumber = if(zoho.currentdate.toString("u").toLong() == 7,zoho.currentdate.subDay(1),zoho.currentdate).toString("w");
v_ThisCurrentWeekNumberPadde ...
... "ITEM CREATE RESPONSE FOR " + v_ItemID;
info r_CreateItem.get("message");
Error(s) Encountered
items with opening stock cannot be deleted, set the opening stock to zero: Guess who's going to hav ...
... article link above), we're going to use the GetOrders call for order (sales) management.
/*
Function: fn_GetEbayOrders()
Purpose: Queries eBay for all orders for a specified year
...
... I always resort to a query when I get confused with the GUI:
Query 1
Due to the limit of sub-query levels we can go down, I want to join this to the contacts data table. So I'm going to make this ...
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.