Search results

  1. C

    Export to excel missing items, but a larger total?

    Thanks for the reply. I have actually identified all of them, but there's no correlation that I can see. If it were the last in a list, there'd be way more than 10 missing. In any case, I had no idea there was a new release of BCM. Is there updating functionality through windows update? or...
  2. C

    Export to excel missing items, but a larger total?

    So there are 10 accounts that are not exported when exporting a report to excel. Still can't find any rhyme or reason to it = /
  3. C

    Export to excel missing items, but a larger total?

    When we're exporting 4000+ accounts from BCM to excel, it's hard to tell how much is missing. But it is definitely skipping some things and/or adding others, and I can't pin down why. The process I've been going through: Reports > Quick Account List Filter > Uncheck "Inactive" Click...
  4. C

    Changing Domain -- Assigned To User field Migration?

    Well we were unable to find any way to get the Assigned to User field migrated over. Pretty sad. Luckily, I had a laptop available that was still a member of the old domain, so I installed SQL and was able to write a query to get the Assigned to User assignments out. We printed out lists of...
  5. C

    Changing Domain -- Assigned To User field Migration?

    We had our primary Domain Controller die over the weekend. We set up a new one, and migrated everything over. However, the biggest problem we've faced is that the user assignments in BCM have been wiped because the old Domain Controller is no longer available. Is there a way to explort/import...
  6. C

    Outlook Crashing on Specific BCM Lead File

    In order to delete it I had to run the following script: UPDATE dbo.ContactMaintable SET IsDeletedLocally=1 WHERE FullName='Name of Corrupted Contact'; Once it was in the Deleted Items, I was able to permanently delete it. I'll post back when we recreate it and if any other fallout occurs.
  7. C

    Outlook Crashing on Specific BCM Lead File

    So basically, regardless of profile or computer, a specific BCM Lead file will crash outlook if clicked. Here's the Event details: This is the first time in about 6 years of use that anything like this has ever happened, and I'm a little worried it's a sign of bad things to come. Hopefully...
  8. C

    Safeguards against accidental deletion / making inactive.

    Does anyone know of a way to prevent the accidental deletion of accounts? What about a way to prevent the accidental clicking of the Inactive Tag? I've looked around and can't find anything. If there's nothing that can be done to safeguard these functions, what have y'all done to catch them...
  9. C

    Reports always ask 'Would you like to save your changes?'

    Every time we open a report, whether it's a Quick Account List or a custom report, we get a pop-up asking "Would you like to save your changes?" Does anyone know why it's asking this when opening any report?
  10. C

    Project Management and Communication History

    Is there a way to prevent tasks corresponding to a Project being automatically added to the communication history of an account? We'd really like to use the built-in Project Management, but not at the expense of the Communication History. Currently, if anyone completes a task on a project...
  11. C

    Second and Third email fields?

    Thank you for this post. It definitely got me headed in the right direction! I went a route that I believe is easier for my situation, because I won't need to be doing this all the time. Thankfully, the Table names used for BCM are pretty self explanatory, but I did get hung up because there...
  12. C

    Second and Third email fields?

    Are these accessible in any way through the reporting function? or do I need to know SQL to get all these email addresses out of here...?
  13. C

    Is there a way to prompt a user before deleting an item?

    Don't be sorry Diane! Thanks for your quick reply. It's Microsoft who should be sorry =P
  14. C

    Is there a way to prompt a user before deleting an item?

    Currently if the Del key is pressed while an account is selected, it goes right to the Deleted Items folder without prompting the user if that's their intended action. Is there a way to change this? Thanks!
  15. C

    Is it possible: List of URL fields

    Hi all I'm curious if anyone has found a way to have a list of URL fields. The only option i can see is to have a list of Text fields. Perhaps someone's found a way to have a URL field populate differently based on which field in a list was chosen? This is likely going beyond the scope of...
  16. C

    Update Permission Denied

    Now that really weird! Did you detach/re-attach or move your database to a new sql instance? I also did a restore of my database over the one i re-attached so that it would load the user assignments i had set up within BCM (ie.. account Assigned To: domain\user). As these were the only...
  17. C

    Update Permission Denied

    Alright, finally figured it out! I have NO idea HOW this happened... but i had to browse to: My_Database > Tables > dbo.ContactMainTable Under the properties for this table, there was an explicit permission defined for db_SharedUsers, denying UPDATE and INSERT...
  18. C

    Update Permission Denied

    for the record, here's a couple related posts on MSFT forums, but the users there don't detail out how they fixed it :( BCM permission denied! - Microsoft Community Error adding new contact in Business Contact manager 2010
  19. C

    Update Permission Denied

    Hi all, I recently had to reinstall my SQL Server instance for BCM, re-attach my database and then re-share it using the database tool. Everything looked like it worked just fine until users started reporting that they are unable to create new records. The actual error message they...
  20. C

    My BCM Database is no longer available to be shared with the Database Tool

    Okay--so i should have tried your suggestion first. I got it sorted, but unfortunately I didn't do it methodologically enough so i don't know exactly what fixed it. I uninstalled the BCM Database Tool as well as our entire BCM server instance in SQL Server 2005 Express. Re-installed the...
Back
Top