Jump to content

traba5058

Registered Users - Approved
  • Posts

    77
  • Joined

Everything posted by traba5058

  1. Thanks so much! That worked perfectly. Can you help me with one more thing? They also want the case for this field to be All Caps. Will you show me how to incorporate that in this rule?
  2. Please help. I'm programming a business card template and the customer uses 2 colors for the name. First Letter is PANTONE 2717 C and all other letters are Pantone 659 C. Will someone help me write a javascript rule for this? Thanks!
  3. Please help. I have a customer with 25 or so postcard templates on MarcomCentral that are not working, but are working offline in FusionPro. When the mailing list is uploaded, it can have either a Full Name column or a First Name & Last Name column. In addition, users may be sending to a couple in which case they include an "&" in the field. The template is setup to use Upper-Case rules for these fields. The First & Last Name rules have Treat as tagged text selected but the Full Name rule does not. • When composed offline using & in either the Full Name or First Name fields, the "&" displays correctly. • When composed online, both the Full Name & First Name fields switch to & I've tried XLSX, CSV and TXT and have the same issue.
  4. Thanks so much! Worked like a charm! have a great day!
  5. I hope someone can help me. One of my templates has a number with 2 decimal spaces. If the 2nd decimal is 0, it is dropping it. (Ex: 1.60 becomes 1.6). Is there a number format rule to always have the 2 decimal spaces?
  6. Will you please clarify? The template does not use an image field. It uses a text field. Which type of profile attribute do I create? Is it text with the name of the image in it?
  7. Good Morning! I went out to the Javascript forum this morning asking this question. They sent me here since the question has to do with Javascript in the template and profile attributes on MarcomCentral. I have a FusionPro template that uses graphics as text to move the graphic based upon text. The rule looks like this if (Field("AE Name")=="Andy Shulman") return "<graphic file=AndySig2.pdf>"; The rule has an entry for each of our account executives. Right now on MarcomCentral, users have to select their names from a text-drop down field to populate the signature. Is it possible to use a profile attribute to do this, so it populates based upon the user account? We use image profile attributes for other clients, but the field in the FusionPro template is an image field. Please help.
  8. Dan, I wanted to know if javascript would be different in FusionPro in this situation. Is that the case or will MarcomCentral know the answer and be able to help me?
  9. I have a template that uses graphics as text to move the graphic based upon text. At the time it was built, I came out for help and was lucky to find it. I created a rule that looks like this if (Field("AE Name")=="Andy Shulman") return "<graphic file=AndySig2.pdf>"; The rule has an entry for each of our account executives. Right now, users have to select their names from a text-drop down field to populate the signature. Is it possible to use a profile attribute to do this, so it populates based upon the user account? We do this for other clients, but it is an image field in the template and an image profile attribute. Please help.
  10. Is there a way to hide the Use a New Address option on the Shipping & Billing screens?
  11. Thanks so much for the quick response!
  12. I have a customer that has requested I hide the available quantity for pick items from the site. I have Show Pricing disabled for the groups. (I found a 2008 thread that said this would hide quantity). I also checked Product setup, Settings, Options and can't find a place to turn it off. Is this available?
  13. Please help. I'm trying to write a rule that does the following: Add Mobile tag if Mobile Number populated Add Office tag if Office Number is populated Add a seperator (2 spaces + | + 2 spaces if both numbers are populated I started with rules for the tags and a rule to add the separator if both numbers are populated. When I did this, it was only adding 1 space. Rule 1 if (Rule("RuleFormatMobile") == "") return ""; else return 'M: '; Rule 2 if (Rule("RuleFormatOffice") == "") return ""; else return 'O: '; Rule 3 if (Rule("RuleFormatMobile") == "") return ""; else if (Rule("RuleFormatOffice") == "") return ""; return ' | '; Alex suggested the following yesterday: if (Rule("RuleFormatMobile") && Rule("RuleFormatOffice") !=”” ) //if both these fields are not empty… return “ ”+ “ ” + “ | “ + Rule("RuleFormatMobile") + “ ”+ “ ” + Rule("RuleFormatOffice"); I couldn't figure out how to make this work and do what I need it to do. Can someone help?
  14. Thanks so much. That worked once I could figure out what the text wrapping button was.
  15. Please help. I just ran into a new situation and do not know how to resolve. I'm creating a business card that has a foil stamp in the top left corner, then copy around it. The text box in In Design is shaped to the copy (not a square or rectangle). When I take it into FusionPro, the text block is a rectangle that flows on top of the foil. Is there a way to make the shape of the text box in FusionPro match In Design, so this does not happen?
  16. Thanks for the response. A co-worker showed me how to see my posts, so I won't bother people with the same issue multiple times.
  17. We have a client whose brand standards use TheSansBold-Plain, TheSans-Caps, The Sans-Plain and TheSans-Italic. They have to use TheSans-Caps for all numbers because the baseline shifts for numbers in all other versions of the font. I am working on their business card which has the following lines: Address 1 Address 2 Address 3 City State Zip Code Phone Fax Mobile Is there a rule that will look for numbers throughout the document and automatically change the font? Please help.
  18. It really makes no sense that the platform would show & allow someone to order a product that they do not have access to. Also, it would be nice if the Featured Product display order still worked. Unfortunately, it was broken with one of the site updates. You can order them in Feature section of the catalog editor all day, but the system ignores this now. It orders them by the system assigned Product ID and ignores the order in the catalog editor.
  19. I just posted this under Manager Specific, then realized there was a main MarcomCentral forum. I'm posting here for more people to see it. We have stores that use different user groups to restrict access to products that can be ordered. They also want to use the Featured Products functionality. MarcomCentral is now allowing users with no access to these products to order these products. Have any of you run into this? Do you have a work-around? We also used to be able to order the products in the Featured Products section, so they displayed on the page in the order the client wanted them. Now, we can no longer do this. The system displays them by its own assigned product id which makes no sense that we have lost this control.
  20. We have stores that use different user groups to restrict access to products that can be ordered. They also want to use the Featured Products functionality. MarcomCentral is now allowing users with no access to these products to order these products. Have any of you run into this? Do you have a work-around? We also used to be able to order the products in the Featured Products section, so they displayed on the page in the order the client wanted them. Now, we can no longer do this. The system displays them by its own assigned product id which makes no sense that we have lost this control.
  21. Thanks so much! I tried all 3 options and it still couldn't find the graphic when composed. So, I deleted all of my graphic resources, renamed them w/o the space, then used the last 1 line rule. It works! And, is so much simpler. I noticed when I composed that the signature is pretty big. When I use a graphic box, I obviously set the box dimensions and fit to the area. Can I do something similar this way? Like tell it to resize when it places it? Or should I just resize all of the resources? Thanks again for all of your help!
  22. I created my rule and added it to my letter, but it isn't inserting the signature. When I created the rule, it validated successfully in the rule window. I also selected return as tagged text like it was in the cellphone tutorial. if (Field("AE Name")=="Andy Shulman") return "<graphic file=Andy Sig.pdf>"; else if (Field("AE Name")=="Ashley Smith") return "<graphic file="Ashley Sig.pdf>"; else if (Field("AE Name")=="Ben Wynett") return "<graphic file=Ben Sig.pdf>"; else if (Field("AE Name")=="Candice Wall") return "<graphic file=Candice Sig.pdf>"; else if (Field("AE Name")=="Fred Greer") return "<graphic file=Fred Sig.pdf>"; else if (Field("AE Name")=="Keith Tinsley") return "<graphic file=Keith Sig.pdf>"; else if (Field("AE Name")=="Laura Donnes") return "<graphic file=Laura Sig.pdf>"; else if (Field("AE Name")=="Linda Bishop") return "<graphic file=Linda Sig.pdf>"; else if (Field("AE Name")=="Mary Barton") return "<graphic file=Mary Sig.pdf>"; else if (Field("AE Name")=="Stan Evans") return "<graphic file=Stan Sig.pdf>"; else if (Field("AE Name")=="Steve McCart") return "<graphic file=Steve Sig.pdf>"; else if (Field("AE Name")=="Thomas Gable") return "<graphic file=Thomas Sig.pdf>"; Any thoughts?
×
×
  • Create New...