General, Salesforce Administration

Difference between Freeze and Deactivate users on Salesforce

Freeze or Unfreeze User Accounts In some cases, you canโ€™t immediately deactivate an account, such as when a user is selected in aย custom hierarchy field. To prevent users from logging in to your organization while you performย the steps to deactivate them, you can freeze user accounts. Letโ€™s say a user just left your company. You… Continue reading Difference between Freeze and Deactivate users on Salesforce

Salesforce Administration, Salesforce Developer

Setting a date/time field default value

There is an date & time field. Which is set to current date and time automatically syncing with system. Problem: some times front end agents forgot to change the Time and submit the order. I want agents to select the proper time before submitting the order. Question: Would it be possible to set the default… Continue reading Setting a date/time field default value

Salesforce Administration

How to write formula for Picklist values & currency fields types in Salesforce custom objects

Salesforce Administration, custom formula Example #1 = To decide the target incoice date Field name: "Invoice_Date__c" is the day when invoice generated "Day_Till_Due_Date__c" is a picklist (Value are like 7, 14,21,28,60 etc..) Invoice_Date__c + Value(Text(Day_Till_Due_Date__c )) TimeSheet calculations: No of Hours + Overtime hours (weekend & bank holidays) + Overtime hours (weekdays) e.g Picklist values… Continue reading How to write formula for Picklist values & currency fields types in Salesforce custom objects

General

How to stop Google Chrome application to sync Bookmarks on each computer.

The problem: You sync your Bookmarks to the Chrome application on a computer and then not only does that computer have access to your bookmarks, but any changes they make to your bookmarks will also be made on your home computer. This will happen even if you log out of your gmail on their computer.… Continue reading How to stop Google Chrome application to sync Bookmarks on each computer.

General

MS SQL Server – Database Mirroring

Types of mirroring: High availability: โ€“ย ย ย ย ย ย ย  Synchronized writes on principal and mirror โ€“ย ย ย ย ย ย ย  Automated failover โ€“ย ย ย ย ย ย ย  Requires witness server High Protection: โ€“ย ย ย ย ย ย ย  Synchronized writes on principal and mirror โ€“ย ย ย ย ย ย ย  Manual failover โ€“ย ย ย ย ย ย ย  No witness server required High performance: โ€“ย ย ย ย ย ย ย  Not synchronized (assumed writes will be completed on both principal and mirror) โ€“ย ย ย ย ย ย ย  Forced failover only… Continue reading MS SQL Server – Database Mirroring