• renu anamalla 9
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 13
    Questions
  • 2
    Replies
Please explain briefly...how to reduce the view state n how solve the nullpointer give me one example
Fields:
Custom fields:
Fee1(currency)           Fee1+Fee2
Fee2(currency)
Total_Amount
Disc(pecantage)
when ever enter the fee1+fee2 values autometically add the Discount ex:2%
please write the program
After insert and after update  differnce n give simple scenario
How to share the Apex class to user?
before insert and after insert differnece and  give me example?
How  write the test classes,please take one example and write
How to update and delete the record using Triggers?
Im new for salesforce.
I have one custom object JobForm__c
i have two fields ApplicaneName__c,JobFormName(mandatory)
I have applicant name='renu'
i want arjun.
What is the view state?and error?ang how to resolve the problem?
Im very confused on both please explain
how to call the record types Vfpage to Apex give me example
Sample code:

Custom Object:Obj__c:


<apex:page controller="obj__c">
<apex:form>
<apex:pageblock>
<apex:pageblocksection>

<apex:inputField value="{!obj.Name}"/>   // replace here
<apex:inputField value="{!obj.Phone__c}"/>

</apex:pageblock>
​</apex:pageblocksection>
</apex:form>
</apex:page>


Regards,
Renu....

I'm trying to copy records from one object to another, but, i only want to copy those that had a field modified by the user

as in: i have a list of one object with one field that is editable, the rest are just displaying as a normal table, once the user modifies that field that row(record) is updated with the new information for that field

now, whay i need is to get that row to be copied to another list for another object

as i said, i'm still getting used to this thing and what i've tried has given me errors like "System.NullPointerException: Attempt to de-reference a null object" or the row just wont get copied

ANY help will be greatly appreciated, thank you

How to update and delete the record using Triggers?
Im new for salesforce.
I have one custom object JobForm__c
i have two fields ApplicaneName__c,JobFormName(mandatory)
I have applicant name='renu'
i want arjun.