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

created date in name job scheduler
Is it possible:
Set createddate in name job scheduler apex:
Set createddate in name job scheduler apex:
system.schedule(NomJobSchedulable+'_'+CronTrigger.CreatedDate, expression, p);
No, you cannot explicity set the CreatedDate or other "System fields" on Salesforce objects.
System fields are only defined by the system and are read-only elsewhere.
For more info see this documentation: https://www.salesforce.com/us/developer/docs/api/Content/system_fields.htm
All Answers
No, you cannot explicity set the CreatedDate or other "System fields" on Salesforce objects.
System fields are only defined by the system and are read-only elsewhere.
For more info see this documentation: https://www.salesforce.com/us/developer/docs/api/Content/system_fields.htm