-
ChatterFeed
-
0Best Answers
-
0Likes Received
-
0Likes Given
-
5Questions
-
3Replies
I cannot deploy some custom object
If inscribe . In a Org I find I cannot deploy some custom object to sandbox.I use refresh sandbox in system.Then I view the sandbox. I cannot find recently the creating custom object ,but I can find early the creating custom object .
Who met the situation ?
Any help will be appreciated.
thanks
sunny
- SunnySun
- July 01, 2011
- Like
- 0
- Continue reading or reply
Get field type / permissions in the apex code
hi, All
I have a trouble. then i want to get formula type field .And I want to know the field for the current user's permissions.
Map<String, Schema.SobjectField> fields = Schema.SobjectType.OpportunityLineItem.fields.getMap();
I can use this find field properties.But I did not find a way to judge whether the formula type field.And I want to know the field for the current user's permissions too. Used to remove the current user without permissions field.
Any help will be Appreciated.
- SunnySun
- May 27, 2011
- Like
- 0
- Continue reading or reply
A Visualforce Page with Filtering
Hi,all!
Then I code a visualforce page with filter function,I use some selectoption . I use inputHidden to deliver what I selected.
I can get the value in this page's controller. but when I want to based on these conditions to refresh the page, I found I can't send these conditions to the new page.
This is my code for refresh the page.
public PageReference selectChange(){ PageReference pageRef = ApexPages.currentPage(); pageRef.getParameters().put('FyValue', FyValue); pageRef.getParameters().put('ACCValue', ACCValue); pageRef.getParameters().put('ProductNameValue', ProductNameValue); pageRef.getParameters().put('CropNameValue', CropNameValue); pageRef.getParameters().put('PackageValue', PackageValue); pageRef.getParameters().put('BrandValue', BrandValue); pageRef.getParameters().put('ItermValue', ItermValue); pageRef.setRedirect(true); return pageRef; }
I use pageRef.getParameters().put('FyValue', FyValue); to send the conditions. But I found I Failure.
So,I want to know How should I do!
Any help will be admiration!
- SunnySun
- March 16, 2011
- Like
- 0
- Continue reading or reply
Support the preservation of dynamic binding feature is?
I use Dynamic Binding feature, but i find i can't save the modify data.
I want to know when i use Dynamic Binding feature how to save the modify data.
Better to hava code fragments!
Any help will be appreciated!
this is my page code fragment
<apex:pageBlock title="TestPage"> <apex:pageBlockButtons location="top" > <apex:commandButton action="{!save}" value="Save"/> </apex:pageBlockButtons> <apex:repeat var="caseField" value="{!caseFieldList}" > <!-- The only editable information should be contact information --> <apex:inputField value="{!dynamicCase[caseField]}" rendered="true"/> <br/><br /> </apex:repeat> </apex:pageBlock>
sunny
- SunnySun
- February 12, 2011
- Like
- 0
- Continue reading or reply
Dynamic Visualforce Bindings about Date
Hey guys,I have problem about Dynamic Visualforce Bindings . That is Spring 11 edition's new function .
Then,I want display a Date type field and edit it, so i use <apex:inputField >.
But it isn't same to system. I get a text !
Guys, I want to know how to display a date type field whit dynamic , and can be edit it like system.
Any help would be extremely appreciated!
Sunny
- SunnySun
- February 11, 2011
- Like
- 0
- Continue reading or reply
A Visualforce Page with Filtering
Hi,all!
Then I code a visualforce page with filter function,I use some selectoption . I use inputHidden to deliver what I selected.
I can get the value in this page's controller. but when I want to based on these conditions to refresh the page, I found I can't send these conditions to the new page.
This is my code for refresh the page.
public PageReference selectChange(){ PageReference pageRef = ApexPages.currentPage(); pageRef.getParameters().put('FyValue', FyValue); pageRef.getParameters().put('ACCValue', ACCValue); pageRef.getParameters().put('ProductNameValue', ProductNameValue); pageRef.getParameters().put('CropNameValue', CropNameValue); pageRef.getParameters().put('PackageValue', PackageValue); pageRef.getParameters().put('BrandValue', BrandValue); pageRef.getParameters().put('ItermValue', ItermValue); pageRef.setRedirect(true); return pageRef; }
I use pageRef.getParameters().put('FyValue', FyValue); to send the conditions. But I found I Failure.
So,I want to know How should I do!
Any help will be admiration!
- SunnySun
- March 16, 2011
- Like
- 0
- Continue reading or reply
Dynamic Visualforce Bindings about Date
Hey guys,I have problem about Dynamic Visualforce Bindings . That is Spring 11 edition's new function .
Then,I want display a Date type field and edit it, so i use <apex:inputField >.
But it isn't same to system. I get a text !
Guys, I want to know how to display a date type field whit dynamic , and can be edit it like system.
Any help would be extremely appreciated!
Sunny
- SunnySun
- February 11, 2011
- Like
- 0
- Continue reading or reply