• padma_2700
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 4
    Replies

Hi Everyone ,

Our org have Live agent license and could be able to launch Agent Console from Live Agent Tab.

My problem is I am unable to login to neither Operator Console nor AccountDashboard instead of being administrator using following links.

https://dashboard.liveagentforsalesforce.com/login                       (Account Dashboard)

https://depot.liveagentforsalesforce.com/app/operator.php            (Operator Console)

 

I have tried with forgot password ,instead of giving proper email address, its showing error "Please enter valid email address"

 

 

Please  help me out how to login into Account Dashboard.


Waiting eagerly for reply.

Thanks in advance.

Hi Everyone ,

Our org have Live agent license and could be able to launch Agent Console from Live Agent Tab.

My problem is I am unable to login to neither Operator Console nor AccountDashboard instead of being administrator using following links.

https://dashboard.liveagentforsalesforce.com/login                       (Account Dashboard)

https://depot.liveagentforsalesforce.com/app/operator.php            (Operator Console)

Please  help me out how to login into Account Dashboard.


Waiting eagerly for reply.

Thanks in advance.

Hi Everyone ,

Our org have Live agent license and could be able to launch Agent Console from Live Agent Tab.

My problem is I am unable to login to neither Operator Console nor AccountDashboard instead of being administrator using following links.

https://dashboard.liveagentforsalesforce.com/login                       (Account Dashboard)

https://depot.liveagentforsalesforce.com/app/operator.php            (Operator Console)

 

I have tried with forgot password ,instead of giving proper email address, its showing error "Please enter valid email address"

 

 

Please  help me out how to login into Account Dashboard.


Waiting eagerly for reply.

Thanks in advance.

I'm wondering is it possible to create Excel or CSV file in apex code (as attachment) is it possible ? currently i only see it works with VF page, but i'm looking to do it in apex code not using vf page, I don't see any options.

 

Any help is appreciated.

 

Thanks

Ram

 

  • December 29, 2011
  • Like
  • 0

Hi Everyone,

Can anyone point me to the difference between Batch Apex and Apex Scheduler at the usage level? I see difference at the programming level; however, still not sure of when to use one over the other.

 

Thank you all in advance,


Does anyone know why the following query line:

List<Contact> contacts = new List<Contact> ([Select Id, Email from Contact where IsPersonAccount = false]);

Yields this error message:

Error: Invalid Data.
Review all error messages below to correct your data.
Apex trigger LeadAssignmentFromImagitas caused an unexpected exception, contact your administrator: LeadAssignmentFromImagitas: execution of BeforeInsert caused by: System.QueryException: Non-selective query against large object type (more than 100000 rows). Consider an indexed filter or contact salesforce.com about custom indexing. Even if a field is indexed a filter might still not be selective when: 1. The filter value includes null (for instance binding with a list that contains null) 2. Data skew exists whereby the number of matching rows is very large (for instance, filtering for a particular foreign key value that occurs many times): Trigger.LeadAssignmentFromImagitas: line 18, column 9

?

The query returns only 58 rows.

Any help is greatly appreciated.  Thank you.
  • February 19, 2008
  • Like
  • 0