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
F. CaroF. Caro 

How to get the share code ?

Hi,

Can someone point me out how can I get a share code , e.g. http://developer.force.com/projectpage?id=a0630000002ahp6AAA

Is there a way to get the package and install it?

Thanks
 
Best Answer chosen by F. Caro
PratikPratik (Salesforce Developers) 
Hi F.Caro,

I checked the the linkyou mentioned above.  Go to that project, click on "View Source" on right hand tope corner. 
Once you click on View source you will get navigated to the code repository.
Ther you need to copy paste the code for classes, components and pages in your dev org.

Screenshot:

User-added image

copy the .cls files in Class, .component files from component & .page files from pages.

Thanks,
Pratik

P.S. If this answers you question, please mark it as "Best Answer" so it will help other community members too.
 

All Answers

PratikPratik (Salesforce Developers) 
Hi F.Caro,

I tried the link you mentioned but somhow it's not working. Can you please confirm.

Thanks,
Pratik
F. CaroF. Caro
Hi Pratik,
Yes, I confirm it's the link when the share code is stored.
http://developer.force.com/projectpage?id=a0630000002ahp6AAA
I can access but then I do not know if there is a quick way to get that code installed and tested.

It's about Custom Calendar, I searcher on the forum about "Custom Calendar":
https://developer.salesforce.com/forums/ForumsMain?id=906F000000097OgIAI
I have found the link there in the reply.
Thanks for the support.
Francesco
 
PratikPratik (Salesforce Developers) 
Hi F.Caro,

I checked the the linkyou mentioned above.  Go to that project, click on "View Source" on right hand tope corner. 
Once you click on View source you will get navigated to the code repository.
Ther you need to copy paste the code for classes, components and pages in your dev org.

Screenshot:

User-added image

copy the .cls files in Class, .component files from component & .page files from pages.

Thanks,
Pratik

P.S. If this answers you question, please mark it as "Best Answer" so it will help other community members too.
 
This was selected as the best answer
F. CaroF. Caro
Hi Pratik,
Thiis actually answer me. In fact I did that EXACTLY the same but I was not sure I did it in the best way and was wondering if I did it right or there was a better way.

Also since I could not find where to put the *.xml file. Where those are used? why are shared?
My I then complete a question, once created the class and components, and pages. Where I can see and use them to test this calendar?

Thanks.
Francesco
PratikPratik (Salesforce Developers) 
Hi F.Caro,

Glad it helped you!

If you are using Force.com IDE, then you will find the .xml file below the class or page file.  

Thanks,
Pratik