編集中の商談が子商談として選択されないようにするにはどうすればよいですか。
商談オブジェクトに「更新前」トリガー・スクリプトを挿入できます。 次に例を示します。
if (ParentOpportunity_Id_c == OptyId){
throw new oracle.jbo.ValidationException('You can't set a Parent Opportunity as the same Opportunity
you are editing.')
}
商談オブジェクトに「更新前」トリガー・スクリプトを挿入できます。 次に例を示します。
if (ParentOpportunity_Id_c == OptyId){
throw new oracle.jbo.ValidationException('You can't set a Parent Opportunity as the same Opportunity
you are editing.')
}