What?
This is a quick article to re-enable desktop notifications after having been prompted initially and having clicked on "Not Now".
Why?
I'm not sure when this prompt is supposed to prompt you ...
What?
A very quick article with a snippet of code to get today's date, tomorrow's, and the day after's but it has to skip Sundays.
Why?
Wanting to create a schedule for availability over the next ...
... page after a certain time.
Conclusion
In the end, this came down to a design decision. Time spent on trying to find a solution was not considered to be warranted. My reports use a parameter ...
So I'm looking for a SQL query that could do this all in one go and return all the results in one table.
With PHP & MySQL it's pretty simple: use individual SQL queries to get the count of yesterday, ...
After I installed the rokstories module from www.rockettheme.com, if I clicked on one of the articles (rokstory), I would get a page with the article on it but with the following error (3x) above it:
Warning: ...
Well we're all happy that the iPlayer from the BBC has come to PS3 in Europe but I'm less impressed about the multi-audio output. My setup is that the sound goes from the Playstation to the Sound System ...
The Issue
Basically that after upgrading Joomla, my TinyMCE WYSIWYG (What-you-see-is-what-you-get) editor halved its number of buttons and I couldn't add code snippets...
The Fix
Just installed JoomlaFCK ...
How to redirect the visitor after the contact page:
Open Contact.php and go to line 473 - 475 and change the line:
$link = ‘index.php?option=com_contact&task=view&contact_id=’. $contact[0]->id ...
What?
An article to resolve my frustration in being able to ONLY retrieve the first 100 products using GraphQL, so page 1 of Shopify products.
Why?
Our use-case is that we retrieve the 100 most ...
... the screen a few times after about 10k records as the browser webpage seemed to hang or get stuck. It just resumes where it left off and ultimately will display a notification saying your migration is ...
... There may be many ways of doing this, this is just one way that we used that worked for 90% of the invoices. There are invoices that may be associated to sales orders changed after being confirmed or ...
... of weeks thereafter). This needs to be dynamic as it is a schedule run daily checking the availability of a staff member for the upcoming week.
How?
As mentioned, using leftpad takes 2 parameters, ...
... part. Else, here is what you need to do.
Go to the official Amazon home page that applies to your region.
Sign in with your Amazon username and password.
After you have logged in, look for the menu ...
... but my windows login screen will appear on my central monitor (after further reboots my daisy chained 2 monitors now load the bios logo with the primary monitor displaying the windows login) > Login to ...
... fields and not really knowing which one defines the stage the lead is at.
How?
Well this can be done through a validation rule. After working in Zoho CRM for over 3 years, this is the first time ...
... and display 12.5% instead of 12.50%.
Well there might be a longer solution without using a regular expression (regex), as in check for the decimal point, check each digit thereafter to see if there ...
What?
A very quick article on how to deal with an issue where a CRM template has been used and where the table of line items appears on a separate page (and to remind me of the CSS to fix this).
Why? ...
... setup a schedule for the import to automatically download the data file regularly:
After all that you will be shown your data table:
Additional Note(s):
Here are some notes & settings ...
What?
So this is an article expanding on my article Zoho Deluge - Connect to Xero API and explores how instead of a schedule, we can get Xero to tell ZohoCRM whenever an invoice or contact gets updated ...
... single out this person (can be removed after testing)
if(v_LastName.containsIgnoreCase("Lipman"))
{
//
// get user id
v_UserID = r_User.get("id");
//
// startofweek is a ...
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.