• EIE50
  • SMARTIE
  • 880 Points
  • Member since 2009

  • Chatter
    Feed
  • 30
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 86
    Questions
  • 367
    Replies

Hi,

 

for each report, is it possible to get a count of how many times it was ran for this year? 

 

What i have got so far,

 

Created a matrix report on reports with report name in the y-axis and last run in the x-axis. Everything's cool, but i am not satisfied with the numbers thats being displayed. Almost all the reports are ran either 1 or 2 times for the whole year which is absolutely wrong. 

 

Few reports that are associated to dashbaords dont even show up in the list. Can anyone tell me if there is a way to get the count of how many times each report was ran and why the reports associated to dashboards dont show up in the list.

 

FYI, i just made sure i clicked on "Run Report" button few dozen times for a report that was on the list. Then i re-ran the report and the last ran count still shows 1 only, why?

 

Thanks.

Hi,

 

I am dealing with dynamic dashboards and i have to setup filters for date values. I am trying with TODAY, THIS WEEK etc.,. just like how we choose the range with reports. Can anyone please tell me what are the list of text values that i can use in the date fields. (eg, today, this week, this month, last week, last month, etc,.,)

 

I would really appreciate your help. I just couldnt figure out the right dcoument if there is one for the same. 

 

Thanks.

 

 

 

We have some developement work done in another DE org. We want to bring those the new custom objects in to our main DE org.

 

The custom objects are master child objects and they also have several rollup summary fields.

 

I would like to know how we can bring these Custom Objects from one DE org to another DE org which are not connected together.

 

Thanks

Anyone know if it is possible to remove the Reset Password button from the customer portal user profile page without having to use VF and script?

 

Thanks!

Hi,

 

I have a question about the filter for dynamic dashboards. Does typing in TODAY/ THIS WEEK / THIS MONTH work for a created date field in filter criteria for the dashboard itself (not the report filter). I do not want to choose the date from the calendar view and i dont see anything for today or this week kind of stuff like how reports have it. Can anyone please let me know. 

 

Thanks.

Hello,

 

I am going through the tutorial for creating Summary report (I already created the Tabular Report). Here the steps at DeveloperForce:

 

1. Click the Reports tab.

2. Click New Report.

3. Select Other Reports, then Invoice Statements with Line Items and Merchandise.

4. Click Create.

 

At step 3, it says "Select Other Reports, then Invoice Statements with Line Items and Merchandise.". When I select "Other Reports" I do NOT see the option "Invoice Statements with Line Items and Merchandise". The only option I see is "Merchandise". What did I do wrong? How can I see "Invoice Statements with Line Items and Merchandise" under the "Other Reports" option??

 

Please advise.

 

Thanks

Hi,

 

We are building an integration between an external system to salesforce. For this we have build a web service to do the required functionality, and the external system is accessing the enterprise wsdl and the web service wsdl. Whenever a login request is sent to salesforce, upon succesful login a session id is generated and is maintained till the required action is performed in salesforce. How can i end this session from the external system? Is there any api call or anything to do this in salesforce?

 

Thanks.

Hi,

 

I am trying to insert a custom button to the below standard page layout. I dont know where should i do this? Can any one please point me in the right direction.

 

 

Thanks.

Hi,

 

I've a baisc question on Integration and web services part.

 

1) We are integrating oracle with salesforce through web services. what i would like to know is,

      - If i provide the enterprise WSDL to oracle, can it login to salesforce (yes, i know this part) and create an account, contact and a case? ( should some one write the logic in oracle side to do this?)

      - Do i need to write a web service in Salesforce to create an account, contact and case, then send a response back to oracle? I thought i should write a web serivce, but some salesforce consulting expert told me that these actions are possible if i give the oracle team just the standard enterprise WSDL rather me writing a web service to do these actions.

 

Please confirm.

 

Thanks.

 

 

Because our customer portal needed a lot of style modifications, I decided to go via the Sites route, creating all pages using visualforce and associating the portal with the site.

 

My login page as of now is:

https://customer-portal.devsb1.cs11.force.com/SiteLogin

 

No browser likes the https. All warn me that this is an attack site.

 

For example IE gives the

"There is a problem with this website's security certificate.

The security certificate presented by this website was issued for a different website's address."
Chrome also mentions a similar error and also puts a red crossmark over the https: part of the URL.
Using just http does not show an error in the login page but the rest of the pages still have the red cross over the https.

http://customer-portal.devsb1.cs11.force.com/SiteLogin

 

What am I missing here? Currently this portal and the site are being built in our sandbox environment.

What must I do to ensure there are no such errors with browsers and still retain the secure https:// URLs.

 

Thanks,
Calvin

Hi all,

 

How many users you can create in Unlimited Edition?

 

Please help me....

 

Thanks for u r help.....

Hi Friends ,

 

How do we add content on the customer portal.I have good amount of text which I want to display on the customer portal

 

Any ideas?

 

Thanks,

Trick

How to hide Home tab ?

How to chnage color of the standard tabs ?

How to side for particular objects (ideas) ?

How to create libraries under Libreies ?

Please answer me if posible 

Hi,

 

I am a developer new to the force environment. I am working on putting together a customer portal for my organization.

 

I followed online tutorials and got one set up. However, the look and feel of this portal is different and seems older than our actual Salesforce tenant look and feel.

The configurable look and feel is limited to changing fonts and colors. There is no simple way to change the styling and make it look like our salesforce tenant or even our website.

 

I read that sites.com can be used to make sites rich in styling and graphics and use them in the customer portal.

 

My question is how can this be acomplished? all the way from a custom login page to the portal itself where the portal style, look and feel is similar to our website.

It seems like somehow I need to override the default stylesheet of the portal and override it with the Sites.com pages.

 

So this is actually about how to accomplish retaining customer portal functionality with a better and modern looking GUI using sites.com

 

Can somebody please point me in the right direction as to how I can get a start with this. Thanks in advance.

Hello All,

 

 I tried connecting to SalesForce sandbox URL from visual studio through API and i got the follownig error. "INVALID_LOGIN: Invalid username, password, security token; or user locked out."

 

Logged into the sandbox url and downloaded the "enterprise.wsdl.xml"

Added the webreference for the above .wsdl file. and used the following code to login.

 

              

LoginResult lr;
                SforceService binding = new SforceService();
                binding.Timeout = 60000;

                //binding.Url = "https://test.salesforce.com/services/Soap/c/24.0/0DFC00000004hw6";
                lr = binding.login("<username>", "<password>"" + "<Securitytoken>");

 

 

I checked the .wsdl file and it is referring to the "https://test.salesforce.com/services/Soap/c/24.0/0DFC00000004hw6" address.

 

With the credentials provided for login method i am able to login to the SalesForce sandbox URL.

Trying to get this thing working for 1 week.

 

But i have another developer account, after downloading enterprise wsdl from that account i was able to sucessfully login and fetch data from salesforce.I used the same approach . Not able to find out the difference.

 

This sandbox account was given to me by my client, i got the security token also from them.

  • Does this involve any security setting to allow API access from different regions?
  • i saw an article which says "You'll need to login with the .test version of the username, or change the username to not have the .test in it." What does this mean? Reference

Can anyone guide me in getting this done? Thanks in advance.

 

Sriram.

 

 

Can we remove,

1) Popular Tag

2) Recent Activity

3) To Contributor

4) Top Content

sections from Library tab? Do we have any access setting for these section in salesforce?

I want only My Library section in Shared Content tab of Library to be displayed.

 

 

Thanks,

Sunil

I am trying to get my company to switch from Unlimited to Enterprise Edition. They are thinking of moving off of Salesforce altogether and I'm hoping if I can get the costs lower they will change their mind. Has anyone done this type of downgrade? Is it hard and are there complications or is it just as simple as flipping a switch?