I was working on Nintex forms and I faced a really interesting issue. I need to change default value bind to dropdown control. So easy? Not at all. Here are solution that worked for me:
If you want to set in Nintex forms or List settings -
https://ootbtutorials.com/2016/02/15/setting-field-default-values-in-nintex-forms/
If you want it dynamically changed using jquery-
https://community.nintex.com/thread/16997-how-to-set-default-value-some-option-in-drop-down-list-look-up-using-jquery-or-javascript
Tuesday, 17 April 2018
Monday, 16 April 2018
SQL Server 2012 64 Bit installation issues
I was installing SQL server 2012 and I have to say it is not at all easy task. I got below issues and solutions:
Issue 1 - Not able to complete installation if you have visual studio 2012 / 2013 installed before.
Solution - make sure you install SQL server 2012 before installation of visual studio 2012 / 2013.
https://stackoverflow.com/questions/14162947/using-ssis-bids-with-visual-studio-2012-2013
If you have installed visual studio, the simplest way is go for SQL server 2014.
Issue 2 - No separate SQL server management studio installation.
Solution - You need to start installation again and run installation again.
Some blog will tell you to go with add feature in installation. but you need to go new installation if you are go with 64 bit.
https://stackoverflow.com/questions/11276167/how-to-install-sql-server-management-studio-2012-ssms-express
Issue 1 - Not able to complete installation if you have visual studio 2012 / 2013 installed before.
Solution - make sure you install SQL server 2012 before installation of visual studio 2012 / 2013.
https://stackoverflow.com/questions/14162947/using-ssis-bids-with-visual-studio-2012-2013
If you have installed visual studio, the simplest way is go for SQL server 2014.
Issue 2 - No separate SQL server management studio installation.
Solution - You need to start installation again and run installation again.
Some blog will tell you to go with add feature in installation. but you need to go new installation if you are go with 64 bit.
https://stackoverflow.com/questions/11276167/how-to-install-sql-server-management-studio-2012-ssms-express
Subscribe to:
Posts (Atom)
-
In last blog we learn how can we enable footer on SharePoint Online Modern Communication site. If you have not gone through that you can use...
-
One of our client wanted to show Employee Directory and our first suggestion was to build custom SPFx which will fetch data from Azure AD or...
-
Recently I was working on sending mail using smtp server where I stuck on below error: IIS/SMTP - emails are stuck in mailroot/Queue ...