
I'd like to pick up the data in a field in Accounts and have it entered into a field in Contacts. I created a custom field in contacts and entered a formula =
Account.Info. Nonetheless, on the Contact page, the field is blank.Thoughts?
2 respuestas
What is the datatype of the field on the Account object and the Contact object? The field on Contact needs to be FORMULA and the Result Type needs to be compatible with the datatype of the Account.Field Also, when you're creating the formula you should use the Insert Field button to locate the Account>Field and get the correct API fieldname.