As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
Thanks Morgan. Since its from within BL I have access to modules.collectionAccess.collection("collectionName"). Is there a way to use this object to figure if the collection pre exists. I guess using count() would be one option but is there a better way via collectionAccess module?
M
Morgan
said
over 9 years ago
Hi Pankaj!
We don't have direct support for this in our API. The next best thing you can do is to perform a GET on the collection and count the number of objects that are returned.
Pankaj Chawla