... apply changes to any of the line items
l_NewLineItems = List();
if(!isNull(m_RecordData.get("id")))
{
for each m_LineItem in m_RecordData.get("Quoted_Items")
{
m_NewLineItem = Map();
m_NewLineItem.put("id",m_LineItem.get("id"));
m_NewLineItem.put("Description",m_LineItem.get("Description"));
m_NewLineItem.put("Discount",m_LineItem.get("Discount"));
m_NewLineItem.put("CUSTOM_FIELD_1",m_LineItem.get("CUSTOM_FIELD_1"));
m_NewLineItem.put("CUSTOM_FIELD_2",m_LineItem.get("CUSTOM_FIELD_2"));
m_NewLineItem.put("Product_Name",m_LineItem.get("Product_Name"));
m_NewLineItem.put("Quantity",m_LineItem.get("Quantity"));
m_NewLineItem.put("List_Price",m_LineItem.get("List_Price"));
l_NewLineItems.add(m_NewLineItem);
}
}
}
//
// ...
... on filename changes, I run this bit of code to get the internal and current file name:
//
// get original document file (optional) - you need your own record ID here
v_ZC_DocumentRecordID = 1234567890123456789;
c_ExistingDocument ...
What?
If you're lucky enough to build an application for a client based in a country that changes its clocks twice a year, then I'm opening this article without a 100% certain solution as I need to wait ...
What?
This is an article documenting how to remove the block on changes to a system field in ZohoCRM.
Why?
Our use-case today is that a customer wanted to map the Postal Code or Zip from a Lead ...
... a package slip/delivery note, a shipment order; as well as record any payments, inventory adjustments, status changes; all from an eBay Order coming into the system via a webhook... I would like to mark ...
... default as you experiment and become more familiar with the tool would be better as changes to your settings may limit your discovery of the variations and styles.
Type /settings then enter/return twice ...
... on save of the record, but the client wants the email to be prefilled in the field as soon as a contact is selected.
How?
This needs to behave like a formula field which changes and displays before ...
... don't have this see alternative steps below on "Inspect page Elements in Chrome").
In the Developer Tools Inspection Window for Elements, make the changes to your box using your HTML knowledge (in my example, ...
... have workflows triggered from many deltas/changes.
Why?
Some clients have referred to this as the "spinning circle of death": they load up a Creator application or change a field and there will be ...
What?
This is a quick article to help anyone encountering this gotcha: I have an integration field, if someone changes it, I want to save the value to the record immediately.
Why?
If you try to ...
... equivalent Creator record). There was also a workflow that ran when the Creator record was updated to update its changes to CRM. It was actually causing a loop which used up all the API calls.
How? ...
... on “Visit this website” then on “Visit Website” (on yet another popup) and then finally enter your password to make changes to your Certificate Trust Settings:
You should get the following page open ...
... record called Zoho Books Sales Order Ref
Add a decision box field to your Creator record called Attached Files in CRM
Setup a workflow that when SO Ref changes, the tick box is unticked
Form Workflows ...
What?
This is an article I hope to refine one day where given a set of breadcrumb hyperlinks, when I hover the mouse over the links, the text changes and the transition between the two is controlled ...
... right to make changes to our site, policies, and these Conditions of Use at any time. If any of these conditions shall be deemed invalid, void, or for any reason unenforceable, that condition shall be ...
... logic and highlight any changes you may need to make.
1. First: the variables are in arrays
Well mostly. Simply because we'll be working with JSON data and this encodes/decodes easily into PHP ...
... > Firewall
Click the lock to make changes
Firewall Options
Untick "Block all incoming connections"
Leave the boxes ticked EXCEPT for "Enable Stealth Mode"
Settings Security and Privacy Firewall ...
... changes to the data. This where transactions are useful. We can run the queries, then check if some
conditions are met before committing the
changes in the data:
$mysqli->begin_transaction();
$mysqli->query ...
... FROM A STARTING POINT
-- Read-Only (see changes to commit)
SELECT a.`fieldtochange`, SUBSTRING(a.`fieldtochange`, INSTR(a.`fieldtochange`, 'stringtofind') )
FROM `v34_mytablename` a
WHERE a.`fieldtochange` ...
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.