...
Similar to how to create a call or task, but with some variation:
//
// initialize
m_ScheduleMeeting = Map();
//
// specify parent module
m_ScheduleMeeting.put("$se_module","Leads");
//
// all ...
... String crmAPIRequest
Outputs: output message to user
Date Created: 2022-02-11 (JoelLipman.com - Joel Lipman)
- Initial release
- Checks the user profile ...
... but you can call it whatever you like):
string DataCleansing.fn_DecodeHtmlEntities( string p_StringToDecode )
{
// initialize
v_StringToDecode = ifnull(p_StringToDecode,"");
//
// map string ...
... "2" (or your own company initials just to show the customer who's boss).
Now click on the pencil icon of the cloned template
Right-click on the text box causing the issue and select "Inspect" (if you ...
... int p_ItemID (eBay Item ID)
Purpose: Fetches a line item transaction per item ID
Date Created: 2022-01-22 (Joellipman - Joel Lipman)
- Initial release
More Info:
...
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 ...
... the message we want to send
v_Message = "Hi "+v_CustomerFirstName+"! This is just to remind you that we will be phoning you in an hour for your initial consultation with . To reschedule, just reply to ...
... take these into account and will look more like the following:
// defaults
v_AppointmentType = "Initial Consultation";
v_AppointmentDuration = 30;
v_CustomerTimeZoneName = "(+01:00 :: Europe/Luxembourg)";
v_CustomerOffset ...
... 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 ...
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.