• Udaya Bhaskar
  • NEWBIE
  • 0 Points
  • Member since 2007

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 36
    Questions
  • 26
    Replies
Hi All,
 
We have a requirement where i need to generate a report showing the details of all the opportunities,activities,contacts,contracts linked to an account in one page. in sfdc, i noticed that at one time, i can generate report on two objects. request you to please provide us on some pointers on this. This is one of the critical client req..
is there a way to design our own reports in sfdc..
 
Thanks in advance.
 
Regards,
Udaya
    Hi All,

We are facing a strange issue with Territory assignment rules.

 we have set up territory assignment rules based onthe fields Marketing Domain and sales office which are available on Account object. the rules are working fine when i create a account directly in sfdc  and edit & save the account on salesforce page.

When i create an account through dataloader, the rules are not working. the same is case when i update the account through dataloader.

pls let us know what is missing and what corrective action

Thanks in advance.

Regards,
Udaya
    Hi All,

I have a requirement where i need  to report all the cases that are closed directly on first call. For this i am using the field, closed when created to capture the needed information. But unfortunately,this field is not getting populated with the value. On our analysis, we have found that this is because of overriding close button. we have overridden the close button to include business rules. is there any way how i can capture whether a case is closed by save& close button or by close button.

Pls reply me.

Thanks,
Udaya
    Hi All,

I have a requirement where i should not allow to close case page on clicking save& close button on case page,if case type is Claim. Please let me know how to develop this validation. I tried writing validation rule and is not working.

Please reply to this soon as this is critical business req.

Regards,
Udaya
Hi All,

I am working on a requirement where i need to automate faxes received to cases in sfdc. Can some one give us links or docs that will help us to proceed on this requirement.

Thanks in advance.

Regards,
Udaya
Hi All,

We are working on a requirement, where once an attachment linked to an object should not be editable,deletable.Even the owner of the record should have view access. Cant we achieve this requirement in salesforce. Any pointers on this will be really helpful.

Thanks,
Udaya
Hi All,
 
I have written a java program that uses the method mentioned in the apex api guide to create accounts and contacts. I am using the login method and create method to create accounts and contacts in my developer edition. is this process secure to transfer records from my system to sfdc? i haven't done any thing on my system for ensuring the security..i am assuming the data transfer that is happening uses SSL Protocol by default. I am confident that this data cannot be tampered by third person..please advice me more on this like ..if there is any threat using normal method of account creation pls advice me on  various methods of  ensuring security ...and what extra code should i write for ensuring security..
 
Thanks in advance.
Regards,
Udaya
Hi All,
 
I have created a button and on click of this i am trying to save a .txt file in to my local machine. PFB the code. But when i execute this, i am getting the following error.
Error: Number:-2146827859 Description:Automation server can't create object
 
Any solution on this will b really helpful.
 
Thanks,
Udaya
 
Code:
<html> 

<head> 

<script src="/soap/ajax/9.0/connection.js" 

type="text/javascript"></script> 

<script> 
function WriteToFile() { 
try { 
var fso, s; 
fso = new ActiveXObject("Scripting.FileSystemObject"); 
s = fso.CreateFolder("C:\\test.txt", true); 
s.writeline("This is a test"); 
s.Close(); 
} 
catch(err){ 
var strErr = 'Error:'; 
strErr += '\nNumber:' + err.number; 
strErr += '\nDescription:' + err.description; 
document.write(strErr); 
} 
} 
</script> 
</head> 

<body onload="WriteToFile()"> 

<div id="output"> </div> 

</body>

 
Hi All,
 
Currently we have a requirement where i need to automate the process of Data migration. For example whenever a spreadsheet is saved in a particular folder, then a script should run that executed the apex data loader. Any pointers on this will be really helpful.
 
Thanks in advance.
 
Thanks,
Udaya
Hi All,
 
we have a requirement in which we are creating contract using API methods create. we are facing issue
in setting Date. I need to populate the date in this format with time stamp also..20070914T-0102. i need to move this value in to Start Date of contract. please help me how to do this..
 
Thanks.
UDAYA
 
Hi All,
 
Can some one help us how to go ahead for transferring data from SFDC to Oracle in batch mode.
Any pointers on this will be really helpful for us.
 
Thanks,
Udaya