How to combine "Auto populate a table" and "Add a filter criterion" with a Combo Box?
Hello! How are you?
I have a table in VBCS and it has its values coming from an SDP (that came from a BO).
This table auto populate itself with the values from the SDP.
I just add a Combo Box to filter it's values with this logic on the Filter Criterion:
"{ "op": "$eq",
"attribute": "recordType",
"value": "-1"}"
The filter works, but the problem is that the table lost its hability to auto populate.
I want the table loading all its values when the page loads and when a use the Combo Box just the values related are shown.
How can I do it?
Tagged:
0