I Want to Create a Multiple textbox on add button click three textbox and a droplist should be added on every click and on save button the the value should be saved in database
Related
I have a cascading dropdown and a load button. I want to bind the values selected from those dropdown to a button. And when a user clicks the load button line chart should be displayed. Any idea how to go about this?
TIA
I created a new list in sharepoint with 35 columns (Single line of text), then I added next additional 5 colums, but that 5 coulms automatically sets as hidden. I marked them as visible in Show/Hide colums menu, but when i refresh the page everything goes back to its previous state. I have no idea what to do to make them visible in my list.
After marking your columns as visible or hidden, you need to click on "Apply" on top of the menu. After this, click on "All Items"--> "Save as" and then choose a view. If you only have one view of your list, I would name it "All Items" as suggested. Click "Save" and your changes will be visible in your list.
I want to be able to Click on one Checkbox on Excel VBA that is able to Click on 5 other Checkbox's. My scenario is I want to create a table that shows 5 types of Data, what I want to accomplish is to create a Checkbox that clicks all of these other checkbox's, and therefore loads all data without the user having to check all 5 of these other Checkbox's. I want this checkbox to also be ticked if the user has ticked all 5 other options, and when the user has clicked then unclicked this Checkbox, for all the options to unselect itself. Hope someone can help?
inside the main check box click function add the oleobjects.object.value property
sub checkbox1_click()
activeworkbook.sheets(1).oleobjects("checkbox_2").object.value=true
end sub
you can add more check boxes in a similar way....so whenever the main check box (checkbox 1 ) is enabled all other checkboxes within the checkbox sub will also be enabled
I want to add a button on the inline edit set of buttons. For instance, on the Opportunity's item sublist I want to insert a button. I would prefer it to go after the "Add" button.
I originally tried this but it put a button on top set of buttons above the list. I can live with that but would prefer it in the inline set of buttons.
var list = form.getSubList("item");
list.addButton('custpage_customconfigurebutton', 'Configure', 'customrecord_configurator');
The addButton method only works if you want to add the button alongside the Add Multiple Upsell Items. You cannot add a button alongside the Add and Cancel or on the line level
I cannot find how to add a country to drop down menu when creating account, lead or contact. At the moment I see only 2 countries. I need to add one more and make it as default one. So when I create lead, contact or account I don't need to choose every time. I have all the rights but no knowledge.
Click on the Customize tab on the top of form ribbon and then select the Form option.
Form will open in edit mode, double click on country field and on new window select the Details tab.
Click on Edit button, a new window will open
Add new option by clicking on the green colour plus button (pointed out in screenshot below).
Select the default country from default value drop down (pointed out in screenshot below).
Save and close the Field window
Save and Publish the form.
You are ready to go.