Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • T=EMPTY of T=999
    With the variable T=EMPTY you make sure that the template selection is empty when the button is clicked. With the variable T=999 the DocuBuilder template with Link code 999 is started. Only document profiles linked to this template can be selected.
    The Link code of the template can be found in the Template Manager (in Word) via the 'Properties' of the template:

    Image RemovedImage Added
  • DT=99
    This variable starts the document profile with Link Id 99. Only documents linked to this document profile can be selected. The Link Id of the document profile can be found in DocuBuilder Settings under Document Profiles > Document Profiles in the 'Link Id' column:

  • Title=zzzzz
    With this variable, instead of the text "New document" under the DocuBuilder button, the text "zzzzzzz" is displayed.
    Any space in the text can be created with the plus sign (+). For example, the variable ?Title=Documizers+document produces the button below:

  • TemplateCategories=zzzzz
    This variable only displays templates that are linked to the category with Link Id zzzzzzz. The Link Id of categories can be found in DocuBuilder Settings under Document Profiles > Categories in the 'Link Id' column:

  • Icon=xxxxx
    This variable sets the icon of the button.
    For example: Icon=SignDigital

    Wanneer de variabele Icon niet is opgegeven, verschijnt het DocuFlow iconWhen the Icon variable is not specified, the DocuFlow icon appears.

    Voor een overzicht van de IconCodes zie For an overview of IconCodes see Beschikbare icons in Buttons

Combineren en voorbeelden

...

Combining and examples

The different variables can easily be combined with the & sign to make it as easy as possible for DocuBuilder users. In the examples below, replace the text https://xxxxx.platform.documizers.com/DocuBuilder door je eigen by your own DocuBuilder URL (found in DocuBuilder Settings under Settings terug te vinden onder Instellingen > Environment Settings).

  • Start DocuBuilder waarbij het betreffende sjabloon en documentprofiel handmatig worden geselecteerd. Onder de button staat de tekst 'Nieuw document':Launch DocuBuilder where the relevant template and document profile are manually selected. Below the button is the text "New Document'.
    https://xxxxx.platform.documizers.com/DocuBuilder/EntryInsiteSecure.aspxStart DocuBuilder waarbij het sjabloon en documentprofiel handmatig moeten worden gekozen. Onder de button staat de tekst 'Bezoekverslag':

  • Launch DocuBuilder where the template and document profile must be chosen manually. Below the button is the text 'Visit Report'.
    https://xxxxx.platform.documizers.com/DocuBuilder/EntryInsiteSecure.aspx?Title=Bezoekverslag

  • Start DocuBuilder met sjabloon met with template with Link Id 321, waarbij alleen het documentprofiel nog gekozen kan worden. Onder de button staat de tekst 'Nieuw document':leaving only the document profile to choose. Below the button is the text ‘New Document’.
    https://xxxxx.platform.documizers.com/DocuBuilder/EntryInsiteSecure.aspx?T=321

  • Start DocuBuilder met documentprofiel met with document profile with Link Id 1, waarbij alleen het sjabloon nog gekozen moet worden. Onder de button staat de tekst 'Nieuw document':leaving only the template to be chosen. Below the button is the text ‘New Document’.
    https://xxxxx.platform.documizers.com/DocuBuilder/EntryInsiteSecure.aspx?DT=1&T={EMPTY}

  • Start DocuBuilder met sjabloon met Link Id 321 en documentprofiel met with document profile with Link Id 1. Er kan geen ander sjabloon of ander documentprofiel gekozen worden. Onder de button staat de tekst 'Standaard brief':, leaving only the template to be chosen. Below the button is the text ‘New Document’.
    https://xxxxx.platform.documizers.com/DocuBuilder/EntryInsiteSecure.aspx?T=321&DT=1&Title=Standaard+brief

  • Start DocuBuilder met documentprofiel met with document profile with Link Id 1, waarbij alleen sjablonen met categorie Link Id OffertesVerkoop gekozen kunnen worden. Onder de button staat de tekst 'Verkoopoffertes':where only templates with category Link Id QuotesSales can be chosen. Below the button is the text 'Sales quotations'.
    https://xxxxx.platform.documizers.com/DocuBuilder/EntryInsiteSecure.aspx?DT=1&T={EMPTY}&TemplateCategories=OffertesVerkoop&Title=Verkoopoffertes

  • Start DocuBuilder met documentprofiel met with document profile with link Id DemoAOK, titel title ‘Generate contract’ en and Icon=SignDigital
    https://xxxxx.platform.documizers.com/DocuBuilder/EntryInsiteSecure.aspx?DT=DemoAOK&Title=Generate+contract&Icon=SignDigital

...