What?
I think I have a similar article on this website but the article below documents the full process to create a button that will map the values/fields from the record into a CRM Mail Merge template ...
What?
This took me a while to find so I've posted an article below detailing how to parse or extract values from a string containing XML code.
Why?
I'm working with a system which stores XML strings ...
... solutions dotted about the web but the biggest improvement was the "SELECT TOP 100" brain wave:
-- DataSet1:
SELECT TOP 100
Reference, Forenames, Surname, DOB
FROM
PersonsTable
WHERE
(Reference ...
... equation can be written:
Table: DMExtractEmployeeTable
ID ForeName SurName
---------------------------------
1 Joel Lipman
2 JOE THE GREATEST
DECLARE ...
What?
This is a quick note to show you how to convert a given comma delimited string into a database table:
Given: "Title,Forenames,Surname"
Return:
ID Value
------ ----------------
...
... giving it the label value to indicate to the user to enter their Name (as in forename or surname).
onFocus() - What to do when the user moves their cursor into the field or clicks on it. In this specific ...
This was called a Data-Scrambling Function but it depends on what you mean by "scrambling". This is a function which merely uses the same characters but switches their order randomly, so I've renamed ...
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.