... button in their email (at least in a web-based email client such as outlook or Gmail), they should get something like the following:
Your staff will, of course, see the estimate status as accepted ...
... on one to select it.
When are colors used? Well in this use-case, we are using it to color events in a calendar associated with specific staff. Probably not the most essential part of a system ...
... 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 ...
...
A custom field against the item record has been added which is a lookup to the Sales Order module. This means that on a purchase order, and per line item, the staff can specify which Sales Order ...
... tasks that were transferred from the lead record relating to reminding staff to convert the lead.
//
l_RelatedTasks = zoho.crm.getRelatedRecords("Tasks", "Contacts", p_ContactID);
for each m_RelatedTask ...
... true which will automatically send it and mark it as sent. As the function I use before this to generate the invoice, also updates an invoice, I wanted to keep the action of sending separate so that staff ...
... in Zoho Creator
Staff can access the report via Zoho Creator and export it to PDF.
They can then send the PDF to the supplier.
Technical Information
Automations in the background, on update ...
... module that are calculated and will sometimes return numbers with more than 6 decimal places. As this is more than specified on the ZohoCRM field properties, as soon as the staff user tries to save the ...
What?
A super quick article on how to pre-select the pipeline on deal creation within CRM based on the department specified on a user's profile.
Why?
A client asked that when staff create a deal/opportunity ...
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? ...
... (in other words, not alphabetical, numerical, or completely random order):
void JoelLipman.fn_SetStaffUsualShift()
{
//
// build a standard usual shift subform from CRM
r_OrgDetails = invokeUrl
...
What?
A quick article on some code added to a button in ZohoBooks off the invoice module to initiate your Stripe terminal to take a payment.
Why?
Just to make it easy on the staff at a counter ...
... of weeks thereafter). This needs to be dynamic as it is a schedule run daily checking the availability of a staff member for the upcoming week.
How?
As mentioned, using leftpad takes 2 parameters, ...
... create a button that sits on the view page of a record and the staff simply click on and it does all the aforementioned.
How?
The difficult part here was to figure out how to convert the CRM record ...
...
My use-case scenario here is that we have a Zoho Creator app which comprises of a custom quote builder that staff use to store details about a product, and then to push that product out to their Shopify ...
... with a reminder 10 minutes before
m_ScheduleCall.put("Reminder","10 mins");
// not sure if this does anything. hopefully notifies the staff user
m_ScheduleCall.put("send_notification",true);
r_ScheduleCall ...
... in a subform called "Mondays" then to click a button which copies it to the remaining working days.
How?
So I have a form with 6 subforms which list staff/employee shifts from Monday to Saturday. ...
... r_ServiceResults.get("response").get("returnvalue").get("data");
for each r_Service in l_Services
{
if(!isnull(r_Service.get("id")))
{
v_ServiceName = r_Service.get("name");
}
}
Get the staff: ...
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.