John
- Total activity 411
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 254
Activity overview
Latest activity by John-
John created an article,
How to hide the 'back' and 'link' buttons in the document header after extraction
This article explains how to easily hide the buttons 'back' and 'link' buttons in the document header. Example : Open the following xml document: ./COMMON/style_header.css and modify line 7 as b...
-
John created an article,
Some formulas to help build the DocumentKey with the creation date for the documents to extract
The code below returns the string "_20211223_135948" for the Notes document with creation date "23/12/2021 13:59:48": ################################################# _created:=@Created;_year:=@...
-
John created an article,
How to apply masking formulas after extraction to correct a display problem
After the extraction of a database, when validating the display of data, it is possible to discover that some data and metadata are not displayed correctly. In this case, the first thing to do is t...
-
John created an article,
Description for importing a Lookup column into SharePoint
In order to import in a list or a library, one (or several) column(s) of type Lookup, it is necessary to follow the following procedure: 1 / Creation of a List which will contain a set of element...
-
John created an article,
SharePoint Online Provisioner Release Notes
Release Date Version Number Fixes / New features 07/03/2022 1.21 - Improved support for attachments with extensions longer than 128 characters in the file name, causing the error "Length cann...
-
John created an article,
Description of the mapping file to customize the imports in SharePoint
When launching SharePoint Provisioner (On-Prem and Online versions), it is highly recommended to apply an additional parameter file called 'mapping file' allowing to customize the import in SharePo...
-
John created an article,
Using the SharePoint Online Provisioner Solution
The SharePoint Online Provisioner solution is launched through a DOS window, i.e. from the command line. Below you will find the different options that allow you to set up the import into SharePoin...
-
John created an article,
C# code that trigger when sender is not a member of specific groups
Here is an example of C# code if you need to create a rule in the Crossware console for Exchange or M365, which will display a signature if the sender is not a member of one of the groups specified...
-
John created an article,
C# code that trigger on a specific subject and if the sender is a member of a group (Exchange/M365)
Here is an example of C# code if you need to create a rule in Crossware console for Exchange or M365, which will trigger a signature for 2 criteria: a specific string at the beginning of the subjec...
-
John created an article,
Crossware M365 - Tips to append the signature at the right placement in a message.
If the Crossware Signature is not appending the signature at the right placement, but you see it at the very bottom of a message, you may try to create a MetaData document to fix this issue : - Ope...