• Ivin
  • NEWBIE
  • 0 Points
  • Member since 2008

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 8
    Replies

Just installed the outlook sync tool.  When I try to sync marked records, contacts will not sync  and returns the error below for each contact.  

 

contactname Failed to Add Succesfully. HomePhone Invaild field index::homephone

 

using Outlook 2007

 

I tried adding a couple of home phone number to contact record to see if that would change indexing--still did not work.

 

Thanks in advance for the assistance...KS

I have created a workflow rule on an Account Object, which updates the Account Record type from Unsigned Group to Signed Group, when the Account status changes from Unsigned to Signed and if the Insurance type custom field is Group. However, the rule doesnt seem to be working?

Also, The Account status is workflow field update on its own. So when the Opportunity Stage changes to Closed Won, the Account status changes to Signed from Unsigned, and this is working fine. 

 

Is it because the first workflow relies on the second workflow rule to update its value?

  • January 26, 2009
  • Like
  • 0
This is a total noob question - thanks in advance for you help. :)

I'm working through a visualforce tutorial and ran into an error. The tutorial says:
Display the details of a particular record.
Use the apex:detail component to modify your code to display the record's detail view. This
standard view is delivered by the standard controller, which requires the record ID for an
existing record as part of the URL. Note that, when you are using the Page Editor, you get
content assist when you use Apex tags.
a) Click Save.
b) Locate an existing Mileage record (or, if you have not created any records, create a
new record now).
c) Copy the record ID from the Mileage record. The record ID is the 15-character string
following the Salesforce instance portion of the URL. For example, if the URL for
your Salesforce instance is https://na1.salesforce.com, the complete URL for the
display of a Mileage record could be https://na1.salesforce.com/a0070000009c3QQ
d) Add the record's ID into the URL for your Visualforce page, prefixed with ?id=.
For example, if the URL for your Visualforce page is
https://na1.salesforce.com/apex/MyMileagePage and the record ID is
a0070000009c3QQ, the completed URL would be
https://na1.salesforce.com/apex/MyMileagePage/?id=a0070000009c3QQ.
e) Press Enter.
When I paste ?id=[objectrecordID] to the end of my url I get the error:
The page name can only contain alphanumeric characters, must begin with a letter, and must be unique.
I'm totally stuck on this. Any help would be great.

Thanks again!


I am working on the Event example that comes with the Print Anything (V 8.1.11) AppExchange offering and can't get past the 1st query.  I seemed to have followed the customization instructions exactly and can't figure out what the hang up is.
 
I created the button, created a new package, added the queries, and created a new Event. When I execute the Print Invitation button the debug result 1 is:  retrieve single row - Event:Undefined. It seems as if it can't find the Event.
 
Any ideas on how to get past the 1st query?  Thanks!