Jump to content

dhealy72

Registered Users - Approved
  • Posts

    36
  • Joined

Converted

  • FusionPro Products
    No

dhealy72's Achievements

Contributor

Contributor (5/14)

  • First Post Rare
  • Collaborator Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

10

Reputation

  1. I have a request from a client to have a couple of categories hidden in the Catalog drop-down of their portal, but still have the categories appear on the Catalog page. Does anyone know if this is possible? Thanks! Dave
  2. We are having issues with XDFs linked to Product Templates not updating in the live portal. We've just tried to load 4 Versioned Products where a disclosure statement being pulled in by an XDF is showing correctly in the Preview, but once the products are copied to the Catalog and activated in the portal, the disclosures are not appearing.We have been having issues with other XDFs as well. Anyone out there having a similar issue? Anyone know of a resolution? Thanks! Dave
  3. Hello, I would like to know if it's possible to add a single Checkbox in a Versioned and/or Variable Marcom template without the Checkbox being pre-selected. For instance, if we want to add some text for a terms agreement and we just want the user to check the checkbox to agree. Thanks in advance! Dave
  4. I appreciate the reply. I tried that out and I see how that can work. The only issue is that there are going to be a large number of signatures that I need convert, so I was hoping that there was a way of running a batch script in Photoshop. There doesn't really appear to be a way of automating this type of thing, however.
  5. I have a project where we are wanting to add signatures to a piece with a colored background. I'm wondering if having the signatures saved as layered Photoshop PDFs with a transparent background is the best way to accomplish this? I've also tried a PNG file with the background removed, but the quality is not as good as the PDF. Does anyone know if there are any other options? Thanks!
  6. I have a project where we are wanting to add signatures to a piece with a colored background. I'm wondering if having the signatures saved as layered Photoshop PDFs with a transparent background is the best way to accomplish this? I've also tried a PNG file with the background removed, but the quality is not as good as the PDF. Does anyone know if there are any other options? Thanks!
  7. Ok, thanks. I was wanting to do this for a product in MarcomCentral, but it doesn't sound like I'll be able to accomplish what I was hoping for.
  8. If I have a multiple page FusionPro PDF, I'm wanting to know if it's possible for all of the records in a given data file to be composed so they are grouped by page, but still all be in the same composed PDF. Example... if I have a 3 page PDF and a data file with 50 records. My output file would have page 1, records 1-50, then page 2, records 1-50, then page 3, records 1-50. I've looked through the threads and haven't really seen anything like this. I'm assuming it would require a loop rule, but I'm not sure how to go about it. Thanks!
  9. I have an external data file where I'm wanting to pull in Names and Addresses based on a User ID Field. There is a field in the external data file called "UserID", which contains a 6-digit number. What I am trying to figure out is how to write the code so that based off of the number that is entered into the User ID field, the Name, Address and City fields that correspond to that row will be returned. This is what I have so far, which I know is not correct. if (FusionPro.inValidation) Rule("OnJobStart"); var FirstName = ""; var LastName = ""; var Address1 = ""; var Address2 = ""; var City = ""; var PA1 = ""; i = XDF_Address.FindRecord("Value", Field("UserID")) { FirstName = XDF_Address.GetFieldValue(i, "MultiFirstName"); LastName = XDF_Address.GetFieldValue(i, "MultiLastName"); Address1 = XDF_Address.GetFieldValue(i, "MultiAddr1"); Address2 = XDF_Address.GetFieldValue(i, "MultiAddr2"); City = XDF_Address.GetFieldValue(i, "MultiCity"); } var PA1 = ""; PA1 = AppendText(PA2, " ", FirstName); PA1 = AppendText(PA2, "<p>", LastName); PA1 = AppendText(PA2, "<p>", Address1); PA1 = AppendText(PA2, "<p>", Address2); PA1 = AppendText(PA2, "<p>", City); return PA1;
  10. Thanks for the reply, Richard. Yes, I am using MCC Admin. I was hoping to avoid having to rename the files, but it sounds like I may have no choice. I will give this a try. Thanks again!
  11. I have a situation where I am using the workaround for Image Profile Attributes to pull in headshot images with SSO. My dilemma is this... In many of the templates we'll be setting up for our client, the user has the option of their piece being in Black & White or Color, hence the headshot image would need to change based on this selection. I am wanting to know if it's possible to assign a rule in the FusionPro template that would call out to a particular image library in MarcomCentral whether BW or Color is selected. So, there would be an image library for the Color Images and an image library for the Black & White Images, but the file names would be identical. This way the image could be pulled in based on the user's Image Profile Attribute, which uses a Text Profile Attribute Field. Make sense?
  12. I am just looking for some general comments on the ad resizing option. We have a client that may be interested in implementing it on their portal and I have done some considerable testing of the functionality. I am just wondering if there is anyone out there who is using it regularly and how much success they have had with it. Thanks!
  13. I am wanting to know how it is possible to hide an option from a drop down after it has already been selected from another drop down. I know that this can be done in the UI rules tab to some extent, but if there are multiple drop downs with the same options, I am wanting to know how an option that is selected can drop of the remaining drop downs. Any help would be appreciated.
  14. There is no key command for certain characters. As an example, the Chevron symbol in Zapf Dingbats is a "Glyph" in InDesign. We found a workaround, however, by creating a separate True Type font for just that particular character.
×
×
  • Create New...