Hi,
I'm getting import failed error while accessing document service and it points to below piece of code.
import: failed to load the library
var docService = $.import("sap.bc.cmis", "cmis");
It looks like I'm missing dependant library file in my package. As per below link cmis.xslib and promise.xslib are required to access document service.
Could you please help me from where I can download the library files or kindly redirect me to working example. Thanks.