{
"_id": "67109c63b2ef7545bd0c9ad2",
"name": "Report Daily Morning",
"description": "Template for daily report with bill item detail",
"collection": "task",
"fields": [
{
"component": "input",
"id": "_id",
"inputType": "string",
"source": "reservedKey",
"title": "Id"
},
{
"component": "input",
"id": "flow",
"inputType": "string",
"source": "reservedKey",
"title": "Flow"
},
{
"component": "input",
"id": "hub",
"inputType": "string",
"source": "reservedKey",
"title": "Hub"
},
{
"component": "input",
"id": "title",
"inputType": "string",
"source": "reservedKey",
"title": "Title"
},
{
"component": "input",
"id": "status",
"inputType": "string",
"source": "reservedKey",
"title": "Status"
},
{
"component": "input",
"id": "orderNumber",
"title": "Order Number",
"inputType": "string",
"default": null,
"routeAs": null,
"showAs": "title",
"required": false,
"visible": true,
"page": "page0"
},
{
"component": "bill",
"id": "billItem",
"title": "Bill Item",
"addNew": true,
"required": false,
"value": null,
"editable": [],
"costs": [
"Discount",
"Shipping Cost"
],
"visible": true,
"masterItems": [
{
"name": "Snack",
"unit_price": 10000
},
{
"name": "Cold Drink",
"unit_price": 5000
},
{
"name": "Bread",
"unit_price": 7000
},
{
"name": "Egg",
"unit_price": 2500
}
],
"masterCosts": [
{
"type": "number",
"name": "Discount",
"amount": 10000
},
{
"type": "number",
"name": "Shipping Cost",
"amount": 7000
}
],
"page": "page0",
"additionalField": [
"billItem.Discount",
"billItem.Shipping Cost",
"billItem.totalCost"
]
}
],
"organizationId": "66791b2bf001a712b77b3622",
"updatedTime": "2024-10-17T05:26:01.929000Z",
"createdTime": "2024-10-17T05:10:59.675000Z"
}Objects
Export Config object
An unique identifier for the export config record, often used for database or system reference.
An identifier for the organization associated with this export config data.
The name of export config.
The flow identifier used to filter the components refers only to the selected flow IDs. Use Flow /flows API to get the list of flow id.
Example: ['66a988d53ae08a7ab52867c2']
The fields to be included in the exported data that ref to Flow reserved key and User fields.
Show child attributes
Show child attributes
The timestamp indicating when this export config data entry was last updated.
The timestamp indicating when this export config entry was created.