The answer is B. Just a bit of code to prove that it should be LogicalExpression:
a!queryEntity(
entity: cons!EntityName,
query: a!query(
logicalExpression: a!queryLogicalExpression(
operator: "AND",
filters: {
a!queryFilter(
field: "configurationItemId",
operator: "=",
value: ri!configurationItemId
),
a!queryFilter(
field: "accessLevelId",
operator: "=",
value: ri!accessLevelId
),
etc.
The FILTER answer is good if you want to filter on the output of the query, but in this case that's not the question.
Answer is B
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
XfrankX
1 month, 3 weeks agoark143
4 months, 3 weeks agoKapilR
7 months, 2 weeks ago