Copy link to clipboard
Copied
Hi Community,
According to Adobe FrameMaker Scripting Guide ( https://help.adobe.com/en_US/framemaker/pdfs/framemaker_scripting.pdf ) the paramters of UpdateDITAReferences are docId, flag;
The description of docId is not certain. I do not get errors when I use the Doc object in the place of docId, but I do not get external references updated as well.
In order for this method to work for me (FM version: 15.0.4.751 ) the syntax was: UpdateDITAReferences(flag);
I used the integer value of flag to get external references updated:
oDoc.UpdateDITAReferences(0x02);
Copy link to clipboard
Copied
Hi @Plutto313
I assume you are creating script via ExtendScript(jsx) .
Please mail me a simple sample and if there is any descrepencies , Will update documentation.
Thanks
Pulkit
punagpal@adobe.com
Copy link to clipboard
Copied
Haven't Received anything from you here or over email
Thanks
Pulkit