Jump to content

epryser

Registered Users - Approved
  • Posts

    4
  • Joined

Converted

  • FusionPro Products
    No

epryser's Achievements

Rookie

Rookie (2/14)

  • First Post Rare
  • Week One Done
  • One Month Later
  • One Year In
  • Conversation Starter Rare

Recent Badges

10

Reputation

  1. This will be in MarcomCentral using the Admin tool.
  2. I have a request to do the following. Is there a way to accomplish this? • The user will fill in a name … then choose a title from a drop down list … then ‘text copy’ will automatically appear based on the chosen title. • Then, the user will need to edit the selected copy so that they can indicate such things as the name of their school, number of years etc. etc. which are also variable fields? Is there a way?
  3. Good morning! I have several rules that call for auto-population based on an XDF file. they are working just fine! However, the customer would also like to make a few of them customizeable, in case the auto-populated address, for example, is outdated. How do I handle that? Here is an example of one of the rules currently being used: ___________________________________________ Rule("OnJobStart"); var address= ""; for (i = 1; i < My_File.recordCount+1;i++) { if(Field("company10").indexOf(My_File.GetFieldValue(i,0)) > -1){ address = My_File.GetFieldValue(i, 3); break; } } return address;
×
×
  • Create New...