cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

We are happy to announce the new Windchill Customization board! Learn more.

Is it possible to load user with phone number?

yigu
7-Bedrock

Is it possible to load user with phone number?

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!

1 ACCEPTED SOLUTION

Accepted Solutions
BineshKumar1
12-Amethyst
(To:yigu)

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

View solution in original post

2 REPLIES 2
BineshKumar1
12-Amethyst
(To:yigu)

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

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.

Top Tags