Article archive

Message from External System : 'Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'

24/03/2015 12:55
This error occured when trying to create sharepoint external list with External content type fetching data from SQL database. Issue was connected with authentication mode of BCS (Business connectivity service) and one of solutions was to revert authentication to self using following script and then...

Import nintex user defined action

23/03/2015 12:35
In case we need to move nintex workflows using user defined actions between environments, they must keep the same User Defined Action guid. We have to use only UDA export in .uda file, not .nwf file. Following Id node value must be present in workflow .nwf...

Moving Nintex workflow between environments

20/03/2015 13:11
Moving Nintex workflow between environments could be tricky. There are some good practices to keep to make it easier.Exported workflow represents .nwf file what is actually xml file with all workflow definitions. - Use workflow constants and variables (to don't need to replace the same string in...

Print PowerForm - Get all controls list

20/03/2015 11:28
To simplify creating xslt transformation for printing, I created simple xslt to list all controls with values. Then you can create your own custom html layout and simply print control value (e. g. for lbl_Title) using following syntax in xslt file:<xsl:value-of...

Print PowerForm - Get input XML for XSLT transformation

20/03/2015 11:13
- Create IdentityTransform.xslt file first and set this file to OPTIONS/Printing/XSLT file url, save this settings.- Go to your form and click Print button (use edit form for it to have also some values in a form)New window is open and you can see output of xslt transformation - as it is identity...

BPC PowerForms localization - show control according to language

19/03/2015 13:02
Put following code in Visibility Formula textbox in General tab(navigator.language || navigator.userLanguage)=="en-US"and control will be displayed only when browser language is English

Bind two dropdowns to one sharepoint field

19/03/2015 10:28
Situation:We have two dropdowns in BPC form. It's the case of localization, so each dropdown is for one language and has different data source. For end user only one of them is visible at the time and we want to save the selected value to the same text field, doesn't matter what language...

How to save dropdown value to text field

19/03/2015 10:17
How to save dropdown value to text fieldWe have following situation in BPC PowerForm:There is a list with Companies on a sharepoint site and we have text field Product there. In new form, we want to select product from dropdown list (in bpc form there is comboBox control with query to Product list...

Include external files in PowerForm

18/03/2015 07:53
There are few places where to include external files in the form. Usually, we keep files in BPC PowerForms Binaries, but it's up to you where you upload (deploy) them. For example, we have following files in BPC PowerForms...

Log on as different user in Sharepoint 2013

12/03/2015 14:54
Add following string to your site collection url in address bar or add it manually to global navigation_layouts/closeConnection.aspx?loginasanotheruser=true you can also use script to add the link to global navigationAdd-PSSnapin microsoft.sharepoint.powershell -ErrorAction SilentlyContinue$webUrl...
Items: 101 - 110 of 384
<< 9 | 10 | 11 | 12 | 13 >>