Id |
id |
Globally unique string that identifies the record.
|
OwnerId |
c2g.CODAAPICommon.Reference |
ID of the user who owns the record.
|
IsDeleted |
boolean |
Indicates whether the record has been moved to the Recycle Bin (true) or not (false).
|
Name |
string |
The name of the print format.
|
CreatedDate |
datetime |
Date and time when the record was created.
|
CreatedById |
c2g.CODAAPICommon.Reference |
ID of the user who created the record.
|
LastModifiedDate |
datetime |
Date and time when the record was last modified by a user.
|
LastModifiedById |
c2g.CODAAPICommon.Reference |
ID of the user who last modified the record.
|
SystemModstamp |
datetime |
Date and time when the record was last modified by a user or by a workflow process (such as a trigger).
|
Code |
string |
The code of the print format.
|
PFName |
string |
For internal use.
|
ShortName |
string |
The abbreviated name of the form.
|
Template |
string |
Indicates whether the current form design is a template, and if it is, whether it is protected. This field is for information only.
|
Locale |
string |
The locale of the form that will be used to determine the appropriate language to use in data fields.
|
FormTypeRef |
string |
Specifies the type of document that can be produced using forms based on this print format.
|
UseFormat |
boolean |
Specifies the use of a data format.
|
FormatCode |
string |
The code of the format data object.
|
Format |
c2g.CODAAPIFormatDataTypes_3_0.FormatData |
List of FormatData objects.
|
CmpCodeVocabId |
string |
Determines the company from which the form has been generated.
|
FixedPosition |
boolean |
Specifies that this value has a fixed position.
|
Orientation |
string |
The orientation of the page. The options are Portrait and Landscape.
|
PageHeight |
decimal |
The height of the page.
|
PageWidth |
decimal |
The height of the page.
|
PaperSize |
string |
The size of the page.
|
MarginTop |
decimal |
The height of the top margin.
|
MarginBottom |
decimal |
The height of the bottom margin.
|
MarginLeft |
decimal |
The width of the left margin.
|
MarginRight |
decimal |
The width of the right margin.
|
Uom |
string |
The unit of measurement to use for this form and its objects.
|
GridSizeX |
decimal |
The size of the grid squares on the x axis.
|
GridSizeY |
decimal |
The size of the grid squares on the y axis.
|
GridOn |
boolean |
Determines whether the grid squares are visible.
|
HeaderHeight |
decimal |
The height of the header. Must be greater than zero if the header is included.
|
FooterHeight |
decimal |
The height of the footer. Must be greater than zero if the footer is included.
|
TimeStamp |
decimal |
For internal use.
|
SortOrders |
c2g.CODAAPISortOrderTypes_3_0.SortOrders |
List of SortOrders objects.
|
Sections |
c2g.CODAAPISectionTypes_3_0.Sections |
List of Sections objects.
|