I want get count of selected items in caseclass of EnScript
Hi @neome , unfortunately we do not have EnScript experts in the Developer Community. If you have Support with OpenText, please try our support community.
You can use count() function in EnScript to count the selected items in a case class. Simply call it on the collection of selected items to get the desired count.
count()