• Prashant Ranjan 12
  • NEWBIE
  • 0 Points
  • Member since 2021

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 6
    Replies
we have 2 objects Account and Dsignation
parent object:Account
Child object: Designation
Relationship :Lookup(Field name "Account__C" on Designation object)
If an Account has Designation with Title CEO(Field name="Title__c") then the Account field  "Area__c" cannot be blank
I want to create the custom field on a standard object using apex from the user interface i.e. Visualforce.
My requirement is this custom field(city,country,state and zipcode) on standard object contact.
we have 2 objects Account and Dsignation
parent object:Account
Child object: Designation
Relationship :Lookup(Field name "Account__C" on Designation object)
If an Account has Designation with Title CEO(Field name="Title__c") then the Account field  "Area__c" cannot be blank
I want to create the custom field on a standard object using apex from the user interface i.e. Visualforce.
My requirement is this custom field(city,country,state and zipcode) on standard object contact.