• Ganesh Babu
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 1
    Likes Given
  • 4
    Questions
  • 5
    Replies
Hi All,

I have worked on many enhancement project. while thinking about new salesforce project from scratch, so many questions are running in my mind.

If a company is implementing salesforce for first time,
what all steps has to be followed?
how to approach them?
whom we should contact?
how to identify which edition will be helpful?
what will happen if we choose wrong edition? is it possible to update later?

Please give me some idea. 

Thanks in advance!!

Regards,
GB
Hi All,

I am Creating a VF Page, which has header and footer similar to ms word. I am able to add it dynamically in all the pages. but I am facing problem when adding table inside header. It is adding inside first header but when i try to create new page. I am not able to add same table with same positiion on new pages header. Please give me some idea to achieve it.
Hello All,

When i try to append a div tag which contains a component, Javascript is not working.
I am trying to display components as header and footer over a div.

I have pasted my code and please check it and tell me what is the issue.

 
mydiv = $('<div id="somediv" class="somediv"></div>');
             mydiv1 = $('<br/>');
             alert('1');
             footerdiv = $('<div id="somediv2" class="header1"><c:Template_Header /></div>');
            alert('3');
            headerdiv = $('<div id="header_next" class="footer1"><c:Template_Header /></div>');     
            alert('2');
             
            alert('4');
            mydiv1.appendTo('body');
            headerdiv.droppable().appendTo('body');
            mydiv.droppable().appendTo('body');
            footerdiv.droppable().appendTo('body');
Sometimes, footerdiv is working and it is not executing after headerdiv.

Thanks in Advance,

Regards,
Ganesh.B
Hi,

We have the following, pls let me know how to solve it:
There are 3 record types for Case, say A,B and C.
If an User creates a Case record with record type A then restrict the User to View/Edit only Case records(his/others) of record type A only.
If an User creates a Case record with record type B then restrict the User to View/Edit only Case records(his/others) of record type B only.
How can it be done, pls let us know the solution as it is bit urgent.

Thanks a lot.

Is there a possible way to create a related list and save a record, say an 'employee' record through a custom button (Add an Employee) on 'employee related list' so that the record gets saved directly in the related list and not in any object.

PS: There is no custom object for employee. Just need to display the saved record in related list.


Thanks

Hi 

I need Salesforce on job support. Please respond asap

My email - kmohanrm@gmail.com

Thanks
Hello All,

When i try to append a div tag which contains a component, Javascript is not working.
I am trying to display components as header and footer over a div.

I have pasted my code and please check it and tell me what is the issue.

 
mydiv = $('<div id="somediv" class="somediv"></div>');
             mydiv1 = $('<br/>');
             alert('1');
             footerdiv = $('<div id="somediv2" class="header1"><c:Template_Header /></div>');
            alert('3');
            headerdiv = $('<div id="header_next" class="footer1"><c:Template_Header /></div>');     
            alert('2');
             
            alert('4');
            mydiv1.appendTo('body');
            headerdiv.droppable().appendTo('body');
            mydiv.droppable().appendTo('body');
            footerdiv.droppable().appendTo('body');
Sometimes, footerdiv is working and it is not executing after headerdiv.

Thanks in Advance,

Regards,
Ganesh.B
Hi 

I need Salesforce on job support. Please respond asap

My email - kmohanrm@gmail.com

Thanks