• phanikumar
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 6
    Questions
  • 3
    Replies

Dear Salesforce Experts,

 

 

I am having a requriment like having 2 objects.

projectmanger and projectassociate,in both these objects few fields are common,Like Region,Task...etc.

If i select Region in Project manger object it will have to display in project associate object.

 

Thanks in advance........

 

 

Regards,

phani

Dear Salesforce Exports,

 

I am new to the salesforce,I am Implementing a new task.......

Having the Requriment ..

Roles:-

 

Projectmanager

projet Associate

professional developer

 

Project manager creates projects and tasks  he will assign these tasks to Project associate.

Project associate will assign the Tasks to professional developers.

Professional developers will complete the task in estimated time....

 

 

Can any one please help..How to implement this requriment......

 

thanks in advance......

 

 

 Regards,

Phani

Dear Salesforce Exports,

 

I am new to the salesforce,I am Implementing a new task.......

Having the Requriment ..

Roles:-

 

Projectmanager

projet Associate

professional developer

 

Project manager creates projects and tasks  he will assign these tasks to Project associate.

Project associate will assign the Tasks to professional developers.

Professional developers will complete the task in estimated time....

 

 

Can any one please help..How to implement this requriment......

 

thanks in advance......

 

Regards,

Phani

 

 

Dear Salesforce Exports,

 

I am new to the salesforce,I am Implementing a new task.......

Having the Requriment ..

Roles:-

 

Projectmanager

projet Associate

professional developer

 

Project manager creates projects and tasks  he will assign these tasks to Project associate.

Project associate will assign the Tasks to professional developers.

Professional developers will complete the task in estimated time....

 

 

Can any one please help..How to implement this requriment......

 

thanks in advance......

 

 

Regards,

Phani

 

Dear Salesforce Experts,

 

 

   I created a custom object with name Employe1__c.

 

I created  fields for this object like...

  EmployeID

 EmpName

 

 

after that in UI,Using VF.......I written some Code...............

 

 

<apex:page standardcontroller="Employe1__c">
<apex:form >
<apex:pageBlock >
<apex:pageBlockSection >
<apex:inputField value="{!Employe1__c.EmployeId__c}"/>
<br/>
<apex:inputField value="{!Employe1__c.EmpName__c }"/>

<br/>
<apex:commandButton value="Insert" action="{!save}"/>

 

</apex:pageBlockSection>

 

</apex:pageBlock>

</apex:form>
</apex:page>

 

After that i want to   create an Apex class like..

 

public class Employe1__c

{


}

 

For this one line of code i am unable to save Apexclass...

I am geting an error like this

 

ErrorError: Compile Error: Invalid identifier: Employe1__c at line 1 column 14


For this i want to do Insert,update,delete...But i am unable to create the Class....


I need some help from Experts...

 

Thanks in advance.:)

 

 

 

 

 

Hello Genius,

 

I am new to sales force,I am in training in SalesForce.I am having a small requriment.

Having there Fields like Empid,Empname,EmpAddress.

 

Using These i have to do Inert,update,Delete.

 

Can you please send  the code  Logic in Detail

 

  I have to submit Now...'

 

 

Thanks,

Phani

Dear Salesforce Experts,

 

 

I am having a requriment like having 2 objects.

projectmanger and projectassociate,in both these objects few fields are common,Like Region,Task...etc.

If i select Region in Project manger object it will have to display in project associate object.

 

Thanks in advance........

 

 

Regards,

phani

Dear Salesforce Exports,

 

I am new to the salesforce,I am Implementing a new task.......

Having the Requriment ..

Roles:-

 

Projectmanager

projet Associate

professional developer

 

Project manager creates projects and tasks  he will assign these tasks to Project associate.

Project associate will assign the Tasks to professional developers.

Professional developers will complete the task in estimated time....

 

 

Can any one please help..How to implement this requriment......

 

thanks in advance......

 

 

 Regards,

Phani

Dear Salesforce Experts,

 

 

   I created a custom object with name Employe1__c.

 

I created  fields for this object like...

  EmployeID

 EmpName

 

 

after that in UI,Using VF.......I written some Code...............

 

 

<apex:page standardcontroller="Employe1__c">
<apex:form >
<apex:pageBlock >
<apex:pageBlockSection >
<apex:inputField value="{!Employe1__c.EmployeId__c}"/>
<br/>
<apex:inputField value="{!Employe1__c.EmpName__c }"/>

<br/>
<apex:commandButton value="Insert" action="{!save}"/>

 

</apex:pageBlockSection>

 

</apex:pageBlock>

</apex:form>
</apex:page>

 

After that i want to   create an Apex class like..

 

public class Employe1__c

{


}

 

For this one line of code i am unable to save Apexclass...

I am geting an error like this

 

ErrorError: Compile Error: Invalid identifier: Employe1__c at line 1 column 14


For this i want to do Insert,update,delete...But i am unable to create the Class....


I need some help from Experts...

 

Thanks in advance.:)