jlattimer.blogspot.com jlattimer.blogspot.com

jlattimer.blogspot.com

Jason Lattimer's Blog

Microsoft Dynamics CRM related information

http://jlattimer.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR JLATTIMER.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

March

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Monday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.8 out of 5 with 9 reviews
5 star
8
4 star
0
3 star
1
2 star
0
1 star
0

Hey there! Start your review of jlattimer.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.1 seconds

FAVICON PREVIEW

  • jlattimer.blogspot.com

    16x16

  • jlattimer.blogspot.com

    32x32

  • jlattimer.blogspot.com

    64x64

  • jlattimer.blogspot.com

    128x128

CONTACTS AT JLATTIMER.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Jason Lattimer's Blog | jlattimer.blogspot.com Reviews
<META>
DESCRIPTION
Microsoft Dynamics CRM related information
<META>
KEYWORDS
1 jason lattimer's blog
2 crm sdk search
3 3 comments
4 email this
5 blogthis
6 share to twitter
7 share to facebook
8 share to pinterest
9 crm tools
10 visual studio extension
CONTENT
Page content here
KEYWORDS ON
PAGE
jason lattimer's blog,crm sdk search,3 comments,email this,blogthis,share to twitter,share to facebook,share to pinterest,crm tools,visual studio extension,0 comments,labels c#,2 comments,microsoft azure,microsoft band,web api,project templates,plug in
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Jason Lattimer's Blog | jlattimer.blogspot.com Reviews

https://jlattimer.blogspot.com

Microsoft Dynamics CRM related information

INTERNAL PAGES

jlattimer.blogspot.com jlattimer.blogspot.com
1

Jason Lattimer's Blog: CRM Numeric Workflow Utilities

http://jlattimer.blogspot.com/2015/05/crm-numeric-workflow-utilities.html

Monday, May 11, 2015. CRM Numeric Workflow Utilities. Additional custom workflow activities for dealing with numeric values in Dynamics CRM 2011, 2013, and 2015. Add – Adds 2 numbers. Average – Averages 2 numbers. Divide – Divides 2 numbers. Max – Finds the greater of 2 numbers. Min – Finds the lesser of 2 numbers. Random Number – Generates a random number. Round – Rounds to a specified number of decimals. Subtract – Subtracts 2 numbers. ToDecimal – Converts text to a decimal. Page for the project.

2

Jason Lattimer's Blog: May 2015

http://jlattimer.blogspot.com/2015_05_01_archive.html

Monday, May 18, 2015. CRM DateTime Workflow Utilities. Even more custom workflow activities, this time for dealing with date and time values in Dynamics CRM 2011, 2013, and 2015. Add Business Days – Adds business days to a date/time. Add Days – Adds days to a date/time. Add Hours – Adds hours to a date/time. Add Minutes – Adds minutes to a date/time. Add Months – Adds months to a date/time. Add Years – Adds years to a date/time. Date Difference Days – Calculates difference between dates in days. Get Week...

3

Jason Lattimer's Blog: Reopen The Visual Studio Start Page After Closing A Solution

http://jlattimer.blogspot.com/2015/07/reopen-visual-studio-start-page-after.html

Monday, July 20, 2015. Reopen The Visual Studio Start Page After Closing A Solution. I had the brilliant idea to add the start page command to the main toolbar. This works great but I still found myself forgetting that it was there half the time. My final solution was to write a quick Visual Studio extension which reopens the start page automatically after closing a solution. So if you’re interested you can download it from the Visual Studio Gallery. The source can be had on GitHub:. CRM 2011 Entity Maps.

4

Jason Lattimer's Blog: How To's

http://jlattimer.blogspot.com/p/how-tos.html

Creating A JavaScript Web Resource. Use A JavaScript Web Resource In Your Form. Create A New Field Mapping. Subscribe to: Posts (Atom). View my complete profile. CRM 2011 Entity Maps. CRM Email Workflow Utilities. CRM String Workflow Utilities. CRM Numeric Workflow Utilities. CRM 2013 Quick Navigation. SQL Server Reporting Services. Microsoft CRM Deployment Forum. Microsoft CRM Development Forum. Microsoft Community CRM Forum. Microsoft Partner Support Community CRM Forum.

5

Jason Lattimer's Blog: Possible Developer Toolkit Replacement?

http://jlattimer.blogspot.com/2015/06/possible-developer-toolkit-replacement.html

Thursday, June 4, 2015. Possible Developer Toolkit Replacement? I did a post a while back. On creating your own templating functionality using an open source project called SideWaffle. I started making my own templates for the different CRM projects a developer might need to work with, fully intending on distributing them in some manner to make people's lives a bit easier. I'm hoping to get some feedback on what I've come up with :). Plug-in Unit Test Project/Items. Custom Workflow Assembly Project/Items.

UPGRADE TO PREMIUM TO VIEW 14 MORE

TOTAL PAGES IN THIS WEBSITE

19

LINKS TO THIS WEBSITE

dreamingincrm.com dreamingincrm.com

December | 2014 | Dreaming in CRM

https://dreamingincrm.com/2014/12

My thoughts on Dynamics CRM, Javascript and C#.Sometimes, I post when I am half-asleep. Server Side Sync – Polling interval. Export to Excel using Dynamics 365 SDK. Quick summary of Dynamics 365 Licensing. Three useful LINQ Queries. Understanding Process Triggers and Business Rule internals. Using Advanced Find FetchXml capability in custom forms. FetchXml Tester (comes with XRMToolBox). What if there is an better, albeit unsupported. And the fetchxml is stored in textarea ryr fetchxml. Var RYR = window&...

nycrmdev.blogspot.com nycrmdev.blogspot.com

Dynamics CRM Dev Down Under: June 2014

http://nycrmdev.blogspot.com/2014_06_01_archive.html

Dynamics CRM Dev Down Under. Mostly about my development experience with Dynamics CRM, C# and Javascript. This blog has moved to www.dreamingincrm.com. Please update your feed Url. Thank you. Update Tooltip using XrmToolBox Easy Translator. XrmToolBox is one of my favorite tools, that I use everyday. Among the 20 tools in XrmToolbox, these are my top three by usage. 2) Web Resources Manager. 3) View Layout Replicator. When the user hovers over the label. Save the Excel file and import it. Type is not res...

dreamingincrm.com dreamingincrm.com

April | 2015 | Dreaming in CRM

https://dreamingincrm.com/2015/04

My thoughts on Dynamics CRM, Javascript and C#.Sometimes, I post when I am half-asleep. Server Side Sync – Polling interval. Export to Excel using Dynamics 365 SDK. Quick summary of Dynamics 365 Licensing. Three useful LINQ Queries. Understanding Process Triggers and Business Rule internals. Using actions to avoid intermediate entity. Here a (somewhat) simplified version of an design I worked on recently. The SSIS Job looks into Invoice, Contact. Entities and creates a Communication. Entity, simply trans...

dreamingincrm.com dreamingincrm.com

August | 2015 | Dreaming in CRM

https://dreamingincrm.com/2015/08

My thoughts on Dynamics CRM, Javascript and C#.Sometimes, I post when I am half-asleep. Server Side Sync – Polling interval. Export to Excel using Dynamics 365 SDK. Quick summary of Dynamics 365 Licensing. Three useful LINQ Queries. Understanding Process Triggers and Business Rule internals. CRM UI Testing using Dalek. When it comes to UI testing there are plenty of options available. Some of the popular ones that I have encountered are. Visual Studio Coded UI. Npm install dalek-cli -g. By default dalek ...

dreamingincrm.com dreamingincrm.com

CRM UI Testing using Dalek | Dreaming in CRM

https://dreamingincrm.com/2015/08/19/crm-ui-testing-using-dalek

My thoughts on Dynamics CRM, Javascript and C#.Sometimes, I post when I am half-asleep. Server Side Sync – Polling interval. Export to Excel using Dynamics 365 SDK. Quick summary of Dynamics 365 Licensing. Three useful LINQ Queries. Understanding Process Triggers and Business Rule internals. CRM UI Testing using Dalek. When it comes to UI testing there are plenty of options available. Some of the popular ones that I have encountered are. Visual Studio Coded UI. Npm install dalek-cli -g. By default dalek ...

dreamingincrm.com dreamingincrm.com

January | 2015 | Dreaming in CRM

https://dreamingincrm.com/2015/01

My thoughts on Dynamics CRM, Javascript and C#.Sometimes, I post when I am half-asleep. Server Side Sync – Polling interval. Export to Excel using Dynamics 365 SDK. Quick summary of Dynamics 365 Licensing. Three useful LINQ Queries. Understanding Process Triggers and Business Rule internals. Bookmarklet to copy FetchXml. This is basically an extension of this post - https:/ dreamingincrm.com/2014/12/18/using-advanced-find-fetchxml-capability-in-custom-forms/. January 28, 2015. If you have a note control ...

dreamingincrm.com dreamingincrm.com

July | 2014 | Dreaming in CRM

https://dreamingincrm.com/2014/07

My thoughts on Dynamics CRM, Javascript and C#.Sometimes, I post when I am half-asleep. Server Side Sync – Polling interval. Export to Excel using Dynamics 365 SDK. Quick summary of Dynamics 365 Licensing. Three useful LINQ Queries. Understanding Process Triggers and Business Rule internals. Retrieving Server Datetime using Javascript. I recently saw a forum post about retrieving server datetime using Javascript. My initial impressions were. 1) It is a bad idea to do this. 2) It is not possible. Generate...

dreamingincrm.com dreamingincrm.com

June | 2014 | Dreaming in CRM

https://dreamingincrm.com/2014/06

My thoughts on Dynamics CRM, Javascript and C#.Sometimes, I post when I am half-asleep. Server Side Sync – Polling interval. Export to Excel using Dynamics 365 SDK. Quick summary of Dynamics 365 Licensing. Three useful LINQ Queries. Understanding Process Triggers and Business Rule internals. Update Tooltip using XrmToolBox Easy Translator. XrmToolBox is one of my favorite tools, that I use everyday. Among the 20 tools in XrmToolbox, these are my top three by usage. 2) Web Resources Manager. June 4, 2014.

nycrmdev.blogspot.com nycrmdev.blogspot.com

Dynamics CRM Dev Down Under: November 2014

http://nycrmdev.blogspot.com/2014_11_01_archive.html

Dynamics CRM Dev Down Under. Mostly about my development experience with Dynamics CRM, C# and Javascript. This blog has moved to www.dreamingincrm.com. Please update your feed Url. Thank you. Tip: Using Nuget to reference CRM2013 assemblies. If you are a. The resolution for this issue, is to use the Package Manager Console, for installing the CRM 2013 SDKs. To open Package Manager console, use View - Other Windows - Package Manager Console. Bug in Plugin Registration Tool for CRM2013 - 6.1. Forum Post: R...

xrmir.com xrmir.com

برندسازان|مدیریت ارتباط با مشتریان مایکروسافت

http://www.xrmir.com/news/brandsazan

آموزش برنامه نویسی CRM. مشاوره استقرار Microsoft Dynamics CRM. راهکار پیش‌بینی مسابقات. منابع آموزشی CRM 2015. مقایسه CRM و Sharepoint. Info {@} mscrm {.} ir. در راستای همکاری با گروه‌ها و شرکت‌های خلاق و موفق، انجمن مدیریت ارتباط با مشتریان مایکروسافت با گروه تخصصی برندسازان همکاری تجاری خود را آغاز نمود. با این گروه بیشتر آشنا می‌شویم:. این گروه با تشکیل کار گروه های تخصصی در حوزه های برندینگ. شهری، بازاریابی دولتی، برندینگ ساختمان، برندینگ بهداشت و درمان، برندینگ. گروه در ارتباط باشند.

UPGRADE TO PREMIUM TO VIEW 92 MORE

TOTAL LINKS TO THIS WEBSITE

102

SOCIAL ENGAGEMENT



OTHER SITES

jlattanzio.com jlattanzio.com

Time Equities Brokerage LLC - Licensed Real Estate Broker, phone: (212)206 6000

Condo, Co-op and Luxury properties specialist in Manhattan. Time Equities, Inc. Time Equities, Inc. Your search returned 5. NYC - Financial District. 4 BR, 5.00 BTH Condo. This one-of-a-kind Luxury Duplex Penthouse Residence, located on the top two levels, of the famed Ritz-Carlton in Battery Park City, offers . NYC - Financial District. 1 BR, 2.00 BTH Condo. Stunning and spacious one bedroom, two bath with huge WIC corner home. Curved, panoramic, floor to ceiling windows provide glitter. The Information...

jlattaphotography.com jlattaphotography.com

Latta Photography | Ohio, OH 43068

CALL US AT 614.462.0493. Designed using Homestead website templates. Create a website today. Sometimes a picture is worth. More than a thousand words. Interested in learning more.

jlattc.ca jlattc.ca

Joint Line Apprenticeship & Trades Training Committee

Joint Line Apprenticeship and Trades Training Committee. Power Line Technician (PLT). A person who installs, constructs, alters, repairs, maintains, tests, services, and operates related overhead and underground transmission and distribution systems. PLT s work with high and low voltage. PLT s work outside in a variety of climates, including storms, in order to repair power outages. The capability of working at heights. The ability to read and comprehend technical drawings and plans.

jlatter.com jlatter.com

J.Latter Design

Sometimes the hardest part of design isn’t about what you know but where you go. Take a look inside the minds, hearts and studios of some of the most creative, working folks around. A look at techniques that have fallen by the wayside, due to advances in technology, toxicity, or even just plain difficulty. 2013 J. Latter Design 608 N. Edinburgh Ave, Los Angeles, CA 90048 p 310.717.4620 info@jlatter.com.

jlattimer.blogspot.com jlattimer.blogspot.com

Jason Lattimer's Blog

Wednesday, July 22, 2015. Dynamics CRM Developer Extensions – v1.1.0.0. I’ve added some new functionality to the templates and snippets the extension already includes. Integrated Web Resource Deployer. Manage mappings between multiple CRM organizations and Visual Studio projects. Publish multiple items simultaneously from the interface or individually by right clicking on the editor window or project item. Filter by web resource type and managed/unmanaged. Download web resources from CRM to your project.

jlattimer.com jlattimer.com

JLattimer.com

An in-depth look at Jeff's professional background. Other sites containing Jeff and his network. Pictures of locations and events. Download a printable version of the resumé from here. For visiting JLattimer.com! What would you like to know? The four icons on this page should be able to cover any info you may be looking for. Perhaps you're here to find my resumé. You can download a printable PDF from the. Page, or save a tree and get more in-depth info from the. 2009 Jeff Lattimer Contact Me.