What?
A note for myself on some code to convert a string of two names into a string made up of the first name and then using the initial of the second name.
-- What I have
John Smith
Fred.Bloggs
-- ...
... buttons behind it but then found that there's a lot more to do than just that.
Instructions
Open the templates/rt_affinity_j15/index.php
Look at the last few lines with the original code ...
Affinity is the July 2009 release from RocketTheme and features extensive third party support for powerful and popular community products, such as JomSocial, K2 and phpBB3.
The template's core ...
... as you would any other reading stuff. It’s true you need to go through an initial set-up process which essentially boils down to getting your email ID added to the approved list as well as finding out ...
... and then click on the "Refresh Site" button in the popup. (if already installed it just lets you click on "Ok").
Initially I got a support agent from GoDaddy to do this who said it would take ...
... the fields I mentioned earlier in the Creator form. Here's the code which should happen when the form containing this radio field loads up:
//
// initial CSS (hide element while it is styled)
input.Form_Css ...
...
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 ...
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. ...
... 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 ...
... runs the following deluge script:
// only run if true
if(input.Copy_Monday_to_the_Other_Days)
{
// init
c_Tuesday = Collection();
c_Wednesday = Collection();
c_Thursday = Collection();
...
... to run (this would initially attach the file to the CRM record). This wasn't working really as there are issues around tweaking the function and getting it to understand basic mapping and attachments. ...
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.