• imAkashGarg
  • NEWBIE
  • 80 Points
  • Member since 2011


  • Chatter
    Feed
  • 3
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 43
    Questions
  • 75
    Replies

As we have two types of view for the standard ideas object, list and tab view.

We can get the list view by using enhancedList, but how to implement the tab view in visualforce?

Need to create approval process on standard Idea Object.

But in approval process wizard, Idea object is not showing.

How to implement in Ideas?

how to make field(text) visible on edit page but not  on detail page?

it is the standard detail page

This is regarding the chrome plugin "Force.com LOGINIS".

 

there seems to be some problems with my plugin. when i am opening multiple account in new windows, it is not maintaining sessions for each login. i.e. it is just remembering the last login and converting all sf logins to the last login. i think this is not the expected behaviour. it should allow me to work on multiple logins simulataneously.

 

please suggest or guide me if i am wrong.

i have used ilineEdit mode in pageblocktable, but it is not working:

 

<apex:pageBlock title="test" mode="inlineEdit">
   <apex:pageBlockTablevalue="{!addr_list}" var="addr" >
       <apex:column headerValue="City">{!addr.City__c}</apex:column>
       <apex:column headerValue="State">{!addr.State__c}</apex:column>
   </apex:pageBlockTable>

   <apex:pageBlockButtons >
       <apex:commandButton action="{!edit}" id="editButton" value="Edit" />
       <apex:commandButton action="{!save}" id="saveButton" value="Save" />
       <apex:commandButton onclick="resetInlineEdit()" id="cancelButton" value="Cancel"/>
   </apex:pageBlockButtons>

</apex:pageblock>

 

Please suggest.

 

is there a way to clone objects?

i am not able to make a junction object between contact and product. because there is no option to create MD on product object.

please suggest an alternative approach, if this is not possible.

 

thanks.

I am using Eclipse 3.6 with force.com ide plugin.

The content Assist is not working and on pressing ctrl+space it says:

"Content Assist is not available at this location"

i need to build one integration between the different sandbox of the same org.

i am new to integration. Need help on how to start.

i have a inline visualforce page in the account standard page. it shows the list of child records. it was working great before. but now the page is cropped and the completed page is not showing up. it is just showing the first 2 records but it has records in it. might be some release issues.

 

Need Help.

i have to pass one variable on click of a custom button on standard page. The button will lead to new oppty page. here, on the opportunity i want to save the variable's value to one of the oppty field.

i tried using to send over url but i was unable to fetch that value on oppty.

please let me know what are the other options to pass variables on standard page.

 

Thanks

Can we edit the salesforce standard error message?

 

Is it possible to send an email when we share a record to an user. i want to notify the user with whom the record is shared.

Can we write trigger after we manually share a reaord.??

A trigger can be fired twice, if there is a workflow too on the same object updating the field.

Is there a way, we can restrict the trigger to fire only once?

We have a field 'API requests, Last 24 Hours' in Company Information.

The maxmum limit is 360,000.

 

How are the number of API requests calculated?

We are getting closer to this figure, we need to have an estimate for future refernce.

Like if we are having 25000 new records created everyday and some 20000 updated everyday.

What will be the number of API requests. How to calculate.

 

 

 

 

Does Salesforce takes care of the Time zones affected by DST.
Previous, to this clock change on last weekend, the records were flowing with the right time.
Now, we are getting the Date/time 1 hour more to the actual time.
i.e. Orders are coming to Salesforce from Cordys which has a time zone defined as BST (GMT + 1).
The user in Salesforce are also set to BST. But the values for the dates don't match.
Do we need to write a custom code to monitor this, or SF takes care of this?

Currently personal accounts use both an Account record and contact record, therefore doubling the storage usage for a single person account record. Why so?

How can i delete a class/trigger from the production environemnt?

I have a VF page rendered as PDF.

I have to perform a DML operation on this page.

I am getting the error:

"DML currently not allowed"

 

How to perform a DML operation on this PDF page?

 

 

There are around 50 users in our production environment. One of them is not able to login, though he is active and has all the required details.

When he is entering his details (username and the password), he is not directed to the intended page.

Hi,
I'm trying to create a process to get rid of all my workflow rules, but I am struggling with the fact that I need to set an ID in order to update a record type.

I am forced to set the record type ID, and I cannot select the Record Type Name, like I used to do with workflows.

Process Builder - Record Type Update

I am mising something? Is there anyway to set the Record Type based on the name and not on the ID?

Thanks in advance, Laura
  • February 18, 2015
  • Like
  • 0

As we have two types of view for the standard ideas object, list and tab view.

We can get the list view by using enhancedList, but how to implement the tab view in visualforce?

Need to create approval process on standard Idea Object.

But in approval process wizard, Idea object is not showing.

How to implement in Ideas?

how to make field(text) visible on edit page but not  on detail page?

it is the standard detail page

i have used ilineEdit mode in pageblocktable, but it is not working:

 

<apex:pageBlock title="test" mode="inlineEdit">
   <apex:pageBlockTablevalue="{!addr_list}" var="addr" >
       <apex:column headerValue="City">{!addr.City__c}</apex:column>
       <apex:column headerValue="State">{!addr.State__c}</apex:column>
   </apex:pageBlockTable>

   <apex:pageBlockButtons >
       <apex:commandButton action="{!edit}" id="editButton" value="Edit" />
       <apex:commandButton action="{!save}" id="saveButton" value="Save" />
       <apex:commandButton onclick="resetInlineEdit()" id="cancelButton" value="Cancel"/>
   </apex:pageBlockButtons>

</apex:pageblock>

 

Please suggest.

 

I am using Eclipse 3.6 with force.com ide plugin.

The content Assist is not working and on pressing ctrl+space it says:

"Content Assist is not available at this location"

Hello,

 

Reset Security token option is not availble under My Personal Information setup.Please help me out from this problem....

Hi

 

To invoke action method we generally use Action Poller. 

 

Is there any alternative for this. Thank you

i need to build one integration between the different sandbox of the same org.

i am new to integration. Need help on how to start.

Can we edit the salesforce standard error message?

 

Hi All,

 

  'Reset My Security Token' Option is not appear In my sandbox and Production .

 

   I ckecked IP restiction, that is fine and in my profile API is enabled. How to enable this option in my sanbox?

 

  Can any one please provide a solution for this issue.