Currency Fields

93802
 Field


 Type

Read 
Only

Filterable
Orderable


 Description

CreateDate

dateTime

X

X

The date this currency was created.

CreateUser

string
restricted to
maxLength(255)

X

X

The name of the user that created this currency.

DecimalPlaces

int
restricted to
minInclusive(0)
maxInclusive(2)

 

X

The number of decimal places displayed.

DecimalSymbol

string
restricted to
'Period'
'Comma'

 

X

The decimal symbol displayed.

DigitGroupingSymbol

string
restricted to
'Period'
'Comma'

 

X

The symbol used to group the numbers.

ExchangeRate

double
restricted to
minInclusive(1.0E-6)
maxInclusive(9.99999999999999E8)

 

X

The exchange rate against the base currency.

Id

string
restricted to
maxLength(6)

 

X

The unique currency abbreviation for each currency.

IsBaseCurrency

boolean

X

 

The currency used to store cost in the Project Management database. The exchange rate for the base currency is always 1.0. The base currency ID, name, and symbol default to U.S. dollars and can be edited but never deleted.

LastUpdateDate

dateTime

X

X

The date this currency was last updated.

LastUpdateUser

string
restricted to
maxLength(255)

X

X

The name of the user that last updated this currency.

Name

string
restricted to
maxLength(80)

 

X

The name of the currency.

NegativeSymbol

string
restricted to
'(#1.1)'
'-#1.1'
'#-1.1'
'#1.1-'
'(1.1#)'
'-1.1#'
'1.1-#'
'1.1#-'
'-1.1 #'
'-# 1.1'
'1.1 #-'
'# 1.1-'
'# -1.1'
'1.1- #'
'(# 1.1)'
'(1.1 #)'

 

X

The symbol used to display a negative currency.

ObjectId

int

 

X

The unique ID generated by the system.

PositiveSymbol

string
restricted to
'#1.1'
'1.1#'
'# 1.1'
'1.1 #'

 

X

The symbol used to display a positive currency.

Symbol

string
restricted to
maxLength(3)

 

X

The currency symbol displayed.

UpdateResourceRates

int
restricted to
1
3

 

 

Determines whether the rates of resources using the updated currency should be updated when the currency exchange rate is modified. Valid values are:

1 to indicate that resource rates should not be updated.

3 to indicate that resource rates should be updated. If the user does not have access to all affected resources, only the rates of resources to which the user does have access will be updated.



Last Published Friday, November 29, 2024