• rtandon17@gmail.com
  • NEWBIE
  • 0 Points
  • Member since 2013

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

I have a requirement where in I have table with 6 fields. The first 5 fields are picklist and sixth one needs to be calculated and should contain the result.

Now ,the user can select any values from each of the 5 picklists and based on the selection of values from the picklist , I will need to perform some numeric calculation and display the numerica value in the 6th field on the fly.

 

Currently my sixth field is a formula field , but the issue is , that formula field calculates and displays only after clicking on the save; Whereas my requirement is that the user  can see the change in the value of the 6th field on the fly as and when the user selects or changes the value in any of the first 5 picklist fields.

 

 

Please help!

Any complete sample code or javascript is appreciated. Thank you!

 

Hi,

I have a requirement where in I have table with 6 fields. The first 5 fields are picklist and sixth one needs to be calculated and should contain the result.

Now ,the user can select any values from each of the 5 picklists and based on the selection of values from the picklist , I will need to perform some numeric calculation and display the numerica value in the 6th field on the fly.

 

Currently my sixth field is a formula field , but the issue is , that formula field calculates and displays only after clicking on the save; Whereas my requirement is that the user  can see the change in the value of the 6th field on the fly as and when the user selects or changes the value in any of the first 5 picklist fields.

 

 

Please help!

Any complete sample code or javascript is appreciated. Thank you!

Hi,

I have a requirement where in I have table with 6 fields. The first 5 fields are picklist and sixth one needs to be calculated and should contain the result.

Now ,the user can select any values from each of the 5 picklists and based on the selection of values from the picklist , I will need to perform some numeric calculation and display the numerica value in the 6th field on the fly.

 

Currently my sixth field is a formula field , but the issue is , that formula field calculates and displays only after clicking on the save; Whereas my requirement is that the user  can see the change in the value of the 6th field on the fly as and when the user selects or changes the value in any of the first 5 picklist fields.

 

 

Please help!

Any complete sample code or javascript is appreciated. Thank you!

Hi,

I have a requirement where in I have table with 6 fields. The first 5 fields are picklist and sixth one is Number field.

Now ,the user can select any values from each of the picklists and based on the selection of values from the picklist , I will need to perform some numeric calculation and display the numerica value in the 6th field on the fly.

 

Currently my sixth field is a formula field , but the issue is , that formula field calculates and displays only after clicking on the save; Whereas my requirement is that the user can see the change in the value of the 6th field on the fly as and when the user selects or changes the value in any of the first 5 fields.

 

Please help!

 

 

Hi,

I am using below script to display help icon and help message to be displayed to the user on a field.

When I had inserted this code in my vf page, it was working , but suddenly it has stopped working.

Please suggest. Thanks!

 

 

 

<span id="Buyer-_help" class="helpButtonOn">
<img class="helpOrb" title="" alt="" src="/s.gif"/>
<script type="text/javascript">
sfdcPage.setHelp('Buyer', 'MyText')</script>
</span>

Need Help:Displaying records of Master detail objects in VFpage, detail object a table of recrds wid input values from the users for the fields.
 
I have two objects---Object1,object2.
Object1 is master of object2.
i need to have two section of these two objects.
Sction1 contains object1 fields.Once i will click on save it should save a record,meanwhile i should have fields for
 objects2 and there should be one button ADD Row,by clicking the button records should get added and once i will hit on save,all records of object2 should link with object 1. 

Now i am having standard controller="Object1" extension="MultiAdd"

now the issue is in the first section i am getting the fields,but in the second section, fields are not coming as table
format since in order to insert records i should have input text.I have used input field in it.
 
Please guide me where I am making mistake , is it the controllers/extensions that I am using it wrongly . 

Please help me with the sample code or suggestions or guide me if I am missing something. I am very new to Apex/VF programming. 

Need your help urgent.  Thanks in advance

 


Hi, I am very new to salesforce and donot have much idea on apex coding/vf, I am looking for sample code & Suggestions to develop the below problem description as i need to develop and deliver this at the earliest.
Please help, Thank you!

Problem Description:
I need to develop custom visual force page where in the user can enter values in a form like page for various fields
and can also enter values in the dynamic table ie. the user can add any number of rows the the table and then the
user can save the form.

Fields: Accnt field -> is a field value from account object through master details relation ship b/w account and this object (say X).
Object X: for which the vf page is to be developed contains fields (fields2, fields 3, fields 4 and fields 5)

Table Name: is a separate object which is related to Object X.


I need to create a form which looks like the attach screen print so that the user can enter values
save/update etc. The user should be able to add/delete update multiple records in the table and the
records should related to the object X for each acc and related records should be displayed on view and can also be edited.

Also, i have just provided first section detail of the form to be developed, the remaining pages of the form is exactly replication of this page with differnt fields of
object X and then related tables of different object.


The table needs to be developed so that the user can add dynamically any number of rows or date or delete etc with buttons or any suggestions.

Any suggestions on data definition is also welcomed. thank you so much for the help.

Need Help:Displaying records of Master detail objects in VFpage, detail object a table of recrds wid input values from the users for the fields.
 
I have two objects---Object1,object2.
Object1 is master of object2.
i need to have two section of these two objects.
Sction1 contains object1 fields.Once i will click on save it should save a record,meanwhile i should have fields for
 objects2 and there should be one button ADD Row,by clicking the button records should get added and once i will hit on save,all records of object2 should link with object 1. 

Now i am having standard controller="Object1" extension="MultiAdd"

now the issue is in the first section i am getting the fields,but in the second section, fields are not coming as table
format since in order to insert records i should have input text.I have used input field in it.
 
Please guide me where I am making mistake , is it the controllers/extensions that I am using it wrongly . 

Please help me with the sample code or suggestions or guide me if I am missing something. I am very new to Apex/VF programming. 

Need your help urgent.  Thanks in advance

I have a requirement where in I have table with 6 fields. The first 5 fields are picklist and sixth one needs to be calculated and should contain the result.

Now ,the user can select any values from each of the 5 picklists and based on the selection of values from the picklist , I will need to perform some numeric calculation and display the numerica value in the 6th field on the fly.

 

Currently my sixth field is a formula field , but the issue is , that formula field calculates and displays only after clicking on the save; Whereas my requirement is that the user  can see the change in the value of the 6th field on the fly as and when the user selects or changes the value in any of the first 5 picklist fields.

 

 

Please help!

Any complete sample code or javascript is appreciated. Thank you!

Hi,

I have a requirement where in I have table with 6 fields. The first 5 fields are picklist and sixth one needs to be calculated and should contain the result.

Now ,the user can select any values from each of the 5 picklists and based on the selection of values from the picklist , I will need to perform some numeric calculation and display the numerica value in the 6th field on the fly.

 

Currently my sixth field is a formula field , but the issue is , that formula field calculates and displays only after clicking on the save; Whereas my requirement is that the user  can see the change in the value of the 6th field on the fly as and when the user selects or changes the value in any of the first 5 picklist fields.

 

 

Please help!

Any complete sample code or javascript is appreciated. Thank you!

Hi,

I have a requirement where in I have table with 6 fields. The first 5 fields are picklist and sixth one is Number field.

Now ,the user can select any values from each of the picklists and based on the selection of values from the picklist , I will need to perform some numeric calculation and display the numerica value in the 6th field on the fly.

 

Currently my sixth field is a formula field , but the issue is , that formula field calculates and displays only after clicking on the save; Whereas my requirement is that the user can see the change in the value of the 6th field on the fly as and when the user selects or changes the value in any of the first 5 fields.

 

Please help!