-
ChatterFeed
-
0Best Answers
-
0Likes Received
-
0Likes Given
-
3Questions
-
0Replies
s-contol to populate fields in a custom object
Hi,
I am trying to override a new button on a custom object that is related to cases. I am trying to do this as an s-control, and am trying to pass fields from the case into the custom object field.
I am not able to pass any of the fields from case to the custom object. Is this possible to do using an s-control?
So far I have:
<html>
<head>
<title></title>
<script>
var newUrl = "{!URLFOR( $Action.Problem_Solving_Worksheet__c.New ,null,
[ Case_Number__c= Case.CaseNumber ,
Problem_Solving_Worksheet__c.Problem_Defenition__c = Case.Description ,
retURL=$Request.retURL] ,true)}";
window.parent.location.replace(newUrl);
</script>
</head>
Have also tried using the 15digit field id code but then I get syntax errors when trying to save.
Any help much appreciated.
Thanks.
-
- Tracy
- April 01, 2010
- Like
- 0
- Continue reading or reply
Case detachifie
-
- Tracy
- May 11, 2007
- Like
- 0
- Continue reading or reply
How can I reduce the compiled size of a formula
-
- Tracy
- September 01, 2006
- Like
- 0
- Continue reading or reply