| name | data type | constraints | description |
|---|---|---|---|
| filter | Filter | ||
| filterConditionType | string | required, max size: 50, min size: 0 | |
Properties inherited from BaseEntity |
|||
| id | number | ||
| transient | boolean | ||
| version | number | ||
Example
{
"filter" : {
"orderCondition" : {
"ascending" : true,
"filter" : { },
"fieldNames" : [ "...", "..." ],
"id" : 12345,
"transient" : true,
"version" : 12345
},
"primarySelector" : {
"targetEntity" : "...",
"alias" : "...",
"ignoreIfNotFoundForeignKeys" : [ "...", "..." ],
"exportFields" : [ "...", "..." ],
"displayFields" : [ "...", "..." ],
"id" : 12345,
"transient" : true,
"version" : 12345
},
"shared" : true,
"secondarySelectors" : [ {
"targetEntity" : "...",
"alias" : "...",
"ignoreIfNotFoundForeignKeys" : [ "...", "..." ],
"exportFields" : [ "...", "..." ],
"displayFields" : [ "...", "..." ],
"id" : 12345,
"transient" : true,
"version" : 12345
}, {
"targetEntity" : "...",
"alias" : "...",
"ignoreIfNotFoundForeignKeys" : [ "...", "..." ],
"exportFields" : [ "...", "..." ],
"displayFields" : [ "...", "..." ],
"id" : 12345,
"transient" : true,
"version" : 12345
} ],
"filterCondition" : {
"filter" : { },
"filterConditionType" : "...",
"id" : 12345,
"transient" : true,
"version" : 12345
},
"appliesTo" : "...",
"inputXml" : "...",
"parentCFEntities" : [ { }, { } ],
"uuid" : "...",
"parentEntityType" : { },
"code" : "...",
"parentEntity" : {
"parentEntityType" : { },
"code" : "...",
"parentEntity" : { },
"description" : "...",
"appendGeneratedCode" : true,
"descriptionOrCode" : "...",
"active" : true,
"disabled" : true,
"auditable" : { },
"id" : 12345,
"transient" : true,
"version" : 12345
},
"description" : "...",
"appendGeneratedCode" : true,
"descriptionOrCode" : "...",
"active" : true,
"disabled" : true,
"auditable" : {
"lastModified" : 12345,
"updater" : "...",
"created" : 12345,
"updated" : 12345,
"creator" : "...",
"lastUser" : "..."
},
"id" : 12345,
"transient" : true,
"version" : 12345
},
"filterConditionType" : "...",
"id" : 12345,
"transient" : true,
"version" : 12345
}