powered by CADENAS

Manual

Manual

4.5.5.3.3. Parameter

The link for your PARTcommunity portal will be assigned to you by CADENAS. Usually it is made up of your company or catalog name plus partcommunity.com:

http://[portalname].partcommunity.com

The following parameters can be transferred to your portal as deep links:

  • goto

    With the goto parameter, you can select the start page which is to be displayed in PARTcommunity.

    • Choose welcome page as first page

      http://[portalname].partcommunity.com?goto=welcome
      

    • Choose product page as first page

      http://[portalname].partcommunity.com?goto=products
      

      [Note] Note

      If Welcome and not Products is set as the default in the portal settings, please add the following to the launch parameter when linking parts, generations, etc.:

      &goto=products

      (Otherwise, Products must be selected manually after every launch.)

    • Choose search page as first page

      http://[portalname].partcommunity.com?goto=search
      

  • user / u

  • password / p

    With the parameters user and password a user can automatically be logged on to a portal:

    • Register with long parameters:

      http://[portalname].partcommunity.com?
      user=name&password=passwort
      

    • Register with short parameters:

      http://[portalname].partcommunity.com?
      u=name&p=passwort
      

  • language

    With these parameters the language of the portal can be selected. The value of the parameter corresponds to the internationally valid two language abbreviations.

    • Portal language German

      http://[portalname].partcommunity.com?language=de
      

    • Portal language English

      http://[portalname].partcommunity.com?language=en
      

    • Portal language French

      http://[portalname].partcommunity.com?language=fr
      

  • info

    With these parameters, a catalog, catalog sub-folder or a part family can be selected. The value of the parameter is made up of the directory name of the catalog in the $CADENAS_DATA\23d-libs directory:

    • To open a catalog:

      http://[portalname].partcommunity.com?info=amf
      

    • To open a sub-directory in the catalog:

      http://[portalname].partcommunity.com?info=amf/scsp
      

    • To open a part family table:

      http://[portalname].partcommunity.com?
      info=amf/scsp/01_senk/amf6800_assmtab.prj
      

  • rowid / rowsubid

    In combination with the parameter info, these two parameters allow you to select a row within a part family table. The parameter rowid gives the exclusive ID of a row, rowsubid must be assigned if in an environment with an ERP system allows more than one variant to exist per row.

    • Select the first table line:

      http://[portalname].partcommunity.com?
      info=norm\din_en_iso\schrauben\zylinderschrauben\
      din_912.prj&rowid=100&rowsubid=-1
      

  • varset

    In combination with the parameter info, this parameter allows a characteristic within a part family to be configured. The value of the parameter is made up of variable names and the corresponding values that are to be configured. The variable names and values must thereby be located in braces, multiple values are to be separated by a comma.

    [Note] Note

    Calculated variables such as the NB should not be used.

    • Select a characteristic via a variable name:

      http://[portalname].partcommunity.com?
      info=amf/scsp/01_senk/amf6800_assmtab.prj&varset={BESTNR=90068}
      

    • Select a characteristic and set a value range:

      http://[portalname].partcommunity.com?
      info=amf/scsp/01_senk/amf6800_assmtab.prj&varset={BESTNR=90068},
      {WB=45}
      

  • generate

    In combination with the parameters info, user and password a configured part can immediately be generated in the CAD formats that the user selected on his settings page with generate. The value for generate must then be set to true.

    • Generating a part:

      http://[portalname].partcommunity.com/PARTcommunity/Portal/kem?
      info=amf/scsp/01_senk/amf6800_assmtab.prj&varset={BESTNR=90068},
      {WB=45}&u=name&p=pass&generate=true