• breylen arshawn
  • NEWBIE
  • 0 Points
  • Member since 2021

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 3
    Replies
If you want an accurate and effective solution to migrate Zimbra emails to Office 365 account then, Zimbra to Office 365 migration tool is the most preferred utility. This outstanding software has been programmed in such a manner that any professional or non-technical user can migrate Zimbra to Office 365 with its associated attachments in a hassle-free way. Along with Zimbra mailboxes, you can even migrate Zimbra calendars to Office 365 account.

Prominent Features of Zimbra to Office 365 Migration Tool:-

- Compatible with all Windows OS and Windows Server versions.
- Multiple file saving options to save TGZ emails to different formats.
- Single panel interface to migrate Zimbra mail to Office 365 account.
-Offers options to export Zimbra contacts to Office 365.
- No data restriction during Zimbra to Office 365 migration.
Hi All, I want to know if any one has done seo for salesforce classic community. How to generate the site map.I have read the help article but getting no where to statrt. Can anyone help please.
Where can I find the documentation on building the "regex_text" part of the REGEX function? All I can find in Help/Training/Release Notes is  a few examples of a working formula. There is nothing that explains the different characters and codes that can be used in the "regex_text" part of this function.
 
Syntax:
REGEX(text, regex_text)
 
Instructions:
Replace text with the text field, and regex_text with the regular expression you want to match
 
Examples:
REGEX(Drivers_License__c, "([A-Z]\\d{7})?")
REGEX(BillingPostalCode, "\\d{5}(-\\d{4})?")
REGEX(Credit_Card_Number__c, "(((\\d{4}-){3}\\d{4})|\\d{16})?")
REGEX(IP_Address__c, "^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$" )
REGEX(Social_Security_Number__c, "[0-9]{3}-[0-9]{2}-[0-9]{4}")