-
ChatterFeed
-
0Best Answers
-
0Likes Received
-
0Likes Given
-
16Questions
-
19Replies
to delete custom lead after conversion
- sessu
- June 29, 2012
- Like
- 0
- Continue reading or reply
Hi
- sessu
- June 26, 2012
- Like
- 0
- Continue reading or reply
HI
Hi I need to create a formula field to calculate amount to be paid based on month, and amount text field, from month picklist (any month i can select, amount need to be calculate from selected month till next year of march) based on both field, fees to be paid field needs to be filled.
3 fields
amount--text
joining month---picklist
Fees to be paid---- text
all 3 fields,belongs to same object.
Please help me to write a formula for this.
- sessu
- June 26, 2012
- Like
- 0
- Continue reading or reply
hi GoodMorning
* First Name | * Last Name |
- sessu
- June 22, 2012
- Like
- 0
- Continue reading or reply
hi
- sessu
- June 15, 2012
- Like
- 0
- Continue reading or reply
hi
- sessu
- June 13, 2012
- Like
- 0
- Continue reading or reply
Hi
- sessu
- January 06, 2012
- Like
- 0
- Continue reading or reply
Hi Salesforce
- sessu
- November 22, 2011
- Like
- 0
- Continue reading or reply
Visual force page error
Letter of Request for Purchase |
Dear Mr.{!Product2.Product_Person__c}! |
I request to purchase Materials used in Garments, from the{!product2.name}The intent to purchase this Material would be approved/accepted by our Organization after getting the Quotation. | |
* Cloth Required | |
* Thread Required | |
* Buttons | |
Yours Sincerely... | {!product2.Contacts__r.name} |
- sessu
- September 22, 2011
- Like
- 0
- Continue reading or reply
- sessu
- August 26, 2011
- Like
- 0
- Continue reading or reply
Test case
- sessu
- August 22, 2011
- Like
- 0
- Continue reading or reply
- sessu
- August 20, 2011
- Like
- 0
- Continue reading or reply
trigger
- sessu
- August 11, 2011
- Like
- 0
- Continue reading or reply
Trigger to update
- sessu
- August 04, 2011
- Like
- 0
- Continue reading or reply
trigger to update records
- sessu
- August 04, 2011
- Like
- 0
- Continue reading or reply
Update Triggers
Hi!
I have created 2 custom objects .with the help of community , i have written a trigger to insert
values from 1 custom object to another now i have to do update method for the same
(I have created 2 custom obj both have same api names and same fields), I have to update records in Member Object and Member 2 record will be automatically updated through trigger
please help me to write a code for update.
below Code I have written is not working
trigger updt on Member__c (after update)
{list<Member2__c> mem = new List<Member2__c>();
for (Member__c a1:Trigger.new)
{
Update mem;
}
}
- sessu
- August 02, 2011
- Like
- 0
- Continue reading or reply
Hi
- sessu
- June 26, 2012
- Like
- 0
- Continue reading or reply
HI
Hi I need to create a formula field to calculate amount to be paid based on month, and amount text field, from month picklist (any month i can select, amount need to be calculate from selected month till next year of march) based on both field, fees to be paid field needs to be filled.
3 fields
amount--text
joining month---picklist
Fees to be paid---- text
all 3 fields,belongs to same object.
Please help me to write a formula for this.
- sessu
- June 26, 2012
- Like
- 0
- Continue reading or reply
hi
- sessu
- June 15, 2012
- Like
- 0
- Continue reading or reply
hi
- sessu
- June 13, 2012
- Like
- 0
- Continue reading or reply
Hi Salesforce
- sessu
- November 22, 2011
- Like
- 0
- Continue reading or reply
Visual force page error
Letter of Request for Purchase |
Dear Mr.{!Product2.Product_Person__c}! |
I request to purchase Materials used in Garments, from the{!product2.name}The intent to purchase this Material would be approved/accepted by our Organization after getting the Quotation. | |
* Cloth Required | |
* Thread Required | |
* Buttons | |
Yours Sincerely... | {!product2.Contacts__r.name} |
- sessu
- September 22, 2011
- Like
- 0
- Continue reading or reply
- sessu
- August 26, 2011
- Like
- 0
- Continue reading or reply
Update Triggers
Hi!
I have created 2 custom objects .with the help of community , i have written a trigger to insert
values from 1 custom object to another now i have to do update method for the same
(I have created 2 custom obj both have same api names and same fields), I have to update records in Member Object and Member 2 record will be automatically updated through trigger
please help me to write a code for update.
below Code I have written is not working
trigger updt on Member__c (after update)
{list<Member2__c> mem = new List<Member2__c>();
for (Member__c a1:Trigger.new)
{
Update mem;
}
}
- sessu
- August 02, 2011
- Like
- 0
- Continue reading or reply
copy field values of one object to another object
HI
Salesforce Community
I am new to Apex & trigger
I have created two custom objects Member & Member2, and same fields for both the object, now i want to insert the values of member fields into Member2 fields, such as Firstname and lastname,
Help me to get code for this
- sbansal
- July 29, 2011
- Like
- 1
- Continue reading or reply