Show display name in email notification
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.
2- Configure your rule as follow
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
Tab functionality :
https://community.nintex.com/docs/DOC-1198
1. In the Regular Expression:
- Pattern : DOMAIN\\
- Input Text : {ItemProperty:Responsible}
- Store Result in : Workflow variable (Singletext) example : "Name-txt"
- 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"
- XML Source : XML
- XML : {WorkflowVariable:XMLresult-txt}
- Process using: XPath : //@Name
- Store Result in : Workflow variable (Singletext) example : "DisplayName-txt"
- 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.
- Right click on the panel you want to hide and click "Add Rule"
2- Configure your rule as follow
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
NintexFormsAdminWeb | 70f4f7da-4fb4-4e30-ba1a-a733efb2e1ac |
NintexFormsFarm | ada0910e-a663-4db4-a19c-d8a097317b87 |
NintexFormsListSite | 202afc3c-7384-4700-978d-6da3d3cce192 |
NintexFormsLiveSite | 23fce797-ac15-4451-b8da-cf8ac6de6912 |
NintexFormsSitePrerequisites | 716f0ee9-e2b0-41f0-a73c-47ed73f135de |
NintexFormsWebApplication | 0cdf436f-61b0-43d2-b250-4360f0353b63 |
NintexFormsWorkflowSite | ac8addc7-7252-4136-8dcb-9887a277ae2c |
NintexLiveAdminLinks | 29e9a673-31a4-46a3-b0d2-d8e1db1dbd92 |
NintexWorkflow | 0561d315-d5db-4736-929e-26da142812c5 |
NintexWorkflowAdmin | f7937973-0cf9-4f2d-a549-be2d3c25b772 |
NintexWorkflowClaimsMigration | 4db97f4c-e643-4b1b-9f6a-43a9d817e6a2 |
NintexWorkflowContentTypeUpgrade | 86c83d16-605d-41b4-bfdd-c75947899ac7 |
NintexWorkflowEnterpriseAdmin | aa61ef91-ee2b-42d5-9911-7c6557ad90c2 |
NintexWorkflowEnterpriseWeb | 2fb9d5df-2fb5-403d-b155-535c256be1dc |
NintexWorkflowEnterpriseWebParts | 53164b55-e60f-4bed-b582-a87da32b92f1 |
NintexWorkflowInfoPath | 80bf3218-7353-11df-af9f-058bdfd72085 |
NintexWorkflowLiveAdminWeb | 485f5158-4b8a-453f-9eeb-7b33f5112adf |
NintexWorkflowLiveSite | 54668547-c03f-4bb5-aaab-d9568ebaf9c9 |
NintexWorkflowWeb | 9bf7bf98-5660-498a-9399-bc656a61ed5d |
NintexWorkflowWebParts | eb657559-be37-4b91-a369-1c201183c779 |
Tab functionality :
https://community.nintex.com/docs/DOC-1198
No comments:
Post a Comment