... on the ZohoSign document and searches for the relevant Deal record in CRM.
Why?
A client wants that when this field is entered and the document signed and returned, it attached the signed document ...
What?
This is an article to remind me how to search for CRM records by a value that may contain an ampersand or parenthesis.
Why?
I wrote this article because some searches will work for me and ...
... though I tend to use !myVar.contains()
startsWith
startsWithIgnoreCase used in fuzzy logic searches to broaden the resultset
containKey Applies to maps only
containValue Applies to maps only
...
... = v_MyString.replaceAll("[^0-9]","");
// yields 123
The following is used in searches to escape special characters with a backslash:
v_MyString = "Joe's \"Amazing\" Skill & Sidekick (1)";
v_FormattedString ...
What?
This is an article explaining the code needed to write a PHP script which generates an access token for a service account which in turn is used to list files in a team's Google Drive.
This is ...
... these to the following:
action = /index.php?option=com_search
method = post
role = search
Issues
Further searches do not include the same filters. This will be because the setting to ...
... Database
Specify the "to a point in time" if you don't want to restore from the most recent backup and double-check the "Start/Finish Date" is the one you want.
OK
Searches
ssms restore database ...
What?
So many people asking this when the solution is a bit of aesthetic styling.
ol
-- yields
995.
996.
997.
998.
999.
000. 1000
Ordered list resets to zero after the ninth item ...
What?
This is an article on how to replace a string with another in all your joomla articles without modifying other data such as modified date and author.
Why?
I used to have a third-party plugin ...
... command to output to a local file. Type dir . temp.txt to output the current remote directory list of files to the local file temp.txt.
Other Searches
msdos ftp print server directory to local ...
...
No but far more manageable when using Outlook 2007 instead of the SharePoint 2007 web interface...
Other Searches
Import Outlook 2007 calendar into Sharepoint 2007
Sync Sharepoint 2007 calendar ...
Applies to Joomla 1.6+
What?
This is an article to describe how to add an article modal button in the Joomla Admin Panel (at time of print version 2.5.6) of your component including the all important ...
What?
Trying to make a component and can't remember how to store HTML code when the save command is clicked (ie. submitted from a PHP form). This is for the Opensource Content Management System (CMS ...
... AS WeDate
-- yields
-- 2012-04-29 -- this Sunday
-- 2012-04-29 -- this Sunday
-- 2012-04-29 -- this Sunday
Other Searches
These didn't get me very far until I decided to write this article:
DAYOFWEEK(myDate, ...
Why?
We have a stored procedure which contains two select queries. The first query will retrieve a student ID number where the input parameter is the student's username. The second query will return ...
What?
I have a mySQL database table of room assets that has a field containing the ID numbers of images relevant to this room.
The Problem?
When I select specifying the statement "WHERE IN (c.RoomImages)", ...
What?
I have created an SSRS report which can compare 4 reports side by side and brings up their latest execution times to the nearest millisecond. The report has 4 parameters. Each parameter 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.