DocumentOdId: Object;
The DocumentOdld property determines the object that contains workbook document moniker.
To execute the example, create a service for working with time series, get a workbook instance from the time series database (see WbkDocument.ActiveSheetKey) and add the following code in the handler that processes document opening:
var docOdId = wbkDocument.getDocumentOdId(); console.log("object with document OdId"); console.log(docOdId);
After executing the example the browser console displays workbook moniker:
object that contains document OdId
Object {id: "CIDEKFGEHPDCEOAEHPLLDBLNJBIINFCEDIDHIEEOLDNLBIID!M…WCIDEKFGEHPDCEOAEDDDEGNNDDPCLPDGEEIEDMJGCPGGMBOPD"}
See also: