お気に入りSwetha S が「#Data Management」で質問2018年9月20日 7: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日 7:37Create a VR like this: NOT(REGEX( FIELD NAME,"^[a-zA-Z0-9]*$"))) 表示件数を増やすコメントを追加回答を記入...太字斜体下線取り消し線箇条書き番号付きリストリンクを追加コードブロック画像を挿入ファイルを添付リンク URLキャンセル保存0/9000返信
承認された回答Narender Singh (-)2018年9月20日 7:37Create a VR like this: NOT(REGEX( FIELD NAME,"^[a-zA-Z0-9]*$"))) 表示件数を増やす