Jump to content

Using a XDF with Producer


bkurzbuch

Recommended Posts

I have an older template that uses a XDF to pull in service center by location. Using just FusionPro Desktop its works great, but now that we are using Producer it not passing along the XDF and I'm not sure how to resolve the problem.

There is a On Job Start Rule.

XDF = new ExternalDataFileEx("INTOX SERVICE CENTER.txt", ",");

if(!XDF.valid)
   ReportWarning("Warning: The XDF file could not be found/read. Results may be unexpected.");

 

Then my rule for comparing locations has

XDF = new ExternalDataFileEx("INTOX SERVICE CENTER.txt", ",");

if(!XDF.valid)
   ReportWarning("Warning: The XDF file could not be found/read. Results may be unexpected.");

 

So what do I need to do to pass along the XDF to producer? Thanks For the help

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...