• john.kr
  • NEWBIE
  • 0 Points
  • Member since 2011

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 28
    Questions
  • 9
    Replies

I need to send email to the user with three languages by using email templete is it possible

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..................

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..................

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

Currently i am working on Lead Object  in Visual Force.

This is my requirement:

How can i implement this one

 

  1. 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

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

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