-
ChatterFeed
-
0Best Answers
-
0Likes Received
-
0Likes Given
-
28Questions
-
9Replies
Hi ! What is the purpose of Local Characters field
I need to create Local Characters field for custom object,how can i create and what are the steps to create.
- john.kr
- March 25, 2013
- Like
- 0
- Continue reading or reply
Methods defined as TestMethod do not support Web service callouts, test skipped
Hi,
when i run the testmethod for webservice class i am getting error message "Methods defined as TestMethod do not support Web service callouts, test skipped".how can i resolve this one
Thanks in advance
- john.kr
- January 23, 2013
- Like
- 0
- Continue reading or reply
System.ListException: List index out of bounds: 0
I am getting error "System.ListException: List index out of bounds: 0 "when run the testmethod.whats the meaning of that and how can i resolved.
List<custom obj__c> lrecords=[
select Id,name,
from custom obj__c
];
lrecords[0].Fileld1__c = 2;
lrecords[0].Fileld2__c =3;
update lrecords;
If i comment "lrecords[0].Fileld1__c = 2; lrecords[0].Fileld2__c =3; " this lines no error.what is the issue on this.
Thanks in advance
- john.kr
- January 23, 2013
- Like
- 0
- Continue reading or reply
Hi !Does Email templete support multiple languages
I need to send email to the user with three languages by using email templete is it possible
- john.kr
- January 16, 2013
- Like
- 0
- Continue reading or reply
Hi !How to access the class in visualforce Email Template
How to access the class and methods in visualforce Email Template,Is it possible
- john.kr
- January 16, 2013
- Like
- 0
- Continue reading or reply
Hi ! How to send Email templates based on user language
We have users in multiple countries who are often in case teams on the same case.
We have set up translation workbench and I have multiple versions of each email template we use for each language we serve, however I cannot send the appropriate template based on the language of the user.
I have english speakers in germany and also german speakers and so I want to send the email in the native language of the user even if the case was generated in germany and even if they are both in the case team for the same case.
- john.kr
- January 03, 2013
- Like
- 0
- Continue reading or reply
- john.kr
- January 03, 2013
- Like
- 0
- Continue reading or reply
Hi All ! How to Give validation rule From object to on custom visulaforce page
Take an example Student__c is an object and in that object having fied called Age__c.Then i have created validation rule on student object the age less than 18 the validation rule fire.It's working on standard page.now i have created custom visulaforce page with student object fields then i enter the data into the fields the validation is not fired.validation is an active mode but on custom visual force page the validation not working any idea thanks..................
- john.kr
- September 26, 2012
- Like
- 0
- Continue reading or reply
Hi All ! How to Give validation rule From object to custom visulaforce page
Take an example Student__c is an object and in that object having fied called Age__c.Then i have created validation rule on student object the age less than 18 the validation rule fire.It's working on standard page.now i have created custom visulaforce page with student object fields then i enter the data into the fields the validation is not fired.validation is an active mode but on custom visual force page the validation not working any idea thanks..................
- john.kr
- September 26, 2012
- Like
- 0
- Continue reading or reply
How to use rerender attribute in apex:actionfunction
How to use rerender attribute in apex:actionfunction when the boolean value is true then only rerender work else it don't wok
- john.kr
- September 20, 2012
- Like
- 0
- Continue reading or reply
Hi All ! Selected Radio button value not stored in field. thanks in advance
The user selected value not stored in object field value.myfield is a field of the customobject
Vf page:
<div class="options">
<apex:selectRadio value="{!custom.myfield}" required="true" layout="pageDirection">
<apex:selectOptions value="{!myOptions}" />
</apex:selectRadio>
</div>
Class:
public customobject__c custom{get; set;}
Thanks in advance..
- john.kr
- July 04, 2012
- Like
- 0
- Continue reading or reply
How to update field when record is edited.
I have contact object, in that it haveing two fields.
in my scnerio when record is created on contact object,then we need to edit the field1,then after need to updated field2.how it possible
Thanks in advance
- john.kr
- June 28, 2012
- Like
- 0
- Continue reading or reply
What is the pupose of custom translations.
Give me an example of custom translations.when it used and how to use custom translations for objects
- john.kr
- June 12, 2012
- Like
- 0
- Continue reading or reply
Hi All ! I have a query If any one knows please share with me !
WHAT IS THE DIFFERENCE BETWEEN CUSTOM LABEL AND CUSTOM SETTINGS IN SALESFORCE
Thanks in advance
- john.kr
- April 21, 2012
- Like
- 0
- Continue reading or reply
How Can i check Myxml class is working or not ! with my requirement type of xml file
Hi I am creating a xml class,this class will be made a xml file to endpoint,in that before how can check my xml file is sending with proper data and proper elements................
- john.kr
- April 03, 2012
- Like
- 0
- Continue reading or reply
How to convert below code to apex! please...........
Hi all ! How to convert below code to apex! logic please...........
<oas:UsernameToken>
<oas:Username>test</oas:Username>
<oas:Password Type=>test</oas:Password>
<oas:Nonce>test</oas:Nonce>
<oas1:Created>12:00</oas1:Created>
</oas:UsernameToken>
gets its values from the data generated in test.cs , please convert this logic to APEX.
- john.kr
- April 02, 2012
- Like
- 0
- Continue reading or reply
hi !how to convert xml file to apex code it's possible
hi
hi !how to convert xml file to apex code it's possible............
thanks......................
- john.kr
- March 31, 2012
- Like
- 0
- Continue reading or reply
how to create boolean field to the object !
how to create boolean field to the object !
Need to add a field to contact, If it's Validated that defaults to true
- john.kr
- March 30, 2012
- Like
- 0
- Continue reading or reply
How to send one sandbox object records to the other sandbox it's possible?
How to send one sandbox object records to the other sandbox it's possible?
Thanks..................
- john.kr
- March 28, 2012
- Like
- 0
- Continue reading or reply
what is the purpose of LABELS.please explain briefly.......
what is the purpose of LABELS.please explain briefly..........
Thanks
- john.kr
- March 22, 2012
- Like
- 0
- Continue reading or reply
Hi !Does Email templete support multiple languages
I need to send email to the user with three languages by using email templete is it possible
- john.kr
- January 16, 2013
- Like
- 0
- Continue reading or reply
Hi All ! How to Give validation rule From object to on custom visulaforce page
Take an example Student__c is an object and in that object having fied called Age__c.Then i have created validation rule on student object the age less than 18 the validation rule fire.It's working on standard page.now i have created custom visulaforce page with student object fields then i enter the data into the fields the validation is not fired.validation is an active mode but on custom visual force page the validation not working any idea thanks..................
- john.kr
- September 26, 2012
- Like
- 0
- Continue reading or reply
Hi All ! How to Give validation rule From object to custom visulaforce page
Take an example Student__c is an object and in that object having fied called Age__c.Then i have created validation rule on student object the age less than 18 the validation rule fire.It's working on standard page.now i have created custom visulaforce page with student object fields then i enter the data into the fields the validation is not fired.validation is an active mode but on custom visual force page the validation not working any idea thanks..................
- john.kr
- September 26, 2012
- Like
- 0
- Continue reading or reply
How to update field when record is edited.
I have contact object, in that it haveing two fields.
in my scnerio when record is created on contact object,then we need to edit the field1,then after need to updated field2.how it possible
Thanks in advance
- john.kr
- June 28, 2012
- Like
- 0
- Continue reading or reply
How can i implement
Currently i am working on Lead Object in Visual Force.
This is my requirement:
How can i implement this one
- Company”textbox can be implemented as one of the following:
- Using auto-suggest (AJAX)– Query all customer accounts with opportunities where partner is in sold-to partner, tier 2 partner, tier 3 partner fields (implementing this will need some extra dev effort)
- Picklist – pulls up all associated accounts with this partner
- Lookup – this will be a custom lookup component which will filter all accounts associated with this partner
- kishore91
- December 29, 2011
- Like
- 0
- Continue reading or reply
There needs to be a Total that adds up all the invoice line items
In that one i am creating a Invoice pdf vf page in the page i want total amount of invoice line items.how to write for loop and this total amount value how to insert vf page what commponet is used.please give me reply
- john.kr
- December 29, 2011
- Like
- 0
- Continue reading or reply
How to change the layout to landscape instead of portrait
I am creating a visualforce page in pdf,The cient said that Please change the layout to landscape instead of portrait? How can i change please give me reply
- john.kr
- December 29, 2011
- Like
- 0
- Continue reading or reply