|
how to add column of type drop down list with type checkbox list in sharepoint JSGrid custom column
|
|
|
|
|
Hi,
Is Sharepoint Foundation2010 is enough for creating Custom Shareddocument or we need to go Sharepoint server2010.
Thanks&Regards,
Hemadri.T
|
|
|
|
|
HemadriT wrote: Is Sharepoint Foundation2010 is enough for creating Custom Shareddocument or we need to go Sharepoint server2010.
Well, there are different definitions for "Shared Documents", depending on whom you listen.
Shared document Libraries are libraries for anybody with access to a WebSite. This is of course possible in any Edition.
If you want a document library for anybody you can define a WebSiteCollection with public access or login access. There you can setup a library with public access of course.
If you want something other, please be more specific.
------------------------------
Author of Primary ROleplaying SysTem
How do I take my coffee? Black as midnight on a moonless night.
War doesn't determine who's right. War determines who's left.
|
|
|
|
|
How can I create a workflow in sharepoint foundation that can approve by multiple person.For example approve by HR Manager, than approve by Accounts Manager.Also I want to Modify the task form to modify list item.
Thanks in adv.
|
|
|
|
|
Sukanta Saha wrote: How can I create a workflow in sharepoint foundation that can approve by multiple person.For example approve by HR Manager, than approve by Accounts Manager
Instead of using the appoval-workflow I would design a new workflow.
First should be generated a task for the HR Manager (by example). When he "approves" you shouldn't set the state to approved but for example to "firstapprove". Then the workflow should generate a task for the next person, when he approves the state is set to "seconsapprove" and so on.
Just when the last in the row accepts the document the approval-state will be set to "approved".
Sukanta Saha wrote: Also I want to Modify the task form to modify list item.
What do you want to change? The approval-form?
And what changes? Just the buttons or a remark?
You can use the SharePoint Designer for that.
Other changes might need complete new forms, you can generate with Visual Studio and that can be linked by Visual Studio, too.
------------------------------
Author of Primary ROleplaying SysTem
How do I take my coffee? Black as midnight on a moonless night.
War doesn't determine who's right. War determines who's left.
|
|
|
|
|
hi i recently faced one issue when i try to restore the backup in new cloud share environment "yourbackup is from a different version of microosoft sharepoint foundation and cannot be restored to a serrver runniing the currentt version" please give me the detailed steps to fix this problem
SharePoint 2010 Enterprise SP1 W/ Duet
Description: OS: Windows Server 2008 R2 x64 SP1
Spec: 80 GB HD / 8 GB RAM
Installed:
• Duet Enterprise for SharePoint and SAP Server 1.0
• SQL Server 2008 R2 Standard
• Visual studio 2010 Professional
• SharePoint Designer
• Office WebApps SP1
• Office Professional Plus 2010 SP1
• Visio 2010 Premium Edition
• Adobe Reader
these are installed s/w h/w requirements.
prakash1636
|
|
|
|
|
So from which Version is the Backup and to which Version goes the Backup? (to SharePoint 2010 Enterprise?)
That would be important to know.
------------------------------
Author of Primary ROleplaying SysTem
How do I take my coffee? Black as midnight on a moonless night.
War doesn't determine who's right. War determines who's left.
|
|
|
|
|
I have an SPFieldUserValue object and I was wondering how I can use that to get a user's phone number, if it is populated in Active Directory.
|
|
|
|
|
You have to Synchronize Sharepoint with the AD. Therefore is the "User Profile Service". You can setup it so that it gets data from the AD or write it back, if you want to. You can even set, which data will be synchronized.
------------------------------
Author of Primary ROleplaying SysTem
How do I take my coffee? Black as midnight on a moonless night.
War doesn't determine who's right. War determines who's left.
|
|
|
|
|
So, I guess I should have figured that there would be a limitation on the UPS since we're running Foundation. From what I have read, it isn't active for Foundation. Think I will just use some LDAP to pull the user's phone number from AD, unless there is an easier way.
|
|
|
|
|
Aptiva Dave wrote: I should have figured that there would be a limitation on the UPS since we're running Foundation
Well, yes, you should have told that in your question. There are limitations in Foundation. As we use Enterprise 2010, I pretend everyone does until he tells me.
The only solution coming to me then is to write an VS.Net Application that does it for you. You can get the users from SharePoint and the users from your AD, you can synchronize them reading data from AD, writing it to SharePoint.
That shouldn't be so much work at all.
------------------------------
Author of Primary ROleplaying SysTem
How do I take my coffee? Black as midnight on a moonless night.
War doesn't determine who's right. War determines who's left.
|
|
|
|
|
I'm using an update panel on an app page. In one of my panel controls I have some people editor controls and I am using some radio buttons to switch between the different panels. Now, and the page loads and you use the radio buttons for the first time the update panel will do an assync post back, but after that it won't work. After some tinkering I found that if I didn't have the people editors on the page then my update panel would work as intended, but it stops after replace them.
What can I do so that I can have some ajax on the page?
|
|
|
|
|
|
I'm building some content types in Visual Studio and I have a field that is a MultiChoice field. I want to be able to populate the choices for this field from another list (that way the admins can put items in for the list and they aren't hard coded in the feature). How can I do that?
|
|
|
|
|
Well, when I don't be mistaken, there is no easy way to do that, cause MultiChoice fields are static. You have to code you own form, I think and replace the EditForm respectively the NewForm for your the lists using this content-type by your own form.
The other solution is to use a InfoPath-Form where you can use an iterating section (don't know if it's called this way in your Infopath, as I use the German edition and translated the term) for doing that.
------------------------------
Author of Primary ROleplaying SysTem
How do I take my coffee? Black as midnight on a moonless night.
War doesn't determine who's right. War determines who's left.
|
|
|
|
|
Yeah, I figured that would have to be the case. Thanks.
|
|
|
|
|
The only functionality that you want to use to populate the items from the other list means you can go for the lookup column.
|
|
|
|
|
Hello,
I'm creating sharepoint 2010 workflow using visual studio 2010 .. How can I deploy it on another sharepoint server which is installed on another machine and don't have visual studio installed with it.
Thnx
|
|
|
|
|
Compile a release.
Use Powershell to deploy it:
Add-SPSolution -LiteralPath “C:\Deployment\Solution.wsp”
Activate it with the Centraladministration or Powershell
Install-SPSolution -Identity Solution.wsp -GACDeployment
For Sandbox Solitions:
Deploy with:
Add-SPUserSolution -LiteralPath “C:\Deployment\Solution.wsp” -Site http://site
Activate:
Install-SPUserSolution -Identity Solution.wsp -Site http://site
------------------------------
Author of Primary ROleplaying SysTem
How do I take my coffee? Black as midnight on a moonless night.
War doesn't determine who's right. War determines who's left.
|
|
|
|
|
Hi
i have a fileupload control in my webpart, and now i want to check the size of file before upload it. i wrote this code but the value of fileSize = 0 all the time. what should i do. can anybody help me?
int fileSize = fuSignature.PostedFile.ContentLength
|
|
|
|
|
Please do not post the same question in multiple forums, you already posted this in C# and ASP.NET. You have been a member here long enough to know the protocol.
One of these days I'm going to think of a really clever signature.
|
|
|
|
|
HI ,
the IniWrkflIP.aspx page Not exists so when i try to deploy infopath form it's doesn't work how i can solve this problem ?
I hope to serve my religion (Islam) as much as possible and exert the effort in order to be a good model desire to achieve renaissance to our country. This mean that I would be one of the Geniuses in practical if Allah wishes. I think my Ambition will help me to do that.
--------------------------------
Discover Other ....
http://www.islamHouse.com
|
|
|
|
|
Which SharePoint Version do you use (2007, 2010)?
Which Edition (Foundation, Standard, Enterprise)?
Are the Infopath Forms Services enabled and correctly configured? (Take a look at [^])
Did you enable the Feature of SharePoint Server Enterprise for the WebSiteCollection? If not aktivate them.
Next time you should provide more informations with your question. It's hard to help you without knowing anything about the system and the way, the error occurs.
Best Regards,
Ingo
------------------------------
Author of Primary ROleplaying SysTem
How do I take my coffee? Black as midnight on a moonless night.
War doesn't determine who's right. War determines who's left.
|
|
|
|
|
I'm already enabled Infopath Forms Services
but the page not found the layout.
I'm use Sp 2010 ( Enterprise )
I hope to serve my religion (Islam) as much as possible and exert the effort in order to be a good model desire to achieve renaissance to our country. This mean that I would be one of the Geniuses in practical if Allah wishes. I think my Ambition will help me to do that.
--------------------------------
Discover Other ....
http://www.islamHouse.com
|
|
|
|
|
Hi,
I crated webparts in sharepoint using Visual Studio2010.when i deploy in Visual Studio2010 by solution explorer i got an erroe like "Error occurred in deployment step 'Activate Features': Attempted to perform an unauthorized operation".
Thank You.
|
|
|
|