Posts

Apply Rule to Check Day in Nintex Workflow

Please visit: https://community.nintex.com/thread/1417  contains(formatDate( currentdate ,"D"),"Sunday")

Error in request approval action. Could not find stored procedure 'SetHumanWorkflowApproversMetadata_SystemUpdate'

The solution is to run database update for Nintex Workflow in SharePoint Central Administration

How to Encrypt web.config

This is to give you information about how to encrypt or then decrypt web.config particular section i.e. appSettings and connectionstrings. The reason to encrypt important web.config section(s) is the production environment. Following are the examples for encryption and decryption of web.config:- Encryption of the section: Before encryption: < runtime >     < assemblyBinding xmlns = " urn:schemas-microsoft-com:asm.v1 " appliesTo = " v2.0.50727 " >       < dependentAssembly >         < assemblyIdentity name = " System.Web.Extensions " publicKeyToken = " 31bf3856ad364e35 " />         < bindingRedirect oldVersion = " 1.0.0.0-1.1.0.0 " newVersion = " 3.5.0.0 " />       </ dependentAssembly >       < dependentAssembly >       ...

SPSecurityTrimmedControl or "How to hide stuff from people"

Useful attributes of the control: PermissionContext  - against which user permissions will be tested (possible values: CurrentSite, CurrentList, CurrentFolder, CurrentItem or RootSite) PemissionMode -  does the user have to meet all role definitions or just one of them (possible values: All or Any) PermissionsString -  what permissions does the user need to see the content - can enter some values separated by comma (possible values are from the enumeration SPBasePermissions: EmptyMask,ViewListItems,AddListItems,EditListItems,DeleteListItems,ApproveItems,OpenItems,ViewVersions, DeleteVersions,CancelCheckout,ManagePersonalViews,ManageLists,ViewFormPages,Open,ViewPages, AddAndCustomizePages, ApplyThemeAndBorder,ApplyStyleSheets,ViewUsageData,CreateSSCSite, ManageSubwebs,CreateGroups,  ManagePermissions,BrowseDirectories,BrowseUserInfo,AddDelPrivateWebParts, UpdatePersonalWebParts,ManageWeb,  UseClientIntegration,UseRemoteAPIs,ManageAlerts...

User Profile Synchronization Service Gets Stuck on Starting

Open up Powershell on your SharePoint Server and type in the following command Get-spserviceinstance Stop-spserviceinstance <GUID> ow go back into  Central Administration > Application Management > Manage Service Applications  and delete the User Profile Service Application. Restart your server and set up the User Profile Service Application again. OR Steps: 1. stsadm -o enumservices > c:\ services.txt  – Those gave me a list of services and showed me what the name of the service I need to stop is. 2. stsadm -o provisionservice -action stop -servicetype “Microsoft.Office.Server.Administration.ProfileSynchronizationService, Microsoft.Office.Server.UserProfiles, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c” -servicename FIMSynchronizationService The second command stopped the service.

How to add enum properties to a ASP.NET Composite Control

        public enum CommandType         {             Text,             StoredProcedure         }                 [ Category ( "Custom" )]         [ DefaultValue ( CommandType .Text)]         [ Localizable ( true )]         public CommandType OracleCommandType         {             get             {                 object obj = ViewState[ " OracleCommandType " ]; ...

Scheduled workflows and the Nintex Workflow Scheduler timer job

Kindly visit this post https://community.nintex.com/docs/DOC-1254 Useful commands to resolve workflow scheduler timer job issue:) NWAdmin.exe -o UninstallTimerJob -job ScheduledWorkflows NWAdmin.exe -o InstallTimerJob -job ScheduledWorkflows -url http://yourwebappurl/