-
ChatterFeed
-
0Best Answers
-
0Likes Received
-
0Likes Given
-
14Questions
-
30Replies
Confused about the deployment processes of VisualForce Pages
Hello everyone.
I am a Salesforce Professional user and have some questions about the actual method for deploying VisualForce pages..
mainly..how!?
I've been reading through the development guide for the VisualForce pages and have some basic things to test out, but can only actually see the page when logged into my account.
What I am trying to do, is deploy this page to the customer self service portal.
I've searched the boards and have tried a few things, like trying to create a tab for the portal but don't seem to have the option of creating tabs for VisualForce pages or the customer service portal....
So what is going on with Salesforce Pro? Am I limited to using these pages from an internal account only?
- Erich.Weihrauch
- December 17, 2009
- Like
- 0
- Continue reading or reply
Email2Case download is broken?
- Erich.Weihrauch
- November 05, 2009
- Like
- 0
- Continue reading or reply
Displaying/Hiding a Text Box if A Checkbox is Enabled/Disabled
Hello everyone.
I am not quite sure how to attack this and how...
But basically, I am using three custom fields on our accounts pages, for use via the customer support portal, so that if a check box is enabled, two text boxes will be displayed.
Basically I want to be able to go into an account and say, hey does this customer have downloads access to our product? If yes, display the two text boxes containing their username and password, if not don't display them.
What's the best way to go about it?
Further to that, is it possible to script in PHP or some sort of SQL access code so that if its checked/unchecked it can hit a database and change a field value in a table?
I am a Salesforce Professional user, so I'm not sure what all I have access to anymore.
- Erich.Weihrauch
- October 30, 2009
- Like
- 0
- Continue reading or reply
Need help debugging some javascript code...
{!REQUIRESCRIPT("/soap/ajax/8.0/connection.js")} var c = new sforce.SObject("Case"); c.JIRA = "{!Case.JIRA_Case__c}"; c,JIRA = (c.JIRA).replace(' ',''); var mySplit = c.JIRA.split(","); for(i = 0; i < mySplit.length; i++) { window.open('http://sever:8080/browse/'+mySplit[i]); }
Right now, it works such that for multiple entries, you'd enter in SW-001,RMA-001 (no spaces, and seperated only by a comma).
I've been trying to parse it at least one additional way for now, which is to have it such that I can remove white spaces so that I can do SW-001, RMA-001 , but so far I've been unable to do so.
Can someone help me figure out what I'm doing wrong there?
- Erich.Weihrauch
- November 21, 2008
- Like
- 0
- Continue reading or reply
Change all public comments to internal?
- Erich.Weihrauch
- July 30, 2008
- Like
- 0
- Continue reading or reply
Any way to automatically BCC a particular user based off a case's account name?
Message Edited by Erich.Weihrauch on 05-27-2008 11:55 AM
- Erich.Weihrauch
- May 27, 2008
- Like
- 0
- Continue reading or reply
Javascript looping through text in a case field
{!REQUIRESCRIPT("/soap/ajax/8.0/connection.js")} var c = new sforce.SObject("Case"); c.JIRA = "Case.JIRA_Case__c"; var mySplit = c.JIRA.split(","); for(i = 0; i < mySplit.length; i++) { window.open('http://server:8080/browse/'.c.JIRA); }
Message Edited by Erich.Weihrauch on 04-16-2008 12:43 PM
- Erich.Weihrauch
- April 16, 2008
- Like
- 0
- Continue reading or reply
New Case Creates New Folder On Server?
- Erich.Weihrauch
- April 04, 2008
- Like
- 0
- Continue reading or reply
Hiding a case section or specific fields?
I'm a Salesforce Professional user, and was curious if there is a way to specfically hide either an entire case section in a layout, e.g. RMA information, or specific fields, making the appearance conditional on a specific case type, e.g. RMA Request?
I've scoured the documentation and the forums here but haven't seen anything that would give me a clear cut yes, or no.
Thanks!
- Erich.Weihrauch
- February 20, 2008
- Like
- 0
- Continue reading or reply
Need an S Control to send a prescribed email to a presrcibed user
Looking for someone who might be able to whip up a custom S-control...
The control would need to mimic a button and would need to be available on a case's general details view.
When clicked, it would need to send a presribed email template to a prescribed user.
I want this to be automated to speed the process up.
Thanks!
- Erich.Weihrauch
- February 14, 2008
- Like
- 0
- Continue reading or reply
Using an S-Control to send a prescribed email to a prescribed user?
Thanks!
- Erich.Weihrauch
- February 14, 2008
- Like
- 0
- Continue reading or reply
How to enable/show or disable/hide a field when a case type does not match a value...
- Erich.Weihrauch
- August 03, 2007
- Like
- 0
- Continue reading or reply
Can I set a default template to use for sending an email from within a case?
- Erich.Weihrauch
- August 01, 2007
- Like
- 0
- Continue reading or reply
Question about Email 2 Case Agent, and auto notification..
- Erich.Weihrauch
- July 31, 2007
- Like
- 0
- Continue reading or reply
Confused about the deployment processes of VisualForce Pages
Hello everyone.
I am a Salesforce Professional user and have some questions about the actual method for deploying VisualForce pages..
mainly..how!?
I've been reading through the development guide for the VisualForce pages and have some basic things to test out, but can only actually see the page when logged into my account.
What I am trying to do, is deploy this page to the customer self service portal.
I've searched the boards and have tried a few things, like trying to create a tab for the portal but don't seem to have the option of creating tabs for VisualForce pages or the customer service portal....
So what is going on with Salesforce Pro? Am I limited to using these pages from an internal account only?
- Erich.Weihrauch
- December 17, 2009
- Like
- 0
- Continue reading or reply
Displaying/Hiding a Text Box if A Checkbox is Enabled/Disabled
Hello everyone.
I am not quite sure how to attack this and how...
But basically, I am using three custom fields on our accounts pages, for use via the customer support portal, so that if a check box is enabled, two text boxes will be displayed.
Basically I want to be able to go into an account and say, hey does this customer have downloads access to our product? If yes, display the two text boxes containing their username and password, if not don't display them.
What's the best way to go about it?
Further to that, is it possible to script in PHP or some sort of SQL access code so that if its checked/unchecked it can hit a database and change a field value in a table?
I am a Salesforce Professional user, so I'm not sure what all I have access to anymore.
- Erich.Weihrauch
- October 30, 2009
- Like
- 0
- Continue reading or reply
Need help debugging some javascript code...
{!REQUIRESCRIPT("/soap/ajax/8.0/connection.js")} var c = new sforce.SObject("Case"); c.JIRA = "{!Case.JIRA_Case__c}"; c,JIRA = (c.JIRA).replace(' ',''); var mySplit = c.JIRA.split(","); for(i = 0; i < mySplit.length; i++) { window.open('http://sever:8080/browse/'+mySplit[i]); }
Right now, it works such that for multiple entries, you'd enter in SW-001,RMA-001 (no spaces, and seperated only by a comma).
I've been trying to parse it at least one additional way for now, which is to have it such that I can remove white spaces so that I can do SW-001, RMA-001 , but so far I've been unable to do so.
Can someone help me figure out what I'm doing wrong there?
- Erich.Weihrauch
- November 21, 2008
- Like
- 0
- Continue reading or reply
Change all public comments to internal?
- Erich.Weihrauch
- July 30, 2008
- Like
- 0
- Continue reading or reply
Javascript looping through text in a case field
{!REQUIRESCRIPT("/soap/ajax/8.0/connection.js")} var c = new sforce.SObject("Case"); c.JIRA = "Case.JIRA_Case__c"; var mySplit = c.JIRA.split(","); for(i = 0; i < mySplit.length; i++) { window.open('http://server:8080/browse/'.c.JIRA); }
Message Edited by Erich.Weihrauch on 04-16-2008 12:43 PM
- Erich.Weihrauch
- April 16, 2008
- Like
- 0
- Continue reading or reply
New Case Creates New Folder On Server?
- Erich.Weihrauch
- April 04, 2008
- Like
- 0
- Continue reading or reply
Hiding a case section or specific fields?
I'm a Salesforce Professional user, and was curious if there is a way to specfically hide either an entire case section in a layout, e.g. RMA information, or specific fields, making the appearance conditional on a specific case type, e.g. RMA Request?
I've scoured the documentation and the forums here but haven't seen anything that would give me a clear cut yes, or no.
Thanks!
- Erich.Weihrauch
- February 20, 2008
- Like
- 0
- Continue reading or reply
Need an S Control to send a prescribed email to a presrcibed user
Looking for someone who might be able to whip up a custom S-control...
The control would need to mimic a button and would need to be available on a case's general details view.
When clicked, it would need to send a presribed email template to a prescribed user.
I want this to be automated to speed the process up.
Thanks!
- Erich.Weihrauch
- February 14, 2008
- Like
- 0
- Continue reading or reply