Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

JSON Format
{
	"_t" : "asset",
	"_v" : "1.0",
	"AccountNum" : "",
    "AssetNum": "",
    "Desc": "",
    "FlexForms": [
        "${FlexFormID}"
    ],
    "FlexView": [
        {
            "Title": "GroupName1",
            "Items": [
                {
                    "Label": "labeltext",
                    "Value": "valuetext"
                }
            ]
        }
    ],
    "InServiceDate": "",
    "IsComponent": false,
    "LastServiceDate": "",
    "Location": "",
	"LocationNum" : "",
    "Mfg": "",
    "Model": "",
	"ParentAssetNum" : "",
    "ProdNum": "",
    "SerialNum": "",
    "ServiceCodes": [],
    "Status": "",
    "Type": "",
	"Delete": false
}
  • No labels