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
ForceLoverForceLover 

Flow incorporated in site

Hi,

 

I created a flow which will updates a lead record based on a search field in lead,which is working good like,when i'm searching for lead it retrieves the record from lead and make some updates to that record too but i used this flow in a VF page and i used that VF page a site then i'm getting folloing error...

 

 I have this field notes__c on lead object but the error msg showing this    

 

Unhandled process fault from Gmail : Test_Flow_For_Lead_Update : interaction.dal.exception.DALExecutionFault: ; nested exception is: common.exception.ApiQueryException: SELECT Lead.Email, Lead.notes__c FROM Lead WHERE (Lead.Ref_ID_File_Number__c ^ ERROR at Row:1:Column:20 No such column 'notes__c' on entity 'Lead'. If you are attempting to use a custom field, be sure to append the '__c' after the custom field name. Please reference your WSDL or the describe call for the appropriate names. (There was a problem executing your command.) > RETRIEVE

 

 

EguiEgui

Hi,

 

Seems like you're trying to query a custom field called notes__c on the Lead object that doesn't exist.

ForceLoverForceLover
I have notes__c that field