Hello All,
I have some referenced documents that I refresh when opening the parent document and I am trying to set the structured application on import.
I am using>
var importParams = GetImportDefaultParams();
i=GetPropIndex(importParams,Constants.FS_StructuredImportApplication);
importParams[i].propVal.ival= "myStructApp";
alert(importParams[i].propVal.ival);
I expect the alert to return "myStructApp" , which exists in the list of structured apps. However, my alert returns 0.
What am I doing wrong please?
thanks,
Tracey
[Thread moved to Scripting Forum by moderator]