• tekane4
  • NEWBIE
  • 25 Points
  • Member since 2013

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 11
    Replies

Hey!

 

Is there any simple way to create Leads custom object which would be as similar as possible to the default one?

 

I need a way to Add leads, and later convert it to accounts. I dont need oppertunitys. 

 

Iam asking this because I have saw that Force.com doesnt includes this standard object.

 

Thanks for advices!

 

Hey!

 

Currently Iam using trial account so Iam unsure is there are any differences when you buy Force.com for 50$/user.

 

I know that the code coverage should be more then 75% if I would like to use automatic deployment to other organisations.

 

But what if me myself manage our Force.com and create new apex classes and triggers, which will have less then 75% coverage. Will our company users be able to use that classes and triggers if I create them in our application? 

 

Thanks for your explanation.

 

Best regards.

Hey!

 

I need your help. My VisualForce includes this code:

<apex:page controller="mytestclass">
<!-- {!people} -->
<apex:repeat value="{!people}" var="zav">
{!zav}
  <br/><br/>
</apex:repeat>

</apex:page>

This is what it outputs. I get xmlPeopleType more times with different data, which is OK. What I would need is geting out date like xmlStatus, or xmlTitle seperated. How can I do that? If i write {!people.xmlTitle} it doesnt work.

 

Any help would be apricieted.

 

xmlPeopleType:[apex_schema_type_info=(http://Partner.com/, true, false), field_order_type_info=(xmlNumber, xmlSubNumber, xmlStatus, xmlTitle, xmlAddress, xmlPeopleFlag, xmlOpFlag, xmlDateReg, xmlDType, xmlLocation, ...), xmlDateReg=null, xmlDateReg_type_info=(xmlDateReg, http://www.w3.org/2001/XMLSchema, dateTime, 1, 1, true), xmlNumber=125214, xmlNumber_type_info=(xmlNumber, http://www.w3.org/2001/XMLSchema, string, 0, 1, false), xmlDType=1525, xmlDType_type_info=(xmlDType, http://www.w3.org/2001/XMLSchema, string, 0, 1, false), xmlSubNumber=124532, xmlSubNumber_type_info=(xmlSubNumber,http://www.w3.org/2001/XMLSchema, string, 0, 1, false), xmlAddress=SOME ADDRESS 12412, xmlAddress_type_info=(xmlAddress, http://www.w3.org/2001/XMLSchema, string, 0, 1, false), xmlTitle=SOME TITLE 2123, xmlTitle_type_info=(xmlTitle, http://www.w3.org/2001/XMLSchema, string, 0, 1, false), xmlOpFlag=false, xmlOpFlag_type_info=(xmlOpFlag, http://www.w3.org/2001/XMLSchema, boolean, 1, 1, false), xmlStatus=70, xmlStatus_type_info=(xmlStatus,http://microsoft.com/wsdl/types/, char, 1, 1, false), xmlAddInfos=(ArrayOfAnyTypeTRR:[MyAnyTypeTRR=xmlAddInfosType:[apex_schema_type_info=(http://Partner.com/, true, false), field_order_type_info=(xmlInfoNum, xmlInfoType, xmlInfoTypeName, xmlInfoDateO, xmlInfoDateL, xmlInfoFlag, xmlInfoDateC), xmlInfoDateO=2009-03-06 00:00:00, xmlInfoDateO_type_info=(xmlInfoDateO, http://www.w3.org/2001/XMLSchema, dateTime, 1, 1, false), xmlInfoDateL=2012-02-22 00:00:00, xmlInfoDateL_type_info=(xmlInfoDateL, http://www.w3.org/2001/XMLSchema, dateTime, 1, 1, false), xmlInfoDateC=2099-12-31 23:59:59, xmlInfoDateC_type_info=(xmlInfoDateC, http://www.w3.org/2001/XMLSchema, dateTime, 1, 1, false), xmlInfoTypeName=SOME TYPE NAME23, xmlInfoTypeName_type_info=(xmlInfoTypeName, http://www.w3.org/2001/XMLSchema, string, 0, 1, false), xmlInfoNum=0214444-124124214, xmlInfoNum_type_info=(xmlInfoNum, http://www.w3.org/2001/XMLSchema, string, 0, 1, false), xmlInfoType=84, xmlInfoType_type_info=(xmlInfoType, http://microsoft.com/wsdl/types/, char, 1, 1, false), xmlInfoFlag=false, xmlInfoFlag_type_info=(xmlInfoFlag, http://www.w3.org/2001/XMLSchema, boolean, 1, 1, false)], MyAnyTypeTRR_type_info=(anyType, http://Partner.com/, xmlAddInfosType, 0, 1, false), apex_schema_type_info=(http://Partner.com/, true, false), field_order_type_info=(MyAnyTypeTRR)]), xmlAddInfos_type_info=(xmlAddInfos, http://Partner.com/, ArrayOfAnyType, 0, 1, false), xmlLocation=08, xmlLocation_type_info=(xmlLocation,http://www.w3.org/2001/XMLSchema, string, 0, 1, false), xmlPeopleFlag=false, xmlPeopleFlag_type_info=(xmlPeopleFlag, http://www.w3.org/2001/XMLSchema, boolean, 1, 1, false)]

Hey

 

Iam trying to connect Force.com with some WSDL serivice. But I have problem since that service uses AnyType types. I saw that Force WSDL Apex does not supports them. When I import WSDL file it creates this class and makes an error because AnyType is reserved.

 

Error: Identifier name is reserved: anyType at 92:25

 

public class ArrayOfAnyType {
public String[] anyType;
private String[] anyType_type_info = new String[ {'anyType','http://www.w3.org/2001/XMLSchema','string','0','-1','true'};
private String[] apex_schema_type_info = new String[]{'http://partnerURL.com','true','false'};
private String[] field_order_type_info = new String[]{'anyType'};
}

 

Is there any way around, without changing original WSDL service on partner side?

 

Thanks a lot!

 

Warm regards to all!

 

Hey!

 

Is there any simple way to create Leads custom object which would be as similar as possible to the default one?

 

I need a way to Add leads, and later convert it to accounts. I dont need oppertunitys. 

 

Iam asking this because I have saw that Force.com doesnt includes this standard object.

 

Thanks for advices!

 

Hey!

 

Currently Iam using trial account so Iam unsure is there are any differences when you buy Force.com for 50$/user.

 

I know that the code coverage should be more then 75% if I would like to use automatic deployment to other organisations.

 

But what if me myself manage our Force.com and create new apex classes and triggers, which will have less then 75% coverage. Will our company users be able to use that classes and triggers if I create them in our application? 

 

Thanks for your explanation.

 

Best regards.

Hey!

 

I need your help. My VisualForce includes this code:

<apex:page controller="mytestclass">
<!-- {!people} -->
<apex:repeat value="{!people}" var="zav">
{!zav}
  <br/><br/>
</apex:repeat>

</apex:page>

This is what it outputs. I get xmlPeopleType more times with different data, which is OK. What I would need is geting out date like xmlStatus, or xmlTitle seperated. How can I do that? If i write {!people.xmlTitle} it doesnt work.

 

Any help would be apricieted.

 

xmlPeopleType:[apex_schema_type_info=(http://Partner.com/, true, false), field_order_type_info=(xmlNumber, xmlSubNumber, xmlStatus, xmlTitle, xmlAddress, xmlPeopleFlag, xmlOpFlag, xmlDateReg, xmlDType, xmlLocation, ...), xmlDateReg=null, xmlDateReg_type_info=(xmlDateReg, http://www.w3.org/2001/XMLSchema, dateTime, 1, 1, true), xmlNumber=125214, xmlNumber_type_info=(xmlNumber, http://www.w3.org/2001/XMLSchema, string, 0, 1, false), xmlDType=1525, xmlDType_type_info=(xmlDType, http://www.w3.org/2001/XMLSchema, string, 0, 1, false), xmlSubNumber=124532, xmlSubNumber_type_info=(xmlSubNumber,http://www.w3.org/2001/XMLSchema, string, 0, 1, false), xmlAddress=SOME ADDRESS 12412, xmlAddress_type_info=(xmlAddress, http://www.w3.org/2001/XMLSchema, string, 0, 1, false), xmlTitle=SOME TITLE 2123, xmlTitle_type_info=(xmlTitle, http://www.w3.org/2001/XMLSchema, string, 0, 1, false), xmlOpFlag=false, xmlOpFlag_type_info=(xmlOpFlag, http://www.w3.org/2001/XMLSchema, boolean, 1, 1, false), xmlStatus=70, xmlStatus_type_info=(xmlStatus,http://microsoft.com/wsdl/types/, char, 1, 1, false), xmlAddInfos=(ArrayOfAnyTypeTRR:[MyAnyTypeTRR=xmlAddInfosType:[apex_schema_type_info=(http://Partner.com/, true, false), field_order_type_info=(xmlInfoNum, xmlInfoType, xmlInfoTypeName, xmlInfoDateO, xmlInfoDateL, xmlInfoFlag, xmlInfoDateC), xmlInfoDateO=2009-03-06 00:00:00, xmlInfoDateO_type_info=(xmlInfoDateO, http://www.w3.org/2001/XMLSchema, dateTime, 1, 1, false), xmlInfoDateL=2012-02-22 00:00:00, xmlInfoDateL_type_info=(xmlInfoDateL, http://www.w3.org/2001/XMLSchema, dateTime, 1, 1, false), xmlInfoDateC=2099-12-31 23:59:59, xmlInfoDateC_type_info=(xmlInfoDateC, http://www.w3.org/2001/XMLSchema, dateTime, 1, 1, false), xmlInfoTypeName=SOME TYPE NAME23, xmlInfoTypeName_type_info=(xmlInfoTypeName, http://www.w3.org/2001/XMLSchema, string, 0, 1, false), xmlInfoNum=0214444-124124214, xmlInfoNum_type_info=(xmlInfoNum, http://www.w3.org/2001/XMLSchema, string, 0, 1, false), xmlInfoType=84, xmlInfoType_type_info=(xmlInfoType, http://microsoft.com/wsdl/types/, char, 1, 1, false), xmlInfoFlag=false, xmlInfoFlag_type_info=(xmlInfoFlag, http://www.w3.org/2001/XMLSchema, boolean, 1, 1, false)], MyAnyTypeTRR_type_info=(anyType, http://Partner.com/, xmlAddInfosType, 0, 1, false), apex_schema_type_info=(http://Partner.com/, true, false), field_order_type_info=(MyAnyTypeTRR)]), xmlAddInfos_type_info=(xmlAddInfos, http://Partner.com/, ArrayOfAnyType, 0, 1, false), xmlLocation=08, xmlLocation_type_info=(xmlLocation,http://www.w3.org/2001/XMLSchema, string, 0, 1, false), xmlPeopleFlag=false, xmlPeopleFlag_type_info=(xmlPeopleFlag, http://www.w3.org/2001/XMLSchema, boolean, 1, 1, false)]

Hey

 

Iam trying to connect Force.com with some WSDL serivice. But I have problem since that service uses AnyType types. I saw that Force WSDL Apex does not supports them. When I import WSDL file it creates this class and makes an error because AnyType is reserved.

 

Error: Identifier name is reserved: anyType at 92:25

 

public class ArrayOfAnyType {
public String[] anyType;
private String[] anyType_type_info = new String[ {'anyType','http://www.w3.org/2001/XMLSchema','string','0','-1','true'};
private String[] apex_schema_type_info = new String[]{'http://partnerURL.com','true','false'};
private String[] field_order_type_info = new String[]{'anyType'};
}

 

Is there any way around, without changing original WSDL service on partner side?

 

Thanks a lot!

 

Warm regards to all!