... building addrecord request
m_Create = Map();
//
// specify unique name to ensure we don't duplicate these
m_Create.put("Candidate x JobOpening Name",v_Name);
//
// specify ...
... the filename appended. Because of MS Windows 11 limitations (any MS OS really), you need to ensure that long hyphens (#151) and some other funny characters are replaced out as the OS won't allow the file ...
... "Balance", and "Notes". (not sure which one fixed it but I now add all three):
Error(s):
Workflow did not trigger and did not receive even the email included in my custom function.
Debug Method(s):
G ...
What?
This is a quick article to re-enable desktop notifications after having been prompted initially and having clicked on "Not Now".
Why?
I'm not sure when this prompt is supposed to prompt you ...
... r_Delivered;
}
}
}
}
Error(s) Encountered
: Not sure about what ended up fixing this one. I think I converted the sales order to an invoice and created a package slip for it. The invoic ...
... print (6 June 2022) and I wanted to make sure it didn't just disappear or be difficult to find in future.
How?
The process of sending a PDF file to your Kindle device is also quite straightforward. ...
... about 6 hours to 2 days to take effect. Not sure what was supposed to happen but 2 days later it still wasn't working. I followed the process above and it took immediate effect...
Update 2024
So ...
... the scope(s) ZohoInventory.items.READ (add some more if you're unsure...)
Give it a connection name and note down the connection link name. I'm calling mine joel_zoho
Authorize it, etc.
Make a ...
... the code I use when a "Addition of a row" workflow is triggered on that subform. This makes sure I don't download it again and create a new Creator record to hold the same file but in a new record, as wel ...
... / and ensured the cursor remained as a hand to indicate clickable:
div.zc-Calendar_Day_Select .choice-table-cell span label:nth-child(2)
div.zc-Calendar_Day_Select .choice-table-cell span label:nth-child(3)
...
... time of print, it doesn't exist and in the meantime, I've made a function that does this.
How?
Not sure how else to do this but I simply wrote a function in Zoho Creator for each instance that I knew ...
... has not been tested extensively. Do not use if you are unsure it is calculating correctly. I use these to store the values in a table that can be double-checked at a later date.
Source(s):
Joel ...
... 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 ...
... + ".zc-Tabs-group .choice-table-row";
v_Css = v_Css + "";
input.Note_CSS = v_Css;
Yields
Then I need to get rid of the circles (radio inputs) but ensure the labels are still visible (I can ...
... and ZohoWriter.Merge.ALL
For good measure, I'm going to include the scopes: WorkDrive.files.ALL, WorkDrive.workspace.ALL
Click on Create and Connect > Accept
Get the Template ID
The following ...
What?
This is an article for training purposes. I'm pretty sure there is official documentation on how to do this but I thought I'd write this article to make it simpler for new developers to follow and ...
... Zoho Bookings as documented in the official documentation. Not sure why anyone would want to leave this enabled without applying the fix.
So the fix is a setting:
Login to Zoho Bookings as the admin ...
...
Additional Notes
As a preliminary measure, I deactivate any workflows in CRM that this process would affect. In the example above, all workflows relating to the Contacts and Leads module.
Lastly, ...
... 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 ...
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.