Skip to main content
5-Regular Member
April 18, 2016
Solved

Is it possible to load user with phone number?

  • April 18, 2016
  • 2 replies
  • 1502 views

Hello, I have a question about loadFromFile as titled. I don't know whether it is possible, it we can, it would be great lot easier for us. The environment is 10.2, many thanks!

Best answer by BineshKumar1

X24.dtd does not have a definition for phone. So i think it is not possible to use load file to load phone number. An option is write a utility which reads from the file and update phone using I*E

<!ELEMENT csvUser ( csvuser, csvnewUser, csvweServerID, csvfullName, csvLast, csvLocale, csvEmail, csvDescription, csvTitle, csvOrganization, csvStreet1, csvStreet2, csvCity, csvState, csvCountry, csvZipCode, csvignore?, csvpassword, csvDirectoryService?, csvAllowLdapSync? )

Regards

Binesh Kumar

2 replies

2-Explorer
April 18, 2016

X24.dtd does not have a definition for phone. So i think it is not possible to use load file to load phone number. An option is write a utility which reads from the file and update phone using I*E

<!ELEMENT csvUser ( csvuser, csvnewUser, csvweServerID, csvfullName, csvLast, csvLocale, csvEmail, csvDescription, csvTitle, csvOrganization, csvStreet1, csvStreet2, csvCity, csvState, csvCountry, csvZipCode, csvignore?, csvpassword, csvDirectoryService?, csvAllowLdapSync? )

Regards

Binesh Kumar

yigu5-Regular MemberAuthor
5-Regular Member
April 19, 2016

Thanks Binesh,

I thought there might be a way but it seems I can only do what says in dtd. Thanks for mention I*E, it would be new challenge but it is a possible solution! Thanks again.