收藏Swetha S 提问于 #Data Management2018年9月20日 07:33validation to prevent special characters and spaces and allow only alphanumeric character.Hey Community, As a beginner, need a small favor from your end. Using a custom Validation Rule: How to prevent special characters and spaces in a field and allow only alphanumeric characters such that it does not affect any old records. Best Regards, Swetha3 个回答排序按日期排序按最有帮助排序按日期排序加载更多评论...已采纳的回答Narender Singh (-)2018年9月20日 07:37Create a VR like this: NOT(REGEX( FIELD NAME,"^[a-zA-Z0-9]*$"))) 显示更多添加评论撰写回答...粗体斜体下划线删除线项目符号列表编号列表添加链接代码块插入图像附加文件链接 URL取消保存0/9000回复
已采纳的回答Narender Singh (-)2018年9月20日 07:37Create a VR like this: NOT(REGEX( FIELD NAME,"^[a-zA-Z0-9]*$"))) 显示更多