FavoritosJennifer Marsh (Creation Technologies) perguntou em #Data Management28 de out. de 2015, 16:06I want to write a rule to block the creation of an opportunity unless the account type is filled in. Is this possible.4 respostasClassificarClassificar por dataClassificar por mais útilClassificar por dataCarregar mais comentários...Resposta aceitaBrian Makas (N/A)28 de out. de 2015, 16:12Validation rule on Opportunity ISBLANK(Account.type) or if you have a default value: NOT(TEXT(Account.type) = "Default Value") Mostrar maisAdicionar um comentárioEscrever uma resposta...NegritoItálicoSublinhadoTachadoLista com marcadoresLista numeradaAdicionar linkBloco de códigosInserir imagemAnexar arquivosURL do linkCancelarSalvar0/9000Responder
Resposta aceitaBrian Makas (N/A)28 de out. de 2015, 16:12Validation rule on Opportunity ISBLANK(Account.type) or if you have a default value: NOT(TEXT(Account.type) = "Default Value") Mostrar mais