• debbym
  • NEWBIE
  • 0 Points
  • Member since 2006

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 6
    Questions
  • 2
    Replies
Aside from connection.js, what javascript utility files are useful to use in s-controls?  Is there any documentation of these files (e.g. js/functions.js)?  Which js files are guaranteed not to change (or can we include specific versions) so that my app won't break if they are modified?

Similar idea for style sheets...which ones should I be using?  Or is there a document that covers getting the Salesforce look and feel in an s-control
  • January 17, 2007
  • Like
  • 0
Is there any way to get a custom S-Control to be displayed on the Home page layout?
  • January 17, 2007
  • Like
  • 0
I downloaded the ASP samples from here:
https://wiki.apexdevnet.com/index.php/API#.NET
and ran the installer.  When I open the solution file with visual stdio.net, I get:
"The project file or web cannot be found"
under the ASPSample2 project.

Help?

  • January 10, 2007
  • Like
  • 0
Newbie question: I'm creating an s-control for use as a custom button.  I want the s-control to display an image.  Can I upload the image to salesforce and reference it there (ie use it as the "SRC" attribute in an <IMG> tag)?

Thanks

  • January 09, 2007
  • Like
  • 0
So with the Winter '07 release it is possible to package custom fields added to the standard objects (like Activity, Contact).  But is it not possible to package changes to the standard Page Layouts? 

So if I add a custom field "cost" to the Activity object, and I  want users of my application to see "cost" when they open an Event from the calendar on the Home tab, is there any way to do that?

If I want to add a custom button to the Contacts Page Layout, can that customization be packaged?
  • January 09, 2007
  • Like
  • 0
I would like to create an object, instances of which can appear on the Calendar, with some attributes displayed in addition to what is offered by the Event object.  One option would be to define a new Event RecordType - call it "Special Event".  I can add my custom attributes to the Activity object, but only show them on the layout associated with events of type "Special Event".   I can create a custom tab that creates these Special Events.
 
However, if I now want to publish my application, is there any way to "package" the customization of the Activity object along with my application?
 
Or is there some other approach I should be taking?  Is there some way to create a completely new object type, but one that is somehow "based on" Event so that it can appear on the Calendar?
  • December 06, 2006
  • Like
  • 0
I downloaded the ASP samples from here:
https://wiki.apexdevnet.com/index.php/API#.NET
and ran the installer.  When I open the solution file with visual stdio.net, I get:
"The project file or web cannot be found"
under the ASPSample2 project.

Help?

  • January 10, 2007
  • Like
  • 0
Newbie question: I'm creating an s-control for use as a custom button.  I want the s-control to display an image.  Can I upload the image to salesforce and reference it there (ie use it as the "SRC" attribute in an <IMG> tag)?

Thanks

  • January 09, 2007
  • Like
  • 0