• pwill
  • NEWBIE
  • 0 Points
  • Member since 2006

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 11
    Questions
  • 7
    Replies
I've created an SControl for creating a new record in my custom object called "Program Enrollment".  The SControl overrides the standard "Save" button.  This SControl works fine when creating a new record, and canceling the new record creation. I would like the "Save & New" to behave as $Action.thelarchgroup__Enrollment__c.New , null ,
CF00N50000001T2Vj = thelarchgroup__ProgramEvent__c.Name
would imply, i.e. after saving, create a new Enrollment_c record with the same ProgramEvent_c.Name. But whatever I try, the "Save & New" button results in a complete failure.

The following is the code:
<script type = "text/javascript">

window.parent.location.href = "{!URLFOR( $Action.thelarchgroup__Enrollment__c.New , null ,
[ CF00N50000001T2Vj = thelarchgroup__ProgramEvent__c.Name ,
saveURL=URLFOR( $Action.thelarchgroup__ProgramEvent__c.View , thelarchgroup__ProgramEvent__c.Id ) ,
save_new_url = URLFOR( <!-- don't know what to put here --> ),
retURL=URLFOR( $Action.thelarchgroup__ProgramEvent__c.View, thelarchgroup__ProgramEvent__c.Id )
] , true)}";

What do I put where is says <!-- don't know what to put here --> ?

Thanks in advance.
  • November 03, 2007
  • Like
  • 0

Information Technology Business Analyst responsible for how internal business domain and user inputs are transformed into business process automation and enterprise software applications.

Unique Skills

  • Understand Business Users: Deep insights into how business users translate needs into software application features. Develop requirements documentation based on their articulated and unarticulated needs.
  • Application Experience: Translate how customers/users expect delivered application/tool perform for a hassle-free experience. Develop competitive advantage through execution.
  • Inspire Teams: Organize cross-functional teams to achieve highly effective project outcomes. Provide hands-on leadership in critical areas and lead by example.
  • Technology Roadmaps: Develop long-term technology plans with customers through trusted collaboration.

Technical Background

Salesforce.com; CRM; SFA; Use Cases; Domain Models; Java and J2EE; JSF; Enterprise Web Application Architecture; SOA; Struts and Spring Frameworks; Hibernate; XML; SQL RDBMS.

  • October 18, 2007
  • Like
  • 0
I am a freelance consultant located in the San Francisco Bay Area. Experience in customizing SFDC, custom objects, custom fields, custom applications.

Nonprofits and arts organizations highly encouraged.
  • October 09, 2007
  • Like
  • 0
I wonder whether the Console tab can be set to be the default (first to be displayed) when a user logs in.

If it can be set (globally), where and/or how?

Thx.
  • September 27, 2007
  • Like
  • 0
I have run a SOQL query to get all records and fields of my custom object called "Enrollment" (specifically thelarchgroup_Enrollment_c).  That query returns results list as expected.  One of those fields is thelarchgroup__Enrollment__c.Name.
 
Now, what I want to do is output a link on a page that can be clicked so that the user can edit the record. So I've done the following:
 
 
for (var i = 0; i < records.length; i++) {
var row = records[i];

output +=
 '{!LINKTO("Edit", $Action.thelarchgroup__Enrollment__c.Edit , $ObjectType.thelarchgroup__Enrollment__c , thelarchgroup__Enrollment__c.Name = "row.Name" , true)}'
 
However, when attempting to save the SControl, I get an error saying that thelarchgroup__Enrollment__c.Name = "row.Name" is an incorrect argument for LINKTO().  The Appexchange user guide seems to say that I can do this.  Please help.
  • July 23, 2007
  • Like
  • 0
On the "Campaign" detail page, there is a button labeled "Advanced Setup" that allows editing the list of "Member Status Values."  Unfortunately, this only works for the specific campaign.

What I want to do is edit the list globally.  I've spent a lot of time looking through Setup -> Customize and cannot find any way to do this. Is it hidden in some non-obvious place? Is it simply not possible (Salesforce generally does a good job allowing global picklist customization)? If I need to override the "Advanced Setup" button, how do I do so without having to write SControl code.
  • June 30, 2007
  • Like
  • 0
I am seeking to customize SForce for arts organizations. If you are an employee of an arts organization and would like to discuss futher, feel free to contact me directly at pat.willard@thelarchgroup.com

Cheers.
  • June 29, 2007
  • Like
  • 0
I am seeking to program Salesforce customizations for arts organizations. Contact me directly at pat.willard@thelarchgroup.com if interested in discussing futher.
  • June 29, 2007
  • Like
  • 0
I am trying to create a S-Control that renders a form. The style of the form should use the styling in all of the linked CSS used in other out-of-the-box Salesforce pages. To my surprise, however, I need to "dubplicate" the links in my S-Control code. Below is the code for my S-Control. Is there something that I need to changed to leverage the linked CSS so that I can avoid duplicating them here?

<html>
<head>
<link  href="/sCSS/9.0/1179873921000/Theme2/default/elements.css" media="handheld,print,projection,screen,tty,tv" rel="stylesheet" type="text/css" />
<link  href="/sCSS/9.0/1179873921000/Theme2/default/common.css" media="handheld,print,projection,screen,tty,tv" rel="stylesheet" type="text/css" />

<script src="/soap/ajax/8.0/connection.js"></script>
</head>
<body>
<div class="bPageTitle">
    <div class="ptBody secondaryPalette">
        
         <div class="content"><img src="/s.gif" alt="Fool Around" class="pageTitleIcon" title="Fool Around"><h1 class="pageType">Fool Around<span class="titleSeparatingColon">:</span></h1><h2 class="pageDescription"> Home</h2><div class="blank">&nbsp;</div></div>

    </div>
</div>
<table id="selectorTable">
<form id="foolaroundform">
<select>
<option>This</option>
<option>That</option>
<option>The other thing</option>
</select>
</form>
</table>
</body>
</html>
  • June 09, 2007
  • Like
  • 0
Has anyone attempted to integrate with Americart  (i.e. a custom app) to bring Americart payment confirmation into Salesforce (for example, Americart-to-Opportunity)?

I'm interested to know whether one is available generally, or how you did it.

Thanks.
  • May 05, 2007
  • Like
  • 0
Hi, I've just started to get into the AppExchange API. Initial instructions say that the WSDL must be downloaded and saved (presumably to be access by a project in my IDE).

Before doing anything so far, I've installed the new AppExchange Eclipse plug-in, which displays appexchange.schema when a new project is created.

So, is the WSDL still needed?

If it is, shouldn't it already exist in the plug-in and be created automagically when a new project is created?

Thanks much.

  • September 11, 2006
  • Like
  • 0
hello,
 
I have a problem with the overriding of a new button, and was hoping that somebody could help me. When the user clicks on the new button, two fields (Dossier which is a lookup field to the account to which the object is linked and Affaire which is a text field) must be filled in automaticaly. I have done that by using the following code:
 
window.parent.location.href="{!URLFOR($Action.Note_Private__c.New, null, [CF00N20000001IEwa = Note_Private__c.Account__c, Name = $User.Affaire__c, saveURL=URLFOR($Request.retURL, null,null,true), retURL=URLFOR($Request.retURL, null,null,true), cancelURL=URLFOR($Request.retURL, null,null,true) ], true)}";
 
Where CF00N20000001IEwa is the name of the field Dossier, and Name is the name of the field Affaire. The two fields are filled in when a user clicks on new, but the field Dossier is not filled with the right entry: Note_Private__c.Account__c returns a concatenation of the title, the first name, and the last name (ex: Mrs Marijke de Wit), but not the name of the account. My question is then, is there a way to use a variable in the URLFOR string? Something like ...CF00N20000001IEwa ="+Account+"... ? Or is there another way to fill in that field? I have access to the the Id of the account with Note_Private__c.AccountId__c, but if I put that in the URLFOR string, it will fill the field with the Id, but it will not make a link with the right account.
 
I hope this makes sense...
 
Thank you very much for your time!
 
François
I am seeking to customize SForce for arts organizations. If you are an employee of an arts organization and would like to discuss futher, feel free to contact me directly at pat.willard@thelarchgroup.com

Cheers.
  • June 29, 2007
  • Like
  • 0
I am seeking to program Salesforce customizations for arts organizations. Contact me directly at pat.willard@thelarchgroup.com if interested in discussing futher.
  • June 29, 2007
  • Like
  • 0
I am trying to create a S-Control that renders a form. The style of the form should use the styling in all of the linked CSS used in other out-of-the-box Salesforce pages. To my surprise, however, I need to "dubplicate" the links in my S-Control code. Below is the code for my S-Control. Is there something that I need to changed to leverage the linked CSS so that I can avoid duplicating them here?

<html>
<head>
<link  href="/sCSS/9.0/1179873921000/Theme2/default/elements.css" media="handheld,print,projection,screen,tty,tv" rel="stylesheet" type="text/css" />
<link  href="/sCSS/9.0/1179873921000/Theme2/default/common.css" media="handheld,print,projection,screen,tty,tv" rel="stylesheet" type="text/css" />

<script src="/soap/ajax/8.0/connection.js"></script>
</head>
<body>
<div class="bPageTitle">
    <div class="ptBody secondaryPalette">
        
         <div class="content"><img src="/s.gif" alt="Fool Around" class="pageTitleIcon" title="Fool Around"><h1 class="pageType">Fool Around<span class="titleSeparatingColon">:</span></h1><h2 class="pageDescription"> Home</h2><div class="blank">&nbsp;</div></div>

    </div>
</div>
<table id="selectorTable">
<form id="foolaroundform">
<select>
<option>This</option>
<option>That</option>
<option>The other thing</option>
</select>
</form>
</table>
</body>
</html>
  • June 09, 2007
  • Like
  • 0
Hello,
 
Total newbie here.  I have been creating an object in our main Salesforce account not realising that there was a development account we could have for us to test our changes on.
 
I would like to therefore export the object and import it into our development account so that I am no affecting any of our live data and users experience.
 
Is this possible?
 
Thanks in advance,