-
ChatterFeed
-
0Best Answers
-
0Likes Received
-
0Likes Given
-
9Questions
-
5Replies
Error building Hybrid app using MobileSDK for androind
I cloned from below git hub.
https://github.com/forcedotcom/SalesforceMobileSDK-Android.git.
Created a project in eclipse (after installing Android SDK and ADT plugin). Now, when I import project (VFConnector) from MobileSDK, I am getting error as "Unable to resolve target 'android-8'. Why this could be?
Thanks
Jaydip
-
- Jaydip
- September 27, 2012
- Like
- 0
- Continue reading or reply
Apex number of characters limitation
Hi,
As we know, there could be 2,000,000 characters limitation for total Apex code for an organization. Now, does that number including System.Debug statements as well? Or this excludes System.Debug statements like comments and @istest ones?
Thanks
-
- Jaydip
- March 08, 2011
- Like
- 0
- Continue reading or reply
Visualforce page embedded to a standard page layout
Hi,
When I embed a visualforce page to a standard page layout, this visualforce page is only visible in view mode. How could I see the visualforce content in edit mode as well, when it is embedded to a standard page layout?
Thanks
-
- Jaydip
- February 23, 2011
- Like
- 0
- Continue reading or reply
VisualForce and Java script issue with multi-pick list
Hello,
I am calling a java script from VF page and passing field ID value to java script as parameter. Now, when I do a
document.getElementById(theId).value for a multi-pick list, the java script only getting the first value selected. My thought was, it should get semi colon delimited string with all values. So, how could we get all other selected values in java script?
Thanks for any help.
-
- Jaydip
- January 10, 2011
- Like
- 0
- Continue reading or reply
Object access permission for all profiles
Hi,
Is there any object in SFDC, where object access permission related information for each profile is stored? For example, if I want to query which profiles have write access to Account object, where can I get this information stored?
Thanks
-
- Jaydip
- July 07, 2010
- Like
- 0
- Continue reading or reply
Calling a method from radio control
Hi,
I am trying to invoked a method from a radio button in PageBlockTable. Looks like with SelectRadio, there is no action attribute. So,how should I call?
Thanks
Jaydip
-
- Jaydip
- February 05, 2010
- Like
- 0
- Continue reading or reply
Calling SControl object from Visual Force page
Hi,
Is there any way, I could call a S-Control from a Visual Force page?
Thanks
-
- Jaydip
- January 28, 2010
- Like
- 0
- Continue reading or reply
Overriding New Button with a VisualForce page
Hi,
I am trying to override a standard object's New button with a Visual Force page.After I did that,
when I click New button, at first, Record Type selection page comes, then my newly built Visual Force page appears.
My question, is there any way, we could show visual force page before selecting record type? I could then redirect
to display record type selection page.
Thanks for your help.
regards
Jaydip
-
- Jaydip
- January 26, 2010
- Like
- 0
- Continue reading or reply
API that returns all Object Name in my Organization
I was wondering, which API call I could use from my asp.net/C# application, that will return all Standard and Custom object names that are part of my organization. I want to display all available objects in drop down list in a asp.net page.
Thanks
-
- Jaydip
- December 14, 2009
- Like
- 0
- Continue reading or reply
Error building Hybrid app using MobileSDK for androind
I cloned from below git hub.
https://github.com/forcedotcom/SalesforceMobileSDK-Android.git.
Created a project in eclipse (after installing Android SDK and ADT plugin). Now, when I import project (VFConnector) from MobileSDK, I am getting error as "Unable to resolve target 'android-8'. Why this could be?
Thanks
Jaydip
- Jaydip
- September 27, 2012
- Like
- 0
- Continue reading or reply
Controller Method
Hi,
I have to custom obj (1) Project (2) Budget with lookup relationship (1 Proj can have multiple budgets)
One VF page with stdcontroller budget__c and extension accepting value for month and budget value.
Command Button {!addMore}.
Here i wrote a class method
- Dhairya
- March 08, 2011
- Like
- 0
- Continue reading or reply
VisualForce and Java script issue with multi-pick list
Hello,
I am calling a java script from VF page and passing field ID value to java script as parameter. Now, when I do a
document.getElementById(theId).value for a multi-pick list, the java script only getting the first value selected. My thought was, it should get semi colon delimited string with all values. So, how could we get all other selected values in java script?
Thanks for any help.
- Jaydip
- January 10, 2011
- Like
- 0
- Continue reading or reply
Calling SControl object from Visual Force page
Hi,
Is there any way, I could call a S-Control from a Visual Force page?
Thanks
- Jaydip
- January 28, 2010
- Like
- 0
- Continue reading or reply
API that returns all Object Name in my Organization
I was wondering, which API call I could use from my asp.net/C# application, that will return all Standard and Custom object names that are part of my organization. I want to display all available objects in drop down list in a asp.net page.
Thanks
- Jaydip
- December 14, 2009
- Like
- 0
- Continue reading or reply