| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 11 months |
| seen | Aug 5 '12 at 7:19 | |
| stats | profile views | 17 |
|
Jul 25 |
comment |
powerpivot configration i found that the sql server should be sql 2012 but i want to know is there is any other way to use it on mine ?? |
|
Jul 19 |
comment |
sharepoint custom workflow by visual studio i created a workflow by using share point designer and assigned the form to specefic group but i want to know how to insert code inside the workflow or to make that workflow approved by manager as approved or rejected or pending and to make the employee see that reply |
|
Jul 18 |
comment |
sharepoint custom workflow by visual studio i created a new squential workflow for the library but i need now to make a status for the forms to make manager only can edit it for approval or rejecting can you please tell me where to start |
|
Jun 30 |
comment |
sharepoint list send email programatically yes i want to use this code |
|
Jun 30 |
comment |
sharepoint list send email programatically the workflow is not working that's why i want to use the sputility i just need to now where i should put this code exactly because i tried to put it inside form.aspx but thinks it should be written in another place |
|
Jun 26 |
comment |
SharePoint designer workflow to manage list item permissions for employee/manager i created 2 view but i didn't know how to make one of them appear to managers and the other foe employees thats why i tried to do that by using the workflow if you know another way please tell me |
|
Jun 26 |
comment |
SharePoint designer workflow to manage list item permissions for employee/manager i created an "Impersonation Step" and inside it i wrote replace permission ( 1- manager groups full control and 2- employees view only ) - current item but this made the managers see and edit the list created by employees and employees can view only but what i couldn't do is to make the employees can the the items created by others ( employees and manager) , i mean i want the employee see only the items that created by him but i don't know how to do this step in the workflow ?? |
|
Jun 26 |
comment |
SharePoint designer workflow to manage list item permissions for employee/manager but i need to do this stuff by using workflow |
|
Jun 25 |
comment |
SharePoint designer workflow to manage list item permissions for employee/manager i did the 2 steps but this will make the every one can see items created by him even the managers and i want the manager to see all how can i do that ??? |
|
Jun 25 |
comment |
SharePoint designer workflow to manage list item permissions for employee/manager you are talking about the sharepoint not the workflow right ??? |
|
Jun 20 |
comment |
send data from list to sharepoint application page i need to write a code to add the information in this form ,when user insert his information and click submit data sent to share point list |
|
Jun 20 |
comment |
send data from list to sharepoint application page first thanks for your reply but i dont understand where should i put this code exaclty this is my code <input type="text" id="txta"/> <input type="text" id="txtb" /> <textarea id="txtarea" cols="10" rows="2">Text area</textarea> <input type="submit" /> </form> </asp:Content> <asp:Content ID="PageTitle" ContentPlaceHolderID="PlaceHolderPageTitle" runat="server"> Application Page </asp:Content> |
|
Jun 18 |
comment |
jquery checkbox checked and unchecked yes that is what i did but it didnt work <script> $(document).ready(function () { $("#selection").change(function () { var mySelect = document.myform.myselectbox; </script> <form action="#" id="myform"> Selection: <select id='selection' > <option >sarah</option> <option >mai</option> <option >alaa</option> <option >salma</option> <option id="Other" >laila</option></select> <input type="text" id="txta" style="display:none" /> var selIndex = mySelect.selectedIndex; if ($(this).val() == 'Other') { $('#txta').show(); } else { $('#txta').hide(); } }); }); |
|
Jun 17 |
comment |
jquery checkbox checked and unchecked what if i wanted to make the same thing in but in |
|
Jun 17 |
comment |
jquery checkbox checked and unchecked thanks this was really helpful |
|
Jun 16 |
comment |
SharePoint webpart and application page thanks a lot :) |
|
Jun 16 |
comment |
SharePoint webpart and application page should i have to upload it in the same application page ?? |