Establecer como favoritoJesper Olsen (PROSAPIA Danmark A/S) ha preguntado en #Salesforce Developer30 ene 2017, 9:30CONTACTS has a 1:many relationship to custom object MATCH. When displaying records from the MATCH object, we would like to reference the standard field "Description" from CONTACTS. It seems that this isn’t possible (field can’t be found on list). Anyone?2 respuestasOrdenarOrdenar por fechaOrdenar por más útilOrdenar por fechaCargar más comentarios...Adityan Thiruchuri (Cloud SynApps)30 ene 2017, 9:43Create a formula field on Match Object with the value as Contact__r.Description..(Assuming that API name lookup on Match object is contact__c)Agregar un comentarioEscribir una respuesta...NegritaCursivaSubrayadoTachadoLista con viñetasLista numeradaAgregar vínculoBloque de códigoInsertar imagenAdjuntar archivosURL de vínculoCancelarGuardar0/9000Responder
Adityan Thiruchuri (Cloud SynApps)30 ene 2017, 9:43Create a formula field on Match Object with the value as Contact__r.Description..(Assuming that API name lookup on Match object is contact__c)