Created user-defined method as CI-based Services not working
We have a simple Leave page that shows the summary of the leave taken by
employee. But the result will be dependent on the Absence Type, Status,
From and to dates that will be specified by the user. Then user will
click the refresh button.
I created a CI based on this component and exposed the Refresh button field as one of the CI property. During test, I specify something in Absence Type and something in Refresh property and click enter. It was returning 1 row of data only but as expect multiple. I already change the Component to enable update/display all property and also ticked the Get History Items when testing the CI. Still, the result returns 1 row. Am I missing something here?
I created a CI based on this component and exposed the Refresh button field as one of the CI property. During test, I specify something in Absence Type and something in Refresh property and click enter. It was returning 1 row of data only but as expect multiple. I already change the Component to enable update/display all property and also ticked the Get History Items when testing the CI. Still, the result returns 1 row. Am I missing something here?
0