You need to sign in to do that
Don't have an account?

Weird Child Relationship on ApexPage
When I do a DescribeObject on the ApexPage object the following ChildRelationship shows up in the result:
<soapenv:Body>
<describeSObjectResponse>
<result>
<activateable>false</activateable>
<childRelationships>
<cascadeDelete>false</cascadeDelete>
<childSObject>OpportunitySplitType</childSObject>
<deprecatedAndHidden>false</deprecatedAndHidden>
<field>SplitField</field>
<restrictedDelete>true</restrictedDelete>
</childRelationships>
Seems like a bug for a few reasons:
1. Is there really a relationship between ApexPage and OpportunitySplitType
2. There is no field named SplitField on the OpportunitySplitType object
The same issue occurs with Scontrol and WebLink
Bill
forceAmp.com LLC
<soapenv:Body>
<describeSObjectResponse>
<result>
<activateable>false</activateable>
<childRelationships>
<cascadeDelete>false</cascadeDelete>
<childSObject>OpportunitySplitType</childSObject>
<deprecatedAndHidden>false</deprecatedAndHidden>
<field>SplitField</field>
<restrictedDelete>true</restrictedDelete>
</childRelationships>
Seems like a bug for a few reasons:
1. Is there really a relationship between ApexPage and OpportunitySplitType
2. There is no field named SplitField on the OpportunitySplitType object
The same issue occurs with Scontrol and WebLink
Bill
forceAmp.com LLC