Details
Name | Data Type | Is Nullable |
---|---|---|
Id | Integer | False |
SystemName | String | False |
FriendlyName
The name that will be displayed to the user throughout the application |
String | False |
ObjectType | String | False |
Description
A brief description of what object is used for |
String | False |
AllowReporting
Allows this object to be used to build reports through the reporting interface |
Boolean | False |
CreatedOn | DateTime | False |
CreatedBy | Integer | False |
ModifiedOn | DateTime | False |
ModifiedBy | Integer | False |
InactiveOn | DateTime | True |
InactiveBy | Integer | True |
IsInactive | Boolean | False |
Object:
{
Id":####,SystemName":"abcABC123",
FriendlyName":"abcABC123",
ObjectType":"abcABC123",
Description":"abcABC123",
AllowReporting":True/False,
CreatedOn":"MM-dd-yyyy hh:mm:ss",
CreatedBy":####,
ModifiedOn":"MM-dd-yyyy hh:mm:ss",
ModifiedBy":####,
InactiveOn":"MM-dd-yyyy hh:mm:ss",
InactiveBy":####,
IsInactive":True/False
}