... giving it the label value to indicate to the user to enter their Name (as in forename or surname).
onFocus() - What to do when the user moves their cursor into the field or clicks on it. In this specific ...
... String fn_SendCreditApplication(Int p_ContactID)
Label: Fn - Contact - Send Credit Application
Trigger: Off a button on the contact record
Purpose: Function used by a button ...
... the button labeled "Choose Image":
I'll select "My Library" and click on the square with a plus sign on it to select images from my device:
Now I can select the image(s) I want to upload (unfortunately ...
... Map Related_Purchase_Orders( Map salesorder , Map organization , Map user , Map page_context )
Label: Related Purchase Orders
Trigger: Displays on Sales Order record
Purpose: To ...
... void fn_Leads_FollowUpNonConverted(Int p_LeadID)
Label: Fn - Leads - Follow Up Non Converted Lead
Trigger: Triggered 24 hours after a lead is created.
Purpose: Follow up when ...
What?
This is an article just repeating a script from the Zoho Kaizen series allowing a confirmation box (something lacking in Zoho Creator - but that every app outside of Zoho has) as well as a popup ...
... would suffice but here is my first version of the script:
/* *******************************************************************************
Function: -
Label: Products - Correct Decimals ...
... void fn_Tickets_OnCreateEdit(int p_Ticket)
Label: Fn - Tickets - On Create or Edit
Trigger: Off a workflow when a ticket is created or modified
Purpose: Pushes the tickets attachments ...
...
];
l_PaymentTerms = r_PaymentTerms.get("data").get("payment_terms");
for each m_PaymentTerm in l_PaymentTerms
{
m_PaymentTerms.put(m_PaymentTerm.get("payment_terms_label"),m_PaymentTerm.get("payment_terms")) ...
... but it is a workaround I have used and that worked when converting a lead to a deal. Note that this hack doesn't work on the system field label name (I tried) just on the length field. Use the translations ...
What?
This is a not-so-quick article that queries an eBay order and creates the relevant ZohoInventory item, contact, sales order, package slip, shipment order, invoice, payment records...
Why? ...
... Map Take_Payment( Map invoice, Map organization, Map user)
Label: Take Payment
Trigger: On button click
Purpose: Preps stripe terminal to take payment for balance of invoice.
Inputs: ...
... that has the value you want to display.
Under "Show Value As", select Max
Then click on the "Settings" tab and do the following:
Under Primary Value - Label, enter the static text you want to ...
... (eg. "Wednesday9March"), which yields the following:
Then I get rid of the label with the following CSS:
label.zc-Calendar_Day_Select-label
Then get rid of the round circles for radio inputs ...
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.