Token based authentication system in Node.JS
What is token based authentication ?-
At a very basic level, token based authentication works as follows –
What is token based authentication ?-
At a very basic level, token based authentication works as follows –
PHP’s date function strtotime is used to parse about any English textual date-time into a Unix time-stamp.
Syntax: int strtotime ( string $time [, int $now = time() ] );
Examples:
<?php
echo strtotime("now");
echo strtotime("+1 month");
?>Orchard is an open source Content Management System which is built on ASP.NET MVC platform. Microsoft Dynamics CRM can be integrated with Orchard, to create CRM web portals. Jim Wang created one such CRM Module for Orchard.
Introduction:
Dynamics CRM web portal is a front end application which is built as module in Orchard CMS. It supports Microsoft dynamics CRM 2011,2013 and 2015 (online and on premise).
One of our clients uses MS CRM 2013 Online and Exchange Online. The requirement is to convert a received Email into a case and then move that processed email to a specified folder. Though Dynamics CRM 2013 provides an out of the box solution for converting an Email to a Case, this client’s requirement warranted a custom solution.
The picture below shows the flow of events that are involved in achieving this requirement.
CRM 2013 includes much awaited features which were being requested by the CRM users, which has made MS CRM more user friendly. Let us take dive into the new features included in this latest instance.
Editing on par with Desktop apps
Inline editing in a grid is a very common feature in desktop applications which made its way into web apps too. MS CRM introduced this feature in the sub-grids such as Opportunity Products, Quote Products.
Our first task, in the quest of mastering the Android platform involved calling an ASP.Net based web service from an Android phone, and passing it simple contact information data – Name, Email, and Address. Once the control reaches the web service, we write that data into a CSV file.
Doing this successfully would allow us to take the core of our processing away from Java/Android into C#.
To call a web service we’ll need to access the web service across the network, for which we’ll need PERMISSIONS to access the user’s internet, WI-FI and/or Data Connection. Add the following to our AndroidManifest.xml file,
At Osmosys we had all been pretty busy for the past few months, brimming with work and with very little time on our hands for anything else, so when Sravani sent out a mail saying that a one day trip to Ananthgiri was being planned, I was rather excited. This was going to be my very first outing with the whole team.
Team outings are not only a lot of fun, but they bring out a side of your peers that you generally don’t get to see in an official environment and we at Osmosys are a young, energetic bunch so when we let ourselves go, we can be a pretty awesome bunch to hang out with.
With Skype being integrated with MS CRM 2011 out of the box, it gives greater access to people/customers and changes the way we communicate with customers.
Skype Integration:
With Skype we can make calls straight from CRM without the need for a Phone Integration. Of course for this to work, Skype needs to be installed on the user’s machine and we should have the facility to call from Skype
MS SQL Server integration service (SSIS) is very widely used in data acquisition that subsequently goes through the ETL (Extract, Transform, and Load) process which makes the data available for immediate use or can be used by other sources as input. Many organizations get data from outside sources in common formats such as CSV or MS EXCEL and those files are dropped into a folder at regular intervals. Since it is humanely not possible to monitor the folder 24×7, it would be ideal to have a monitoring application that kicks into picture as soon as files are dropped into the folder and parses it, and logs any failures occurred during the process.
When we create a CRM Quote, the Total Tax of the quote is calculated as the sum of individual taxes of the respective Quote Products. i.e., Tax can only be declared for Quote Products. There could be situations where default tax % has to be set instead of asking the end user to enter the tax manually. Since MS CRM doesn’t provide a direct way of doing this, either of the options explained below can be adapted.
