Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

Unterformular-Ergebnis einschränken

Die searchCondition wurde von der normalen Ergebnisliste übernommen und ist noch nicht finalisiert! Sie wurde für diese Zwecke um die Comparisons GT, GTE, LT und LTE erweitert.

Bei diesem Beispiel handelt es sich um eine Diagrammdatenquelle, die NICHT im Layout konfiguriert werden muss.

http://localhost:8080/nuclos-war/rest/bos/example_rest_Customer/40000294/subBos/example_rest_CategorySalesCustomerCRT_intidtudgenericobject?sort=example_rest_CategorySalesCustomerCRT_orderMonth%20asc&searchCondition=Comparison:GTE:orderMonth:2015.01

Codeblock
languagejs
titleErgebnis
collapsetrue
{
	"all": true,
	"total": 1,
	"bos": [{
		"boId": 40001876,
		"boMetaId": "example_rest_CategorySalesCustomerCRT",
		"title": "CategorySales-CustomerCRT",
		"info": "40001876, 59, Software, 2015.10",
		"attributes": {
			"intid": 40001876,
			"intidtudgenericobject": {
				"id": 40000294,
				"name": ""
			},
			"sales": 59,
			"categoryName": "Software",
			"orderMonth": "2015.10"
		},
		"links": {
			"boMeta": {
				"href": "http://localhost:8080/nuclos-war/rest/boMetas/example_rest_Customer/subBos/example_rest_CategorySalesCustomerCRT_intidtudgenericobject",
				"methods": ["GET"]
			}
		}
	}]
}

 

 

Werte für ein Dropdown zur Filterung von Diagramminhalten

http://localhost:8080/nuclos-war/rest/bos/example_rest_Customer/40000294/subBos/example_rest_CategorySalesCustomerCRT_intidtudgenericobject/valuelist/example_rest_CategorySalesCustomerCRT_categoryName

Codeblock
languagejs
titleErgebnis
 [{"name":"Hardware"},{"name":"Software"}]

 

oder 

http://localhost:8080/nuclos-war/rest/bos/example_rest_Customer/40000294/subBos/example_rest_CategorySalesCustomerCRT_intidtudgenericobject/valuelist/example_rest_CategorySalesCustomerCRT_orderMonth

Codeblock
languagejs
titleErgebnis
 [{"name":"2014.06"},{"name":"2015.10"}]