function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
forceAMPforceAMP 

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