From 0bb92ab7a0a0a7094e781831336c694942f44a17 Mon Sep 17 00:00:00 2001 From: Revant Nandgaonkar Date: Wed, 26 Oct 2016 11:05:12 +0530 Subject: [PATCH] [docs] Email and Phone validation on Custom Fields (#6703) --- erpnext/docs/user/manual/en/customize-erpnext/custom-field.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/erpnext/docs/user/manual/en/customize-erpnext/custom-field.md b/erpnext/docs/user/manual/en/customize-erpnext/custom-field.md index 6410c7749f..92c5224c9a 100644 --- a/erpnext/docs/user/manual/en/customize-erpnext/custom-field.md +++ b/erpnext/docs/user/manual/en/customize-erpnext/custom-field.md @@ -44,7 +44,9 @@ If field type is set as Select (drop down field), then all he possible result fo Select Document Type -For other field types like Data, Date, Currency, Option field will be left blank. +For Data field, Option can be set to "Email" or "Phone" and the field will be validated accordingly. + +For other field types like Date, Currency, Option field will be left blank. ####Set More Properties