Tag: Visual Force

[Salesforce] The Sobject Crusade: ApexPage

Source: ApexPage The ApexComponent, as you would expect, is the record for the Visual Force Component. Note that, even if the describe states that the ApexPage is creatable and updatable, an exception is thrown if you try to insert/update via API a class: use the tooling API or metadata API instead. Among the fields, you […]

[Salesforce] The Sobject Crusade: ApexComponent

Source: ApexComponent The ApexComponent, as you would expect, is the record for the Visual Force Component. Note that, even if the describe states that the ApexComponent is creatable and updatable, an exception is thrown if you try to insert/update via API a class: use the tooling API or metadata API instead. Among the fields, you […]