... 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 ...
... spinny progress animation or go and do something more productive:
Ensure the CSV files are selected for mapping (in this case Attachments.csv and Contacts_001.csv - by the way, my Attachments.csv ...
... you simply add an option to the picklist and then specify which of the options are selected. In this case, simply giving it the IDs should work... but it doesn't.
Assuming my multi-lookup field is ...
... you or may be already working for you without this issue. By changing the workflow to execute not "When any field is upddated" but "When any selected field is updated" and then selecting the fields "Status", ...
What?
An article on one of my first client scripts for ZohoCRM. This retrieves and populates an email field based on when a contact is selected in a lookup field.
Why?
I could do a normal automation/workflow ...
... for this, I created the following Creator form:
The fields:
Calendar Day Select (link name: Calendar_Day_Select || type Radio)
Form CSS (link name: Form_Css || type Add Notes)
Selected Value for ...
What?
So this is a pretty cool feature in Zoho CRM that I hadn't used much but definitely worth an article. The ability to block field picklist options from being selected based on the profile of a user. ...
What?
This is an article documenting how to parse the notification from eBay and using it to create an order in Shopify.
Why?
Previously, we would receive an eBay notification and create an ...
... else if(r_Record.Type == "Subform2")
{
// store the second subform into a collection
c_SubformRows = r_Record.mySubform2;
}
// loop through the selected subform rows ...
... PDT 2022,Fri Jul 29 00:00:00 PDT 2022
But if I were to maintain the idea above and skip a selected day, I would write something like the following:
//
// initialize list to hold valid appointment ...
...
Set Clicked Tab to Selected
One niggling issue I had was that when selecting a tab, the selected tab didn't stay a different color or style. One theoretical way around this could be that I restyle ...
What?
A quick article to take a list of options from a HTML select element and convert to a Zoho Deluge list that will eventually be used to populate a dropdown.
Why?
Because I find myself doing ...
... by "Processed" is "Selected", check after each run of the function that the number has incremented.
Once all records are done, return to the Module Layout and delete the "Processed" field.
[Optional conditionally] ...
... a grooved border
; 0x200 aligns horizontal to left and vertically centered (0x201: center center, 0x202: right center)
Gui, Add, Text, w350 h28 x120 y11 -Multi vSelectedDir gBrowseFolders 0x1000 +0x200, ...
... when listview row is double-clicked to open Chrome Browser with selected Profile.
#NoEnv
#Warn
SendMode Input
SetWorkingDir %A_ScriptDir%
#SingleInstance force
; --------------------------------------------------------------------------------------
; ...
What?
An article on setting a date field to either the first Monday of the next month or to the last Tuesday of the current/next month. What I mean by the last Tuesday is if the last Tuesday of the ...
What?
A quick reminder on how I got a working snippet of code to store the entries in the lookup already selected, check against another table/form for valid options, repopulate the list with the selected ...
What?
This is a quick article on how to generate a 5 letter code from several functions: one which returns 5 randomly selected characters and another two which convert a number to 5 letters.
Why? ...
... of the PDF preview of my HTML code where I've selected a quote and applied a template to it:
The Solution
After removing all styling, taking away classes and ID fields that might have been ...
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.