{
"Title": "Invoice_Search",
"Ribbon": { "BackgroundColor": "success" },
"Groups": [
{
"Name": "Invoice_SearchBasic",
"Source": {
"Type": "SP",
"SearchScope": "SourceList",
"SourceList": ["{SiteUrl}/InboundInvoices"]
},
"FormRows": [
{
"Columns": [
{
"Fields": [
{ "InternalName": "s_invoiceNumber" },
{ "InternalName": "s_supplierName" }
]
}
]
}
],
"Columns": [
{ "InternalName": "s_invoiceNumber", "DisplayLink": true }
]
}
]
}