Why is the LastName field required for the contact? What is the best approach to import contacts that only have the first name?Upper / Lower caseData Import Wizard for Contacts, prevent duplicates?Make contact firstname and lastname mandatoryError with new unified import wizardwhen importing data into salesforce for a custom object I got some rows that were not importedDisplay contacts with same user firstname and lastnameHad a user put parentheses in a last name for a contact and the contact wouldn't update after thatSOQL - Query for Last Name of ContactsContacts with MiddleName values and queriesFormula for a field

What are these arcade games in Ghostbusters 1984?

Count Even Digits In Number

Website returning plaintext password

I unknowingly submitted plagarised work

What could a self-sustaining lunar colony slowly lose that would ultimately prove fatal?

Looking for a soft substance that doesn't dissolve underwater

Employer asking for online access to bank account - Is this a scam?

Do photons bend spacetime or not?

Purpose and meaning of "dabei" in the sentence "sehen Sie dabei nicht ins Bildlexikon"?

what kind of chord progession is this?

How do I partition a matrx into blocks and replace zeros with dots?

Is Jon Snow the last of his House?

Why did David Cameron offer a referendum on the European Union?

Construct a word ladder

Should breaking down something like a door be adjudicated as an attempt to beat its AC and HP, or as an ability check against a set DC?

Is it true that cut time means "play twice as fast as written"?

Which melee weapons have the Two-Handed property, but lack Heavy and Special?

In general, would I need to season a meat when making a sauce?

How to deal with a colleague who is being aggressive?

Have 1.5% of all nuclear reactors ever built melted down?

What are the mechanical differences between the uncommon Medallion of Thoughts and the rare Potion of Mind Reading?

Why is this Simple Puzzle impossible to solve?

Python program to take in two strings and print the larger string

What is a Centaur Thief's climbing speed?



Why is the LastName field required for the contact? What is the best approach to import contacts that only have the first name?


Upper / Lower caseData Import Wizard for Contacts, prevent duplicates?Make contact firstname and lastname mandatoryError with new unified import wizardwhen importing data into salesforce for a custom object I got some rows that were not importedDisplay contacts with same user firstname and lastnameHad a user put parentheses in a last name for a contact and the contact wouldn't update after thatSOQL - Query for Last Name of ContactsContacts with MiddleName values and queriesFormula for a field






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








2















The reason for this question is that I have a spreadsheet with lots of contacts to import, but some of them only have the first name. The LastName, being mandatory, will make my job harder.



I have seen people switching the FirstName and LastName labels so that the first name is mandatory for the user (but on the API, the user is filling the last name), but that seems to be a bad workaround to me.



What would be the best practice to import contacts that do not have the last name? Put something generic on the field?










share|improve this question

















  • 1





    I have seen elsewhere people use LNU which represents Last Name Unknown. Salesforce doesn't have any plan to remove this validation from last name.

    – Jayant Das
    9 hours ago











  • That sounds reasonable enough, actually. 🤔 UND ("Último Nome Desconhecido", in Portuguese) sounds good.

    – Renato Oliveira
    9 hours ago











  • Please answer the question! I'll happily accept that as the answer.

    – Renato Oliveira
    8 hours ago

















2















The reason for this question is that I have a spreadsheet with lots of contacts to import, but some of them only have the first name. The LastName, being mandatory, will make my job harder.



I have seen people switching the FirstName and LastName labels so that the first name is mandatory for the user (but on the API, the user is filling the last name), but that seems to be a bad workaround to me.



What would be the best practice to import contacts that do not have the last name? Put something generic on the field?










share|improve this question

















  • 1





    I have seen elsewhere people use LNU which represents Last Name Unknown. Salesforce doesn't have any plan to remove this validation from last name.

    – Jayant Das
    9 hours ago











  • That sounds reasonable enough, actually. 🤔 UND ("Último Nome Desconhecido", in Portuguese) sounds good.

    – Renato Oliveira
    9 hours ago











  • Please answer the question! I'll happily accept that as the answer.

    – Renato Oliveira
    8 hours ago













2












2








2








The reason for this question is that I have a spreadsheet with lots of contacts to import, but some of them only have the first name. The LastName, being mandatory, will make my job harder.



I have seen people switching the FirstName and LastName labels so that the first name is mandatory for the user (but on the API, the user is filling the last name), but that seems to be a bad workaround to me.



What would be the best practice to import contacts that do not have the last name? Put something generic on the field?










share|improve this question














The reason for this question is that I have a spreadsheet with lots of contacts to import, but some of them only have the first name. The LastName, being mandatory, will make my job harder.



I have seen people switching the FirstName and LastName labels so that the first name is mandatory for the user (but on the API, the user is filling the last name), but that seems to be a bad workaround to me.



What would be the best practice to import contacts that do not have the last name? Put something generic on the field?







contact required-field data-import






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 9 hours ago









Renato OliveiraRenato Oliveira

5,52422158




5,52422158







  • 1





    I have seen elsewhere people use LNU which represents Last Name Unknown. Salesforce doesn't have any plan to remove this validation from last name.

    – Jayant Das
    9 hours ago











  • That sounds reasonable enough, actually. 🤔 UND ("Último Nome Desconhecido", in Portuguese) sounds good.

    – Renato Oliveira
    9 hours ago











  • Please answer the question! I'll happily accept that as the answer.

    – Renato Oliveira
    8 hours ago












  • 1





    I have seen elsewhere people use LNU which represents Last Name Unknown. Salesforce doesn't have any plan to remove this validation from last name.

    – Jayant Das
    9 hours ago











  • That sounds reasonable enough, actually. 🤔 UND ("Último Nome Desconhecido", in Portuguese) sounds good.

    – Renato Oliveira
    9 hours ago











  • Please answer the question! I'll happily accept that as the answer.

    – Renato Oliveira
    8 hours ago







1




1





I have seen elsewhere people use LNU which represents Last Name Unknown. Salesforce doesn't have any plan to remove this validation from last name.

– Jayant Das
9 hours ago





I have seen elsewhere people use LNU which represents Last Name Unknown. Salesforce doesn't have any plan to remove this validation from last name.

– Jayant Das
9 hours ago













That sounds reasonable enough, actually. 🤔 UND ("Último Nome Desconhecido", in Portuguese) sounds good.

– Renato Oliveira
9 hours ago





That sounds reasonable enough, actually. 🤔 UND ("Último Nome Desconhecido", in Portuguese) sounds good.

– Renato Oliveira
9 hours ago













Please answer the question! I'll happily accept that as the answer.

– Renato Oliveira
8 hours ago





Please answer the question! I'll happily accept that as the answer.

– Renato Oliveira
8 hours ago










1 Answer
1






active

oldest

votes


















5














As for the LastName being mandatory, I can only say that it's by design. And seems there were ideas to get it optional, but Salesforce doesn't have any plan to do so. So it is very unlikely we can get away with it.



As for the workaround, as you have noted you can either switch the FirstName to the LastName



OR



I have seen people using a notion LNU which represents Last Name Unknown (or UND Último Nome Desconhecido in Portuguese :) ) to populate the LastName field. I have also seen this used widely with some Organizations when people don't have a valid Last Name.



One other approach that I have seen around especially with Government Authorities where Last Name is always required, they use the approach of populating the First Name as Last Name and then using FNU for the First Name which represents First Name Unknown. (I have had a personal experience with this)



So as long as you have a way to identify such records, you can go with any of these approaches.






share|improve this answer




















  • 2





    Brilliant workaround, reminds me of a former colleague in previous company having name as firstname.lnu@company.com

    – Raul
    8 hours ago






  • 2





    @Raul I have also seen another approach on this especially with government authorities where say Last Name is always required and that a person doesn't have one but only First Name, they will use the First Name as Last Name and then have the First Name referred as FNU (First Name Unknown).

    – Jayant Das
    8 hours ago











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "459"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsalesforce.stackexchange.com%2fquestions%2f263648%2fwhy-is-the-lastname-field-required-for-the-contact-what-is-the-best-approach-to%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









5














As for the LastName being mandatory, I can only say that it's by design. And seems there were ideas to get it optional, but Salesforce doesn't have any plan to do so. So it is very unlikely we can get away with it.



As for the workaround, as you have noted you can either switch the FirstName to the LastName



OR



I have seen people using a notion LNU which represents Last Name Unknown (or UND Último Nome Desconhecido in Portuguese :) ) to populate the LastName field. I have also seen this used widely with some Organizations when people don't have a valid Last Name.



One other approach that I have seen around especially with Government Authorities where Last Name is always required, they use the approach of populating the First Name as Last Name and then using FNU for the First Name which represents First Name Unknown. (I have had a personal experience with this)



So as long as you have a way to identify such records, you can go with any of these approaches.






share|improve this answer




















  • 2





    Brilliant workaround, reminds me of a former colleague in previous company having name as firstname.lnu@company.com

    – Raul
    8 hours ago






  • 2





    @Raul I have also seen another approach on this especially with government authorities where say Last Name is always required and that a person doesn't have one but only First Name, they will use the First Name as Last Name and then have the First Name referred as FNU (First Name Unknown).

    – Jayant Das
    8 hours ago















5














As for the LastName being mandatory, I can only say that it's by design. And seems there were ideas to get it optional, but Salesforce doesn't have any plan to do so. So it is very unlikely we can get away with it.



As for the workaround, as you have noted you can either switch the FirstName to the LastName



OR



I have seen people using a notion LNU which represents Last Name Unknown (or UND Último Nome Desconhecido in Portuguese :) ) to populate the LastName field. I have also seen this used widely with some Organizations when people don't have a valid Last Name.



One other approach that I have seen around especially with Government Authorities where Last Name is always required, they use the approach of populating the First Name as Last Name and then using FNU for the First Name which represents First Name Unknown. (I have had a personal experience with this)



So as long as you have a way to identify such records, you can go with any of these approaches.






share|improve this answer




















  • 2





    Brilliant workaround, reminds me of a former colleague in previous company having name as firstname.lnu@company.com

    – Raul
    8 hours ago






  • 2





    @Raul I have also seen another approach on this especially with government authorities where say Last Name is always required and that a person doesn't have one but only First Name, they will use the First Name as Last Name and then have the First Name referred as FNU (First Name Unknown).

    – Jayant Das
    8 hours ago













5












5








5







As for the LastName being mandatory, I can only say that it's by design. And seems there were ideas to get it optional, but Salesforce doesn't have any plan to do so. So it is very unlikely we can get away with it.



As for the workaround, as you have noted you can either switch the FirstName to the LastName



OR



I have seen people using a notion LNU which represents Last Name Unknown (or UND Último Nome Desconhecido in Portuguese :) ) to populate the LastName field. I have also seen this used widely with some Organizations when people don't have a valid Last Name.



One other approach that I have seen around especially with Government Authorities where Last Name is always required, they use the approach of populating the First Name as Last Name and then using FNU for the First Name which represents First Name Unknown. (I have had a personal experience with this)



So as long as you have a way to identify such records, you can go with any of these approaches.






share|improve this answer















As for the LastName being mandatory, I can only say that it's by design. And seems there were ideas to get it optional, but Salesforce doesn't have any plan to do so. So it is very unlikely we can get away with it.



As for the workaround, as you have noted you can either switch the FirstName to the LastName



OR



I have seen people using a notion LNU which represents Last Name Unknown (or UND Último Nome Desconhecido in Portuguese :) ) to populate the LastName field. I have also seen this used widely with some Organizations when people don't have a valid Last Name.



One other approach that I have seen around especially with Government Authorities where Last Name is always required, they use the approach of populating the First Name as Last Name and then using FNU for the First Name which represents First Name Unknown. (I have had a personal experience with this)



So as long as you have a way to identify such records, you can go with any of these approaches.







share|improve this answer














share|improve this answer



share|improve this answer








edited 8 hours ago

























answered 8 hours ago









Jayant DasJayant Das

21.8k21433




21.8k21433







  • 2





    Brilliant workaround, reminds me of a former colleague in previous company having name as firstname.lnu@company.com

    – Raul
    8 hours ago






  • 2





    @Raul I have also seen another approach on this especially with government authorities where say Last Name is always required and that a person doesn't have one but only First Name, they will use the First Name as Last Name and then have the First Name referred as FNU (First Name Unknown).

    – Jayant Das
    8 hours ago












  • 2





    Brilliant workaround, reminds me of a former colleague in previous company having name as firstname.lnu@company.com

    – Raul
    8 hours ago






  • 2





    @Raul I have also seen another approach on this especially with government authorities where say Last Name is always required and that a person doesn't have one but only First Name, they will use the First Name as Last Name and then have the First Name referred as FNU (First Name Unknown).

    – Jayant Das
    8 hours ago







2




2





Brilliant workaround, reminds me of a former colleague in previous company having name as firstname.lnu@company.com

– Raul
8 hours ago





Brilliant workaround, reminds me of a former colleague in previous company having name as firstname.lnu@company.com

– Raul
8 hours ago




2




2





@Raul I have also seen another approach on this especially with government authorities where say Last Name is always required and that a person doesn't have one but only First Name, they will use the First Name as Last Name and then have the First Name referred as FNU (First Name Unknown).

– Jayant Das
8 hours ago





@Raul I have also seen another approach on this especially with government authorities where say Last Name is always required and that a person doesn't have one but only First Name, they will use the First Name as Last Name and then have the First Name referred as FNU (First Name Unknown).

– Jayant Das
8 hours ago

















draft saved

draft discarded
















































Thanks for contributing an answer to Salesforce Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsalesforce.stackexchange.com%2fquestions%2f263648%2fwhy-is-the-lastname-field-required-for-the-contact-what-is-the-best-approach-to%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Sahara Skak | Bilen | Luke uk diar | NawigatsjuunCommonskategorii: SaharaWikivoyage raisfeerer: Sahara26° N, 13° O

The fall designs the understood secretary. Looking glass Science Shock Discovery Hot Everybody Loves Raymond Smile 곳 서비스 성실하다 Defas Kaloolon Definition: To combine or impregnate with sulphur or any of its compounds as to sulphurize caoutchouc in vulcanizing Flame colored Reason Useful Thin Help 갖다 유명하다 낙엽 장례식 Country Iron Definition: A fencer a gladiator one who exhibits his skill in the use of the sword Definition: The American black throated bunting Spiza Americana Nostalgic Needy Method to my madness 시키다 평가되다 전부 소설가 우아하다 Argument Tin Feeling Representative Gym Music Gaur Chicken 일쑤 코치 편 학생증 The harbor values the sugar. Vasagle Yammoe Enstatite Definition: Capable of being limited Road Neighborly Five Refer Built Kangaroo 비비다 Degree Release Bargain Horse 하루 형님 유교 석 동부 괴롭히다 경제력

19. јануар Садржај Догађаји Рођења Смрти Празници и дани сећања Види још Референце Мени за навигацијуу