Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

To load or update users in PropReports, a comma-separated values (CSV) file can be used. Please follow RFC 418 guidelines when creating CSV files. Notably, if you will have field values with commas, the field value must be in quotes.

Sample Data

If creating by hand, you can use a text editor or Excel (must save as csv before uploading). For PropReports to recognize the file format, the column heading names must be exact

Email,Userid,Action,First,Last,Password
test@abc.com,C,John,Smith,AjsaOp3*
bob@gmail.com,C,Bob,Jones,saAsp](

Fields

Name

Mandatory?

Format

Sample

Introduced in Version

Description

Email

See Description

CHAR(96)

john.smith@gmail.com
1.9.38Email address for the user. It must be unique – there cannot be more than one user with the same non-blank e-mail address. An email and/or userid parameter must be specified when adding or updating a user.

Userid

See Description

CHAR(96)

johnsmith

1.9.38The User Id can be used in place of an e-mail address to log into PropReports. Must be unique – there cannot be more than one user with the same non-blank User Id. An email and/or userid parameter must be specified when adding or updating a user.
Columns below are optional and can be in any order.




ActionNoCHAR(1)
U
1.9.38

If a user is to be created, this value should be a C. To update an existing user, specify a U. If omitted, an update (U) is assumed and an error issued if the user does not exist. 

BranchNoCHAR(16)
DEMO3
1.9.38User's branch name. If not specified, will default to the main branch for the instance.
IndividualNoCHAR(1)
Y
1.9.38Is this user an individual (Y) or a company (N). 
SalutationNoCHAR(2)
MR
1.9.38For individual users: mr, ms, dr, or blank (default). 
FirstNoCHAR(64)
John
1.9.38First name (individual users).
LastNoCHAR(64)
Smith
1.9.38Last name (individual users).
TitleNoCHAR(128)
President
1.9.38Title of position (individual users).
CompanyNoCHAR(128)
Trading, Inc. 
1.9.38For individual users, this is the company this person is affiliated with. For company users, this is the name of the company itself.
Street OneNoCHAR(128)
50 Wall Street
1.9.38
Street TwoNoCHAR(128)
Suite 15
1.9.38
CityNoCHAR(64)
New York
1.9.38
StateNoCHAR(2)
NY
1.9.38A two character state/region/province code for addresses in the US and Canada only.
Postal CodeNoCHAR(10)
10069
1.9.38
Country CodeNoCHAR(2)
US
1.9.38Must be a two character (ISO 3166-1 alpha 2) code or left blank.
Evening PhoneNoCHAR(32)
212-555-5555
1.9.38
Day PhoneNoCHAR(32)
212-555-5555
1.9.38
Mobile PhoneNoCHAR(32)
212-555-5555
1.9.38
FaxNoCHAR(32)
212-555-5555
1.9.38
Birth/Incorporation DateNoDATE
2004-06-15
1.9.38
Tax IdNoCHAR(32)
11-1111111
1.9.38
TypeNoCHAR(1)
U
1.9.38U for regular user (default), M for manager and X for disabled.
Compliance Message NameNoCHAR(32)
My Message
1.9.38If a user account is being disabled, the name of the compliance message to display can be specified. Compliance messages are configured under Communication / Compliance Messages. 
PasswordNoCHAR(25)
aY*0(y^%bp
1.9.38If the password is blank, the user will not be able to log into PropReports. If set, they will be prompted to change the password on first log in.
Add AccountsNoCHAR(128)
ACCOUNT1
1.9.59This grants the user permission to view the account. To specify multiple accounts, separate values by a semicolon (;). 
Remove AccountsNoCHAR(128)
ACCOUNT2
1.9.59Unlink the user from the specified account.

Enabling the Upload

Before uploading for the first time, you must to make sure the Generic data source is enabled.

 Step 1: Navigate to the Upload / Sources page.

Step 2: If the Generic source is in the Disabled Sources list, click Enable next to it to update the configuration.

Uploading the File

To load the file into PropReports, please follow these instructions.  Load the file as a "User file".

  • No labels