• LTE
  • NEWBIE
  • 0 Points
  • Member since 2007

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Hello,
 
I created a package which contained 3 custom profiles and uploaded it to the Appexchange.  I then accessed the package and added it to my Developer acct, but the 3 custom profiles did not load.
 
The package shows it has 94 items, but only 91 were installed.  I haven't seen any other posts with this problem, so maybe there is a step that I am missing?
 
Thanks for the help,
 
LTE
  • October 25, 2007
  • Like
  • 0
My JavaScript skills are below par.  I have spent a full day trying to acheive something and cannot do it to save my life.
 
I am trying to do a manage duplicate contacts Scontrol which which allows users to lookup duplicate contacts and select them.  I can successfully link to the lookup popup screen passing in the id's and select the duplicate contact no problem (this is done by clicking the icon to call the popup, search the duplicate and select the appropriate one), Clicking save then updates the contacts duplicate contact field (all success). 

The problem I have got now is trying to replicate the functionality of the standard contact edit screen.

For example:
On the standard Contact edit screen: When you type in a non existant name (ie, asdffda) and click save, it errors saying no matches found.  When you type in something like 'group' (where many exist) and click save, it errors and changes the input type text box to a select box with the possible options to choose from.  How the look up on save works is totally beyond me.
 
On my manage duplicate contacts custom screen, it all works apart from checking the lookups when you click save.  When I click save, I basically want it to look up the name and return the same errors as the standard edit functionality does. Could anyone point me in right direction?  As my JavaScript/SalesForce programming skills are not very good, code examples would be fantastic!!!
 
Thank you for all your help.

Message Edited by Sean Dagger on 09-20-2007 07:05 AM