Id |
id |
Globally unique string that identifies the record.
|
OwnerId |
c2g.CODAAPICommon.Reference |
ID of the user who owns this record.
|
IsDeleted |
boolean |
Indicates whether the record has been moved to the Recycle Bin (true) or not (false).
|
Name |
string |
The name of the form or object.
|
CreatedDate |
datetime |
Date and time when this record was created.
|
CreatedById |
c2g.CODAAPICommon.Reference |
ID of the user who created this record.
|
LastModifiedDate |
datetime |
Date and time when this record was last modified by a user.
|
LastModifiedById |
c2g.CODAAPICommon.Reference |
ID of the user who last updated this record.
|
SystemModstamp |
datetime |
Date and time when this record was last modified by a user or by a workflow process (such as a trigger).
|
BackgroundColour |
decimal |
The color of the background, in standard RGB format.
|
VAlign |
string |
Sets the vertical alignment of the content within an object.
|
LineSpacing |
decimal |
Sets the spacing to apply before each line of the content within an object. Line spacing is expressed as a percentage of font-height, with a default of 100%.
|
Padding |
string |
The character to insert as padding. You can specify a single printable character or leave blank to signify a single space. This is useful when scrapping checks.
|
BorderTop |
boolean |
Specifies whether there is border at the top of the form or object.
|
BorderLeft |
boolean |
Specifies whether there is border to the left of the form or object.
|
BorderBottom |
boolean |
Specifies whether there is border at the bottom of the form or object.
|
BorderRight |
boolean |
Specifies whether there is border to the right of the form or object.
|
BorderStyle |
string |
Specifies the type of lines (solid or dashed in various styles) used to draw border.
|
BorderColour |
decimal |
Specifies the color of the border, in standard RGB format.
|
BorderWeight |
string |
Specifies the thickness of the border.
|
DateTimeFormat |
string |
Specifies the format to be applied to date/time values.
|
NumberFormat |
string |
Specifies the format to be applied to numeric values.
|
NegativeColour |
decimal |
The font color to use for numbers less than zero, in standard RGB format.
|
DisplayAsWords |
boolean |
Indicates that you want numbers to be converted into words, as is used on some checks.
|
DecimalsAsDigits |
boolean |
Indicates that you want to display decimals as digits instead of words.
|
AppendOnly |
string |
Specifies that the word 'ONLY' is to be appended to the value.
|
FontFamily |
string |
The name of the font used to display text and data values.
|
FontSize |
decimal |
The size of the font used to display text and data values.
|
FontColour |
decimal |
The font color, in standard RGB format.
|
FontBold |
boolean |
Specifies that the text is in bold.
|
FontItalic |
boolean |
Specifies that the text is in italics.
|
FontUnderline |
boolean |
Specifies that the text is underlined.
|
FontStrikethrough |
boolean |
Specifies that a line is to be drawn through the text.
|
HAlign |
string |
Sets the horizontal alignment of the content within an object.
|