Feb 17
2018

Top 7 benefits of a CRM System for Legal Firms

CRM  stands for Customer Relationship Management focused on strengthening the relationship with the client. And a law firm is a business entity formed by one or more lawyers to engage in the practice of law and provide their services to customers/clients. That is why a CRM system can help a law firm to not only boost their […]

0 Comments
Read Full
Dec 16
2017

New features and improvements of Angular 5

Angular 5 Contains bunch of new features, performance improvements and lot of bug fixes. like, · Make AOT(Ahead-of-Time Compilation) the default · Watch mode · Type checking in templates · More flexible metadata · Remove *.ngfactory.ts files · Better error messages · Smooth upgrades · Tree-Shakeable components · Hybrid Upgrade Application · And so on… […]

0 Comments
Read Full
Dec 08
2017

Ng Command Usage

Ng command can be used for different purposes in angular cli project. They are as follows:- 1. For Generating and serving an Angular project via a development server: ng new PROJECT_NAME cd PROJECT_NAME ng serve You can configure the default HTTP port and the one used by the LiveReload server with two command-line options : […]

0 Comments
Read Full
Dec 06
2017

Import date/datetime field with correct date/time value using data loader.

Users always face issue in importing date or datetime fields in salesforce. Sometime they face format issue or increase/decrease in date and time after importing the record. Best way to get the valid format is to take export of any existing record containing date time value. Possible formats are: YYYY-MM-DD — For date only YYYY-MM-DD […]

0 Comments
Read Full
Dec 05
2017

Create debug log in salesforce for force.com communities

To Create debug log in salesforce for force.com communities, follow below steps: Open the url in browser. Then, open the browser’s console. document.cookie=”debug_logs=debug_logs;domain=.force.com”; If you are using foce.com domain. If using Custom domain use (copy and paste in devTool console of browser) document.cookie=”debug_logs=debug_logs;domain=yourCustomDomain.com”; Create debug log in salesforce using community user. To identify community user […]

0 Comments
Read Full
Nov 18
2017

Upgrade Angular cli

To upgrade Angular cli run below 3 commands: npm uninstall -g angular-cli npm uninstall -g @angular/cli npm cache clean npm install -g @angular/cli@latest

0 Comments
Read Full
Nov 17
2017

Call SuiteCRM services from Postman

Follow below guideline to call SuiteCRM or SugarCRM services from postman. Enter endpoint url. If there is any customization in service then url would be www.xyz.com/custom/service/v4_1_custom/rest.php else endpoint url would be www.xyz.com/service/v4_1/rest.php. In case of SugarCRM version will be different. Request will be of POST type. Go to Body tab and select option ‘application/x-www-form-urlencoded’. Add […]

0 Comments
Read Full
Nov 14
2017

Salesforce community custom domain to work without www

Scenario: I have salesforce community to run on custom domain e.g. ‘www.xyz.com’. But this should also work without ‘www’ (naked domain) i.e. ‘xyz.com’. Solution: Goto to domain management (considering Godaddy here, but same applies to other providers as well including cpanel tool.). Add domain forwarding on Godaddy (it is at the bottom right of the […]

0 Comments
Read Full
Nov 01
2017

Blog

Welcome to Scideas Solutions Pvt Ltd. This is a blog developed for knowledge sharing on the latest trending technologies.

0 Comments
Read Full