• Sudhanwa
  • NEWBIE
  • 25 Points
  • Member since 2008

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 23
    Questions
  • 12
    Replies

Hi all,

 

I have a requirement which needs hourly email notification after a case has been unassigned for 24 hours. What is the best way to do it? I had apex scheduled jobs in my mind but then came across Entitlements and Milestones. Tried to know about it but got more uncertain about if it will help my requirement. Do you have any inputs?

 

-Sudhanwa

Hi all,

 

I have a requirement where in I should identify if a user is from United States region. There is a download button which should allow only users from US to download files. Is this achievable through Apex? Or, should it be done via javascript? Can you please tell me how?

 

Thanks in anticipation.

 

-Sudhanwa.

Hi,

 

In Set Up->Admin Set up->Manage Users->Login History we have an option of downloading to excel the history of all users' logins in the past 6 months. However, as only 65,535 rows can be present in an excel, I am unable to get all the users. More than one login for the same user cause so many rows. Is there any way where this excel-ing can be done for unique usernames?

 

Thanks,

Sudhanwa

 Hi,

 

I have this really complex requirement here.

Users upload a HTML file into Salesforce. The HTML file contains a table with two columns the first column being the field and the second being its value. There are some fields in the table (in random order in the table in different files) who are under consideration. What I need to do is, I should parse the HTML file, look for the <td>s which have the fields I require, move to the immidiate next <td> and store those value in a map against their field names.

 

Can you guys give me some idea on how to go about it?

 

p.s. I dont even know how to begin!

 

Thanks,

Sudhanwa.

There is a problem in my search function. When I enter more than a single white space between two words in the key word, it does not retrieve the record.

 

For example, I have this account called 'Pink Floyd'. When I try to search through my search function by entering the key words as 'Pink    Floyd', it does not match. Any work around for trimming the white spaces?

 

Thanks,

Sudhanwa.

Hi,

 

I want to notify a certain public group whenever someone adds a comment to the case. I have a workflow rule in place which sends out a mail whenever the case is edited. In my mail template I want to display the comments also. Is this possible? If so, how?

 

Thanks,

Sudhanwa.

Hi,

 

I 'm unable to find how to assign a new case to a group of users/contacts i.e. Predefined Case Teams. Kindly help.

 

Thanks in advance,

 

Sudhanwa.

I look through the documentation and didn't see a system method that converts a date time field to a date. There is one for formula fields but is there one for Apex?

Sorry if I missed it.


Message Edited by TehNrd on 11-06-2007 01:47 PM