• Divya Goel
  • NEWBIE
  • 10 Points
  • Member since 2007

  • Chatter
    Feed
  • 0
    Best Answers
  • 2
    Likes Received
  • 0
    Likes Given
  • 9
    Questions
  • 20
    Replies

FIELD_CUSTOM_VALIDATION_EXCEPTION, field integrity exception: PicklistMasterId (Picklist master value type must be campaign member status)

 

Please help me with this error. When this error occurs. I am not getting any clue

I have created a VF page that renders as PDF file. Now I want to save that PDF file onclick of same button to static resource. Is that possible? Means I have a button on click of which I got a VF page as PDF file. Instead of popping up this page as PDF file I want this PDF to save in my static resource.

 

Thanks,

Is there any way to get the profile name of logged in user without querying the user object.

 

I know the following solution:

 

String usrProfileName = [select u.Profile.Name from User u where u.id = :Userinfo.getUserId()].Profile.Name;

 

Instead of this I want to save 1 query so if there is any method to get the profile name in apex without firing the query please let me know.

 

Thanks,

I am using Professional Edition. I am getting the Option to create the Pages but I am not Getting the Option create Apex Classes. So I am not able to write Controllers for my VF Pages.

 

What is the use of VF Pages when we can not create the custom Controller in PE.  

 

Please let me know the option?

 

Thanks,

Hi,
 
I have update trigger. I want this triger to fire when value in field is updated by a formula field. But the trigger is not getting fired when the value in this field gets changed.
 
Please let me know if any body knows any solution.
 
Thanks,
I used following code given in guide for page and extension class. Refer Page 53 on New guide of VF The Error I am getting is :
 
Method does not exist or incorrect signature: [ApexPages.StandardController].getRecord() at line 7 column 22
 
public class myControllerExtension {
private final Account acct;
// The extension constructor initializes the private member
// variable acct by using the getRecord method from the standard
// controller.
public myControllerExtension(ApexPages.StandardController stdController) {
this.acct = (Account)stdController.getRecord();
}
public String getGreeting() {
return 'Hello ' + acct.name + ' (' + acct.id + ')';
}
}
 

The following Visualforce markup shows how the controller extension from above can be used in a page:
 

<apex:page standardController="Account" extensions="myControllerExtension">
{!greeting} <p/>
<apex:form>
<apex:inputField value="{!account.name}"/> <p/>
<apex:commandButton value="Save" action="{!save}"/>
</apex:form>
</apex:page>
 
 
 
<SCRIPT type=text/javascript>function initSelectionInEditor() { setSelectionInEditor('Body', 301, 301) }setContentWindow(window);initSelectionInEditor();</SCRIPT>
Hi,
 
I have Master Detail Relationship between two custom objects. I also have apex triggers on both of the custom objects. When I am deleting a record on master object all the records of child object gets deleted because of master detail realtionship but the delete trigger on child object does not get fired in this case.
 
Please suggest me a solution.
 
Thanks
Hi I have to update more then 100 records in my update call but the limit of the trigger is just to update only 100 records in a trigger. Please let me know how i can update more then 100 records in my trigger. Thanks Divya Prakash Goel
Hi I am tring to deploy apex classes and triggers through eclipse. Deployment paln gets validated successfully.
after next step while deploying i got error message unable to deploy apex artifacts. Reason: NullPointerException

Please help me on this.

Thanks
Divya Prakash Goel

Is there any way to get the profile name of logged in user without querying the user object.

 

I know the following solution:

 

String usrProfileName = [select u.Profile.Name from User u where u.id = :Userinfo.getUserId()].Profile.Name;

 

Instead of this I want to save 1 query so if there is any method to get the profile name in apex without firing the query please let me know.

 

Thanks,

my force.com website consists of one home page and several sister pages which are linked with home page via html links. i have placed hello{!$User.FirstName} to check whether the authentication process is going ok or no. Now when i am logging in from ....domainname/sitelogin page the control is authenticating me and diverting me to the home page and the home page is showing the proper "Hello-Userfirst name". So far every thing is fine. But after that when ever i am tring to access my link pages the authentication info is getting lost and the pages are showing default guest user profile as loggedin user. Even if i come back to home page again the "Hello-Userfirstname" is showing the guest profile . not the profile i used for logging in. Please Help.

 

I want to place home page and all sister pages under single authentication. So that after logging in the authentication info carries to the subsequent pages. also kindly guide how could i manually terminate the authentication(how to logoff) session.

 

thanx

  • March 29, 2010
  • Like
  • 1
Can I call out to a field like a cross object formula field can? If I have a case page and I want to pull information from a object related to the case. Is this possible?
  • December 15, 2009
  • Like
  • 0

I get the following message:

 

 

System.CalloutException: Web service callout failed: Unable to parse callout response. Apex type not found for element dfRunId. 

 

The callout response is:

 

 

<?xml version="1.0" ?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Body> <ns:uploadDataFlowResponse xmlns:ns="http://jobs.ws.test.com/types"> <dfRunId xmlns="">1613</dfRunId> <confName xmlns=""> ContractCommitmentRecordFromXml </confName> <dfRunName xmlns=""> ContractCommitmentRecordFromXml [JobWebService_Fri Aug 14 08:39:48 PDT 2009] - 2009/08/14 08:39:48 </dfRunName> <errorCount xmlns="">0</errorCount> <warningCount xmlns="">0</warningCount> <numEntriesProcessed xmlns="">0</numEntriesProcessed> <numEntriesProcessedSuccess xmlns=""> 0 </numEntriesProcessedSuccess> <numEntriesProcessedFailed xmlns=""> 0 </numEntriesProcessedFailed> <msgSummary xmlns=""> Name: ContractCommitmentRecordFromXml [JobWebService_Fri Aug 14 08:39:48 PDT 2009] - 2009/08/14 08:39:48 Error: 0 Warning: 0 </msgSummary> <startDate xmlns="">2009-08-14T15:39:48.204Z</startDate> <endDate xmlns="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"> </endDate> </ns:uploadDataFlowResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope>

 

 The relevent classes for the response are:

 

 

public class uploadDataFlowResponse_element { public testWebServicesClasses.wSDataFlowStatusResult result; private String[] result_type_info = new String[]{'result','http://jobs.ws.test.com/types','wSDataFlowStatusResult','1','1','false'}; private String[] apex_schema_type_info = new String[]{'http://jobs.ws.test.com/types','false','false'}; private String[] field_order_type_info = new String[]{'result'}; } public class wSDataFlowStatusResult { public Long dfRunId; public String confName; public String dfRunName; public Integer errorCount; public Integer warningCount; public Integer numEntriesProcessed; public Integer numEntriesProcessedSuccess; public Integer numEntriesProcessedFailed; public String msgSummary; public DateTime startDate; public DateTime endDate; private String[] dfRunId_type_info = new String[]{'dfRunId','','long','1','1','false'}; private String[] confName_type_info = new String[]{'confName','','string','1','1','false'}; private String[] dfRunName_type_info = new String[]{'dfRunName','','string','1','1','false'}; private String[] errorCount_type_info = new String[]{'errorCount','','integer','1','1','false'}; private String[] warningCount_type_info = new String[]{'warningCount','','integer','1','1','false'}; private String[] numEntriesProcessed_type_info = new String[]{'numEntriesProcessed','','integer','1','1','false'}; private String[] numEntriesProcessedSuccess_type_info = new String[]{'numEntriesProcessedSuccess','','integer','1','1','false'}; private String[] numEntriesProcessedFailed_type_info = new String[]{'numEntriesProcessedFailed','','integer','1','1','false'}; private String[] msgSummary_type_info = new String[]{'msgSummary','','string','1','1','false'}; private String[] startDate_type_info = new String[]{'startDate','','dateTime','1','1','true'}; private String[] endDate_type_info = new String[]{'endDate','http://www.w3.org/2001/XMLSchema','dateTime','1','1','true'}; private String[] apex_schema_type_info = new String[]{'http://jobs.ws.test.com/types','false','false'}; private String[] field_order_type_info = new String[]{'dfRunId','confName','dfRunName','errorCount','warningCount','numEntriesProcessed','numEntriesProcessedSuccess','numEntriesProcessedFailed','msgSummary','startDate','endDate'}; }

 

 

 

 

To prevent the soql query limit on triggers, i would like to replace this line of code:

 

for (Order_Detail__c orderDetail :trigger.new) 
    {

         Id acctID = orderDetail.Account__c;
         Account account = [select Id, parentId from Account where Id = :acctID limit 1];
         Id parentAccountId = account.parentId;

    }

 

with this one:

 

for (Order_Detail__c orderDetail :trigger.new) 
    {

         Id parentAccountId = Trigger.newMap.get(orderDetail.Id).Account__r.ParentId;

    }

 

However, I got an error attempt to de-reference a null object.

 

 


        
       

Message Edited by softcloud2009 on 05-27-2009 12:01 AM

Hi,

 

I can't figure out what is the cause of this error when i am trying to do a callout to a external webservice,

 

Whatever i try i keep getting this error....

 

I used wsdl2apex for a "Wrapped documet/literal" wsdl.

 

I'd like to know what is possible and what is not possible for use of the wsdl2apex feature...

 

The "unable to parse" problem.... is it something I can do something about or is salesforce unable to parse the response anyhow...???

 

Please tell me.... i am getting a bit frustrated on this matter because ist described as an easy to use feature.... 

 

 

This is the WSDL

 

<?xml version="1.0" encoding="UTF-8"?>

<wsdl:definitions targetNamespace="http://soapserver.jsm.marktselect.com" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://soapserver.jsm.marktselect.com" xmlns:intf="http://soapserver.jsm.marktselect.com" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">

 <!--WSDL created by LANSA Integrator SOAP Wizard and Apache Axis version: 1.4 Built on Apr 22, 2006 (06:55:48 PDT)-->

 <wsdl:types>
  <schema elementFormDefault="qualified" targetNamespace="http://soapserver.jsm.marktselect.com" xmlns="http://www.w3.org/2001/XMLSchema">

   <element name="getAddress1">
    <complexType>
     <sequence>
      <element name="username" type="xsd:string"/>
      <element name="password" type="xsd:string"/>
      <element name="profileid" type="xsd:string"/>
      <element name="postal_code" type="xsd:string"/>
      <element name="house_number" type="xsd:string"/>
      <element name="country_code" type="xsd:string"/>
     </sequence>
    </complexType>
   </element>
   <element name="getAddress1Response">
    <complexType>
     <sequence>
      <element name="getAddress1Return" type="impl:GetAddress1_response"/>
     </sequence>
    </complexType>
   </element>
   <complexType name="GetAddress1_response">
    <sequence>
     <element name="address_city" nillable="true" type="xsd:string"/>
     <element name="address_house_number" nillable="true" type="xsd:string"/>
     <element name="address_postalcode" nillable="true" type="xsd:string"/>
     <element name="address_street" nillable="true" type="xsd:string"/>
     <element name="resultCode" nillable="true" type="xsd:string"/>
     <element name="resultMessage" nillable="true" type="xsd:string"/>
    </sequence>
   </complexType>
  </schema>
 </wsdl:types>

 <wsdl:message name="getAddress1Request">
  <wsdl:part element="impl:getAddress1" name="parameters"/>
 </wsdl:message>

 <wsdl:message name="getAddress1Response">
  <wsdl:part element="impl:getAddress1Response" name="parameters"/>
 </wsdl:message>

 <wsdl:portType name="AddressDirectServer2ServicePortType">
  <wsdl:operation name="getAddress1">
   <wsdl:input message="impl:getAddress1Request" name="getAddress1Request"/>
   <wsdl:output message="impl:getAddress1Response" name="getAddress1Response"/>
  </wsdl:operation>
 </wsdl:portType>

 <wsdl:binding name="AddressDirectServer2ServiceBinding" type="impl:AddressDirectServer2ServicePortType">
  <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
  <wsdl:operation name="getAddress1">
   <wsdlsoap:operation soapAction="getAddress1"/>
   <wsdl:input name="getAddress1Request">
    <wsdlsoap:body use="literal"/>
   </wsdl:input>
   <wsdl:output name="getAddress1Response">
    <wsdlsoap:body use="literal"/>
   </wsdl:output>
  </wsdl:operation>
 </wsdl:binding>

 <wsdl:service name="AddressDirectServer2ServiceService">
  <wsdl:port binding="impl:AddressDirectServer2ServiceBinding" name="AddressDirectServer2ServicePort">
   <wsdlsoap:address location="http://ccc.marktselect.nl/cgi-bin/jsmdirect?MSAddressDirect2"/>
  </wsdl:port>
 </wsdl:service>

</wsdl:definitions>

 

 

This is the "with succes and without any errors" created apex class from the wsdl

 

//Generated by wsdl2apex

public class AddressDirect {
    public class getAddress1_element {
        public String username;
        public String password;
        public String profileid;
        public String postal_code;
        public String house_number;
        public String country_code;
        private String[] username_type_info = new String[]{'username','http://www.w3.org/2001/XMLSchema','string','1','1','false'};
        private String[] password_type_info = new String[]{'password','http://www.w3.org/2001/XMLSchema','string','1','1','false'};
        private String[] profileid_type_info = new String[]{'profileid','http://www.w3.org/2001/XMLSchema','string','1','1','false'};
        private String[] postal_code_type_info = new String[]{'postal_code','http://www.w3.org/2001/XMLSchema','string','1','1','false'};
        private String[] house_number_type_info = new String[]{'house_number','http://www.w3.org/2001/XMLSchema','string','1','1','false'};
        private String[] country_code_type_info = new String[]{'country_code','http://www.w3.org/2001/XMLSchema','string','1','1','false'};
        private String[] apex_schema_type_info = new String[]{'http://soapserver.jsm.marktselect.com','true','false'};
        private String[] field_order_type_info = new String[]{'username','password','profileid','postal_code','house_number','country_code'};
    }
    public class AddressDirectServer2ServicePort {
        public String endpoint_x = 'http://ccc.marktselect.nl/cgi-bin/jsmdirect?MSAddressDirect2';
        public Map<String,String> inputHttpHeaders_x;
        public Map<String,String> outputHttpHeaders_x;
        public String clientCert_x;
        public String clientCertPasswd_x;
        public Integer timeout_x;
        private String[] ns_map_type_info = new String[]{'http://soapserver.jsm.marktselect.com', 'AddressDirect'};
        public AddressDirect.GetAddress1_response getAddress1(String username,String password,String profileid,String postal_code,String house_number,String country_code) {
            AddressDirect.getAddress1_element request_x = new AddressDirect.getAddress1_element();
            AddressDirect.getAddress1Response_element response_x;
            request_x.username = username;
            request_x.password = password;
            request_x.profileid = profileid;
            request_x.postal_code = postal_code;
            request_x.house_number = house_number;
            request_x.country_code = country_code;
            Map<String, AddressDirect.getAddress1Response_element> response_map_x = new Map<String, AddressDirect.getAddress1Response_element>();
            response_map_x.put('response_x', response_x);
            WebServiceCallout.invoke(
              this,
              request_x,
              response_map_x,
              new String[]{endpoint_x,
              'getAddress1',
              'http://soapserver.jsm.marktselect.com',
              'getAddress1',
              'http://soapserver.jsm.marktselect.com',
              'getAddress1Response',
              'AddressDirect.getAddress1Response_element'}
            );
            response_x = response_map_x.get('response_x');
            return response_x.getAddress1Return;
        }
    }
    public class GetAddress1_response {
        public String address_city;
        public String address_house_number;
        public String address_postalcode;
        public String address_street;
        public String resultCode;
        public String resultMessage;
        private String[] address_city_type_info = new String[]{'address_city','http://www.w3.org/2001/XMLSchema','string','1','1','true'};
        private String[] address_house_number_type_info = new String[]{'address_house_number','http://www.w3.org/2001/XMLSchema','string','1','1','true'};
        private String[] address_postalcode_type_info = new String[]{'address_postalcode','http://www.w3.org/2001/XMLSchema','string','1','1','true'};
        private String[] address_street_type_info = new String[]{'address_street','http://www.w3.org/2001/XMLSchema','string','1','1','true'};
        private String[] resultCode_type_info = new String[]{'resultCode','http://www.w3.org/2001/XMLSchema','string','1','1','true'};
        private String[] resultMessage_type_info = new String[]{'resultMessage','http://www.w3.org/2001/XMLSchema','string','1','1','true'};
        private String[] apex_schema_type_info = new String[]{'http://soapserver.jsm.marktselect.com','true','false'};
        private String[] field_order_type_info = new String[]{'address_city','address_house_number','address_postalcode','address_street','resultCode','resultMessage'};
    }
    public class getAddress1Response_element {
        public AddressDirect.GetAddress1_response getAddress1Return;
        private String[] getAddress1Return_type_info = new String[]{'getAddress1Return','http://soapserver.jsm.marktselect.com','GetAddress1_response','1','1','false'};
        private String[] apex_schema_type_info = new String[]{'http://soapserver.jsm.marktselect.com','true','false'};
        private String[] field_order_type_info = new String[]{'getAddress1Return'};
    }
}

 

and this is the prototype

 

  • public class AddressDirect {
    • public class getAddress1Response_element {
      • public AddressDirect.GetAddress1_response getAddress1Return;
    • }
    • public class GetAddress1_response {
      • public String address_city;
      • public String address_house_number;
      • public String address_postalcode;
      • public String address_street;
      • public String resultCode;
      • public String resultMessage;
    • }
    • public class getAddress1_element {
      • public String country_code;
      • public String house_number;
      • public String password;
      • public String postal_code;
      • public String profileid;
      • public String username;
    • }
    • public class AddressDirectServer2ServicePort {
      • public String clientCert_x;
      • public String clientCertPasswd_x;
      • public String endpoint_x;
      • public MAP:String,String inputHttpHeaders_x;
      • public MAP:String,String outputHttpHeaders_x;
      • public Integer timeout_x;
      • public AddressDirect.GetAddress1_response getAddress1(String, String, String, String, String, String){};
    • }
  • }

 

 

who can tell me if i must continue my quest to get this working ??? Or am i trying the impossible?

 

 

Message Edited by Please on 05-06-2009 06:35 AM
Hi,
 
I have update trigger. I want this triger to fire when value in field is updated by a formula field. But the trigger is not getting fired when the value in this field gets changed.
 
Please let me know if any body knows any solution.
 
Thanks,
I am trying to use this very simple apex page to prototype the relatedListHover property of the apex:detail component. I am not able to get the related List Hovers to show up with both the relatedList and relatedListHover properties set to true on the apex:detail component. The standard related lists do show up. But the hovers do not. I have double-checked that the User Interface setting to enable related list hover is truly enabled in the org too.

Any ideas? The example code is below where I try to render the hover links on the User detail page for the currently logged in user.

Here is my apex:detail snippet

Hi All,

This is the scenario we are working with and are having an issue looking for a solution.

I am trying to retrieve more than 1000 records in an Apex Query and apparently 1000 is the upper limit to the number of records that can be retrieved.

Dose any one know of a query more in a trigger or how to implement this. 

Below is the query:

for (Lease_Com__c[] leaseCommission :

[select Id, lease_nbr__r.Name, gcp_amt__c, lease_nbr__r.End_User__c, lease_nbr__r.Funded_Dt__c from lease_com__c

where OwnerId = :UserID

and lease_nbr__r.Funded_Dt__c < :dtBeginningOfNextMonth

and lease_nbr__r.Funded_Dt__c >= :dtBeginningOf6MonthsPrevious

order by lease_nbr__r.Funded_Dt__c desc] ) {

}


Vivek Viswanathan


Hi,

I am having issue firing nested query :

Select p.Description, p.Family, p.Name from Product2 p  where id In (Select Product2Id from PricebookEntry where Pricebook2Id='01s60000000A7h5AAC')

if I provide with a ":" after In then it shows invalid token and if I do not provide it gives me a error message unexpected token "select". Please show me some light on this..

thanks in anticipation of your response and help.

regards
pallav
  • January 09, 2008
  • Like
  • 0
hi,

what i want to do is:

3 picklist level 1, level2 ,level3
filed dependencies between this field.

It is possible to write an apex code being able to read all combination and write one row per combination?

Because if i can do that i have the possibility after that to search in each rows or not?

thx

Magda
  • January 03, 2008
  • Like
  • 0
Hi,
 
As per Apex guide, there is a limit of 100 SOQL inside anonymous block.
 
Can we use anonymous block with trigger?
 
Thanks,
mahi
  • January 03, 2008
  • Like
  • 0
Good Afternoon,

I am attempting to write an after update trigger that sets the Account status to Active when the Contract is activated.  I am new to Apex triggers.

I tried the following, which does not produce a run-time error, but does not change the value of the field:

trigger setAcctActive on Contract (after update) {

 if (Trigger.isUpdate) {

  for (Contract contract : Trigger.new) {

   if ( contract.Status == 'Activated' ) {

    Account contractAcct = contract.Account;
    contractAcct.AccountStatus__c = 'Active';

   }

  }
 
 }

}

It seems I need to add a commit or something to the code to put the new field value into the database?

Any help?




Can someone help us with some script and a web method that will create a button for a Large and/or Medium sized organization to push out tasks to the field sales.  There would be a few thousand tasks distributed so Apex is required as well as some Java.
 
thx/El
  • January 02, 2008
  • Like
  • 0
Hi,
 
I've seen in the edition comparison that only the developer and unlimited editions have APEX. Does that mean that if I develop an AppExchange offering that uses APEX that it can only be used by customers with the unlimited edition?
 
Thanks,
 
  Doug
Code:
trigger Ph1_calculatefieldLead on Lead (after update,after insert) {

//Lead [] le=Trigger.new;

Integer TotalPassToSales=0;
String LeadsViaCamapign='0125000000010WY';
String NonCampaginLeads='0125000000010WT';

for (Lead leLoop:Trigger.new){

 Integer CountCampaignPresent=[Select Count() from CampaignMember where LeadId=:leLoop.Id];
 
 //leLoop.adderror('e'+CountCampaignPresent);
 
 if(CountCampaignPresent==1){
 
  /* Select campaignid of linked Campaign */
  String LeadCampaignId=[Select CampaignId from CampaignMember where LeadId=:leLoop.Id].CampaignId;

  /* Select all LeadIds of Leads linked with a particular campaign */
  //CampaignMember [] LeadCampaignMember=[Select LeadId,CampaignId from CampaignMember where CampaignId=:LeadCampaignId];

  for(CampaignMember LeadCampaignMemberLoop:[Select LeadId,CampaignId from CampaignMember where CampaignId=:LeadCampaignId]){

   /* Check LeadId is not null */
   if(LeadCampaignMemberLoop.LeadId!=null){

    /* Select information about Lead linked with a particular Campaign*/
    Lead LeadCampaignLoop=[Select Status,lead_internal_lead_status_pck__c,RecordTypeid from Lead where id=:LeadCampaignMemberLoop.LeadId];

    /* Calculate Total Pass To Sales Leads */
    if(LeadCampaignLoop.Status=='Open - Passed to Sales' || LeadCampaignLoop.Status=='Closed - Accepted by Sales' || LeadCampaignLoop.Status=='Closed - Rejected by Sales' ){
     TotalPassToSales=TotalPassToSales+1;
     }
                }
}
/* Select campaign for Lead whose status is changed */
    Campaign camp=[select cam_tot_pass_to_sales_lead_num__c from campaign where id=:LeadCampaignId];

    /* Populating values into concerned fields of Campaign */
     camp.cam_tot_pass_to_sales_lead_num__c=TotalPassToSales;
               }
}

 hi all,
 
i tried to import 18 leads through data loader without any information about campaign.
i am getting error too many SOQL queries :21 at line ::::::Integer CountCampaignPresent=[Select Count() from CampaignMember where LeadId=:leLoop.Id] during after update . 
 
it is also saying 'data already exists' but no leads were present before importing.

please help me out.
 
regards,
mahi
  • January 02, 2008
  • Like
  • 0

I just installed the new version of the APEX plug-in for Eclipse. I've deleted and created a new project for the test server. When I try to create a new trigger, it initially says as a warning:

File only saved locally, not to Salesforce

If I add anything to the Trigger and save again it says as an error:

Conflict found while saving ConfirmationTrigger.tgr to server.  Remote instance has been updated since last save or sync.  Use the Synchronize Perspective to resolve the conflict.

I've tried using the synchronize perspective with no success - I can't get rid of the error.

  • August 21, 2007
  • Like
  • 0
I am trying to update Parent Case through an S-Control.  The field does not appear to be visible in the "Case" object, and I have looked through other objects in Apex Explorer and cant find it.  Has anyone found a way to populate this field through code? If so, what is the fields name and what object is it stored in?
 
Thanks.