How to set Default value thru office connector
Hi, I have to set default value for some of the properties thru office connector, I tried in "MSO_SaveDocument" this method, but value is not getting set on document. (I don't want to map this property with office connector). itemToSave.setProperty("name","Auto Generated"); itemToSave.setProperty("language","en"); itemToSave = itemToSave.apply(); Is there any other approach. Regards, Maddy.4.1KViews0likes3CommentsInstruction: Hiding the Open in Office Button
Hello everyone, Here is a short instruction on how to hide the Open in Office (Microsoft Office Connector) Button when viewing document items. This can be done without uninstalling / disabling MSO in case you want to prevent users from using the Toolbar Action button. Before: After: This can be achieved by taking these steps: Go to the root \Innovator installation directory of your Innovator instance Navigate to \Innovator\Client\styles Append common.min.css with the following CSS: [data-id="MSO_OpenInOfficeMenuButton"]{display: none!important;} I recommend also updating the regular common.css file with the same CSS but indented Save, clear browser cache and reload the Innovator webpage I hope this helps. All the best from Almelo. Daan1.6KViews0likes3CommentsError while saving Document thru Office Connector
Hi, I'm getting error while saving document thru office connector with normal user, but if I saved Document using root user it is getting saved, I am not able to track from which MSO method I'm getting this error. Please find below Image: Which methods are getting triggered when we save the document thru Office Connector? Regards, Maddy.2.2KViews0likes0Comments