• develp
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 2
    Replies
Hi guys,

I make 1 modification in my apex class in dev(sandbox) and run the test case. I added the change set in outbound change set and uploaded it. Then in inbound change sets I validated it and tried to deploy then I got error failed to deploy.

Guys can u please give me reply as soon as possible.
Hi Guys, I have one problem in my current project like I have one seller portal where a user register with his FIRST NAME, LAST NAME, COMPANY, PHONE, EMAIL, & HIS ADDRESS INFO. After completion of filling that form from that registration form(record), it's showing his company name as his name & company name instead of showing his name. And also new contact is not listing in contact's place it is listing in account's place.

WHAT'S THE PROBLEM WHERE I NEED TO CHECK???
  • April 28, 2014
  • Like
  • 0
Hi guys, I have one problem here, 

In sites contacts coming from seller portal not listing names but listing company names & primary contact is populating in fields of account instead of contact

seller portal contains info like 1.Registration info 2.Business address & contact info

Please reply as soon as possible Waiting for your reply guys.
  • April 22, 2014
  • Like
  • 0
Hi guys, I have one problem here, 

In sites contacts coming from seller portal not listing names but listing company names & primary contact is populating in fields of account instead of contact

seller portal contains info like 1.Registration info 2.Business address & contact info

Please reply as soon as possible Waiting for your reply guys.
  • April 22, 2014
  • Like
  • 0

Hi,

How can i keep Required mark for an input text  value in a visual force page?Setting required="true" is not working..

 

 Name : <apex:inputtext value="{!ContactName}" id="name"  required="true"/>

 

 

regards,

Abhi