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
Eirik Fladby 8Eirik Fladby 8 

Visualforce error: core.email.template.TemplateRenderingException: ; nested exception is: common.exception.ApiException: sObject type 'cldss__Subscription__c' is not supported

I have a workflow called "Email: Survicate email OKM". It sends a survey to the customer 1 day after their end date. The template is visualforce. It worked when I first created it, but now I am received errors every time it triggers.

Error:

The following error occurred:
Error processing Email Template
We were unable to process the email template.
Error Message: core.email.template.TemplateRenderingException: ; nested exception is:
common.exception.ApiException: sObject type 'cldss__Subscription__c' is not supported.

No idea why this is occuring and never seen it before. I have several other visualforce templates that is using the cldss__Subscription__c sObject type, and they are not receiving errors.