Nintex

Show display name in email notification




Capture.PNG


1. In the Regular Expression:
   - Pattern : DOMAIN\\
   - Input Text : {ItemProperty:Responsible}
   - Store Result in : Workflow variable (Singletext) example : "Name-txt"
 
2. Call WebService:
   - URL : http://yoursharepointsite/_vti_bin/Usergroup.asmx?WSDL
   - Web Method : GetUserInfo
   - Editor Mode : SOAP Builder
   - userLoginName (string): Name-txt
   - Store result in : Workflow variable (Singletext) example : "XMLresult-txt"
 
3. Query XML
   - XML Source : XML
   - XML :  {WorkflowVariable:XMLresult-txt}
   - Process using: XPath  :  //@Name
   - Store Result in : Workflow variable (Singletext) example : "DisplayName-txt"
 
4. Send Notification
   - body : DisplayName-txt






is edit mode


You can add a rule on the panels you want to hide and use the formula build and build up the rule.

  1. Right click on the panel you want to hide and click "Add Rule"


hidePanel.jpg
2- Configure your rule as follow
hidePanelRule.jpg
This rule will hide the panel when the form is on new mode. If you have multiple panels that you want to hide on new mode, you can associate the same rule to those panels instead of creating a different rule for each panel.








Nintex forms 2013 not working with Custom Master Page in SharePoint 2013




Open custom master html file...
get this from header:




<!--SPM:<SharePoint:AjaxDelta id="DeltaSPWebPartManager" runat="server">-->
<!--SPM:<WebPartPages:SPWebPartManager runat="server"/>-->
<!--SPM:</SharePoint:AjaxDelta>-->






Cut it out...
go to the body part... find div with the id "s4-workspace" and paste the code before this div like this:


[...]
<!--SPM:<SharePoint:AjaxDelta id="DeltaSPWebPartManager" runat="server">-->
<!--SPM:<WebPartPages:SPWebPartManager runat="server"/>-->
<!--SPM:</SharePoint:AjaxDelta>-->
<div id="s4-workspace" class="s4-nosetwidth">
[...]





Nintex Feature activation :


Before activating nintex features , we need to activate hidden features .


here is the some hidden features :


Enable-SPFeature  "0561d315-d5db-4736-929e-26da142812c5" –url http://Localhost/sites/abc
Enable-SPFeature  "0cdf436f-61b0-43d2-b250-4360f0353b63" –url http://Localhost/sites/abc




NintexFormsAdminWeb70f4f7da-4fb4-4e30-ba1a-a733efb2e1ac
NintexFormsFarmada0910e-a663-4db4-a19c-d8a097317b87
NintexFormsListSite202afc3c-7384-4700-978d-6da3d3cce192
NintexFormsLiveSite23fce797-ac15-4451-b8da-cf8ac6de6912
NintexFormsSitePrerequisites716f0ee9-e2b0-41f0-a73c-47ed73f135de
NintexFormsWebApplication0cdf436f-61b0-43d2-b250-4360f0353b63
NintexFormsWorkflowSiteac8addc7-7252-4136-8dcb-9887a277ae2c
NintexLiveAdminLinks29e9a673-31a4-46a3-b0d2-d8e1db1dbd92
NintexWorkflow0561d315-d5db-4736-929e-26da142812c5
NintexWorkflowAdminf7937973-0cf9-4f2d-a549-be2d3c25b772
NintexWorkflowClaimsMigration4db97f4c-e643-4b1b-9f6a-43a9d817e6a2
NintexWorkflowContentTypeUpgrade86c83d16-605d-41b4-bfdd-c75947899ac7
NintexWorkflowEnterpriseAdminaa61ef91-ee2b-42d5-9911-7c6557ad90c2
NintexWorkflowEnterpriseWeb2fb9d5df-2fb5-403d-b155-535c256be1dc
NintexWorkflowEnterpriseWebParts53164b55-e60f-4bed-b582-a87da32b92f1
NintexWorkflowInfoPath80bf3218-7353-11df-af9f-058bdfd72085
NintexWorkflowLiveAdminWeb485f5158-4b8a-453f-9eeb-7b33f5112adf
NintexWorkflowLiveSite54668547-c03f-4bb5-aaab-d9568ebaf9c9
NintexWorkflowWeb9bf7bf98-5660-498a-9399-bc656a61ed5d
NintexWorkflowWebPartseb657559-be37-4b91-a369-1c201183c779


Tab functionality :

https://community.nintex.com/docs/DOC-1198

 





No comments:

Post a Comment