お気に入りSystem Administrator が「#Data Management」で質問2011年9月22日 8:06Combination of fieldsEnrolForm - Checkbox IP - Text field StudentSignature - Formula (text) If IP__c not blank, ‘Digital signature ‘&IP__c,else if EnrolForm__c = Y, ‘Enrolment form’else blank Help to solve this1 件の回答並び替え日付で並び替え役に立った順で並び替え日付で並び替え高長瑞2011年9月22日 8:51Create a text formula field, and the formula is .. if ( ISBLANK(IP__c) , if ( EnrolForm__c = true , "Enrolment form" , "" ) , Digital_signature__c & IP__c ) Please, mark the best answer if it is. 表示件数を増やすコメントを追加回答を記入...太字斜体下線取り消し線箇条書き番号付きリストリンクを追加コードブロック画像を挿入ファイルを添付リンク URLキャンセル保存0/9000返信
高長瑞2011年9月22日 8:51Create a text formula field, and the formula is .. if ( ISBLANK(IP__c) , if ( EnrolForm__c = true , "Enrolment form" , "" ) , Digital_signature__c & IP__c ) Please, mark the best answer if it is. 表示件数を増やす