| 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.
|