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
mike franklin 10mike franklin 10 

expiry date developer org

I signed up for two developer editions about three months ago but today I received notification that it is about to expire.

Where can I find out the date?  It is well past thirty days, and I have a number of boxes but one tied to this email (where the message originated), so can I find out how to get the date?

Regards,

- Mike

User-added image
NagendraNagendra (Salesforce Developers) 

Hi Michael,

Login into your any of your developer editions then navigate to:

Setup > Company Profile > Company Information

OR just search "Company Information" in the quick find box

On that page, you can scroll down and see as below:
User-added image
Hope this helps.

Please mark this as solved if it's resolved so that it gets removed from the unanswered queue which results in helping others who are encountering a similar issue.

Thanks,
Nagendra.

ranbir das 1ranbir das 1
you can use soql to find the expiration date
select id,TrialExpirationDate from organization
Santosh kyatanavarSantosh kyatanavar
select id,TrialExpirationDate from organization, from this we can get orgExpiration date