metadata:
| {
fieldMetaData: {
autoEnter: boolean;
displayType: | "calendar"
| "editText"
| "popupList"
| "checkBox"
| "radioButtons"
| "selectionList"
| "secureText";
fourDigitYear: boolean;
global: boolean;
maxCharacters: number;
maxRepeat: number;
name: string;
notEmpty: boolean;
numeric: boolean;
repetitionEnd: number;
repetitionStart: number;
result: "number"
| "time"
| "container"
| "text"
| "date"
| "timeStamp";
timeOfDay: boolean;
type: "normal" | "summary" | "calculation";
valueList?: string;
}[];
portalMetaData: Record<
string,
{
autoEnter: boolean;
displayType: | "calendar"
| "editText"
| "popupList"
| "checkBox"
| "radioButtons"
| "selectionList"
| "secureText";
fourDigitYear: boolean;
global: boolean;
maxCharacters: number;
maxRepeat: number;
name: string;
notEmpty: boolean;
numeric: boolean;
repetitionEnd: number;
repetitionStart: number;
result: "number"
| "time"
| "container"
| "text"
| "date"
| "timeStamp";
timeOfDay: boolean;
type: "normal" | "summary" | "calculation";
valueList?: string;
}[],
>;
valueLists?: {
name: string;
type: string;
values: { displayName: string; value: string }[];
}[];
}
| null = null
Layout-scoped API wrapper for metadata, scripts, and record operations.