お気に入りWolfgang Red が「#Sales And Marketing」で質問2017年8月8日 9:33Hi Guys, have you an idea to create a formula, which say:if the end date of my "parent contract" younger as the end date from the "child contract", then show me in my new form field "SOS". thank you! i'm beginner1 件の回答並び替え日付で並び替え役に立った順で並び替え日付で並び替えNitish Singhal (Fonterra)2017年8月8日 11:08Tom, what do you mean by form? Do you mean page layout? If yes, then your formula could be: Formula field: Return type: Text Formula: IF(end_date__c < Parent_Contract__r.end_date__c, 'SOS','') please try. Thanks表示件数を増やすコメントを追加回答を記入...太字斜体下線取り消し線箇条書き番号付きリストリンクを追加コードブロック画像を挿入ファイルを添付リンク URLキャンセル保存0/9000返信
Nitish Singhal (Fonterra)2017年8月8日 11:08Tom, what do you mean by form? Do you mean page layout? If yes, then your formula could be: Formula field: Return type: Text Formula: IF(end_date__c < Parent_Contract__r.end_date__c, 'SOS','') please try. Thanks表示件数を増やす