Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
I am still learning JLInk and have an ugent need toexport a Product View EDZ file.
It appears that I need to create instructions and then filename and then export using these values.
What is not clear to me is how to set the export option to EDZ.
I have the following code
pv_instr.SetPVExportOptions(???);
I think I have the correct syntax but it does not output any info. I have included the code below but it still never runs it hangs on the try/catch section. Any help would be appreciated.
}
{
}