Can't access context.document.customXmlParts
in Word for iPad
#5500
Labels
Area: Word
Issue related to Word add-ins
Needs: attention 👋
Waiting on Microsoft to provide feedback
It seems there's an issue with when calling
context.sync()
in Word for iPad when.load("items/id")
of acontext.document.customXmlParts
..getXml()
ofcontext.document.customXmlParts.getItem
.Your Environment
Expected behavior
It is expected that I can acess Custom XML Parts in Word. The very same manifesto/app sucessfully loads, access and updates Custom XML Parts in Word for Desktop, Word Online, Word for Mac.
Also, it works correctly in every Excel version (including iPad) and every PowerPoint version (except iPad, because it doesn't have the required requirement set, but that it is expected).
Current behavior
When trying to acess Custom XML Parts in Word for iPad, I get the exception
RichApi.Error
.Steps to reproduce
Since ScriptLab doesn't work on iPad, create (and deploy) a minimal Office Addins with this script and test it in Word for iPad:
Context
I need to subit an Add-in that manages Custom XML Parts for Word to the Office Store, and this could be a barrier for the Add-in approval.
Useful logs
Screenshot:

The text was updated successfully, but these errors were encountered: