Loading

Custom

Skip Feed
  1. Custom Fields on Applications

    Hello all,

     

    I have a question,

     

    We are using SNOW as a source of truth to feed the ServiceNow CMDB and we have some specific internal information linked to the SW that requires a custom field.

     

    I have come to the understanding that we can't create a custom field to the family (which would be perfect for 'static' info).

     

    So my question here is, is there any possibility to whenever there is a release of a new version of a SW that th custom field(s) created keep the same data as the previous one?

    Expand Post

    • Jelle Wijndelts (Flexera Software)

      Hi Bernardo,

       

      custom fields are linked to individual assets such as computers, applications, users, Licenses etc. as you state it is not possible on the family level. You could however raise this enhancement in the Ideas Board which you can find here. https://ideas.snowsoftware.com/

       

      Expand Post

  2. How to import custom fields from SLM into the SNOW AP?

    Hi Folks,

     

    I have created custom fields as "Title" and imported data from AD. Also, created "Category" as per employee title. Now, I want to fetch the same information into the SNOW AP to strict access for services.

     

    I want to restrict access to services as per "Category". Is it possible use category under permission? If yes, could you please guide to fetch the custom details from SLM. Also, help me to enable permissions to category.

    Expand Post
    Question with a best answer.

    Best Answer

    All permissions in AP needs to be related to an AD group or an AD user. It might be possible to set permissions on the import per service if you trace the api calls that are being made when you do it manually (I have not tried that personally). But still, I am not sure that is enough because in your case you would still need to create a Role in AP for "Knowledge manager". That role needs to be connected to either an AD group or a number of AD users.

    Community Manager by Community Manager (Flexera Software)

    • Community Manager (Flexera Software)

      Hi

       

      It is not possible to restrict access on category level, only on a service level. If a user has access to a service, he/she will also see the category automatically. If they do not have access to a service placed in a certain category, this will not see the category.

      Expand Post

  3. Custom Report View

    Hi Folks,

     

    Hope you are doing well.

     

    I have doubt on custom reports. Is it possible to create views under reports section?

     

    I want to segregate the report view as below

     

    1. EoL Reports: Here I can find all EoL customized reports with additional custom details.
    2. EUS Reports.
    3. Discovered Assets that are not Inventoried Reports (created separate report for EUS, WindowsServers and LinuxServers).
    4. Custom Reports: We can find rest of all custom reports under this section.

     

    Could you please clarify on above request.

     

    Thanks in advance.

    Expand Post
    Question with a best answer.

    Best Answer

    I think what you are referring to is Grouping reports.

     

    To do this with a standard report you can simply run it to show some data, go to the 3 ... in the top right ans save the report. when saving it you can enter a Group Name.

     

    If this group already exists it'll add it to that group. If not it'll create the Group for you and place you saved, customised report in there.

    Expand Post

    • I think what you are referring to is Grouping reports.

       

      To do this with a standard report you can simply run it to show some data, go to the 3 ... in the top right ans save the report. when saving it you can enter a Group Name.

       

      If this group already exists it'll add it to that group. If not it'll create the Group for you and place you saved, customised report in there.

      Expand Post
      Selected as Best

  4. 1 of 2

  5. What is the correct syntax in CSV file header, if I try to import 2 or more different custom fields per computer in one CSV file?

    For example there is a custom field A , and another custom field B, and a computer C. How the correct CSV Import file header should looks like?

    Question with a best answer.

    Best Answer

    ​Sorry, I've already done some tests with Data Import Tool and Field Mapping in webconfigurator. And found a solution by my own. It is easy, you have to place all of your custom fields at the end of the CSV header. At the begin of the line you have to place the "Computer name" as identifier. Join the rows with semicolon or comma. The Import Tool in the webconfigurator give you the mapping tool in a separate tab. And it is required to configure the Custom fields before (in the SnowBoard Adminstration).

     

    For example the CSV Header: "Computer name;CustomFieldA;CustomFieldB;CustomFieldC"

    KR Mathias

    Expand Post

    • ​Sorry, I've already done some tests with Data Import Tool and Field Mapping in webconfigurator. And found a solution by my own. It is easy, you have to place all of your custom fields at the end of the CSV header. At the begin of the line you have to place the "Computer name" as identifier. Join the rows with semicolon or comma. The Import Tool in the webconfigurator give you the mapping tool in a separate tab. And it is required to configure the Custom fields before (in the SnowBoard Adminstration).

       

      For example the CSV Header: "Computer name;CustomFieldA;CustomFieldB;CustomFieldC"

      KR Mathias

      Expand Post
      Selected as Best

  6. How to use the feature “ENCRYPTION and DECRYPTION OF INVENTORY DATA”

     

    Background

    In the past, we had no way to decrypt or encrypt our inventory files (* .snowpack).

    This is useful for customers with specific security requirements.

     

    Previous Solution:

    By default, our Snow Inventory Agent uses a standard key to encrypt (*.snowpack) files.

    This key is hard coded in both Snow Inventory Agent for encryption and Snow Inventory Server for decryption. This standard key is the same for all customers and therefore cannot be given to any customer.

    All customers had to contact Snow Support to decrypt their own inventory files.

    This was very time consuming,

     

    New Solution:

    Snow has now created the possibility to create your own encryption keys.

    How does it work?

    With the tool AESKEYGEN, you can create your own custom crypto keys for a certain agent or group of computers. The tool creates a key that needs to be copied to a folder on the Inventory server as well as to a folder on the computers to be inventoried. The file is named <fingerprint>.cryptkey.

    Run aeskeygen.exe <Path> to create your own crypto key

     

    crypt2

     

    The result is shown

     

    crypt3

    Use this setting in the configuration file of the Inventory server (snowserver.config) to specify the folder where the crypto keys are located:

     

    crypt1

     

    To specify the fingerprint of the crypto key to use for Snowpack encryption, use these settings in the configuration file of the agent (snowagent.config), and the folder where it is located.

     

    crypt4

     

    Deploy your Agent with your created crypto key.

    With the tool SNOWPACK-UTIL, you can decrypt your generated (*.snowpack) files

    Use it with the following options:

     

    crypt5

     

    The unpack command will decrypt the file and unpack the content to a sub-folder of the current folder. To unpack the content, use the following syntax:

     

    crypt6

     

    The pack command will generate a new snowpack file based on the content of a specified folder and encrypt it with the fingerprint of your custom key.

     

    To generate a file, use the following syntax:

    crypt7

     

    Note1:

    • Both tools can be ordered from Snow Support

    Note2:

    • The encryption level is AES128 bit

    Note3:

    • You cannot handle inv files with the tools.

    Note4:

    • The snowpack-util cannot decrypt the default encryption key

    Note5:

    • The standard snow encryption and decryption always works.

     

     

     

    Expand Post

    • Community Manager (Flexera Software)

      Thanks you, Detlev! This is very detailed and useful Cheers! Ester Memoli

  7. Best practices naming your Custom Fields

     

    Custom fields are a useful way to help customize Snow License Manager to display information in a way that is relevant to you and your organization.

    To create a custom field, you will go into Administration in SLM:

     

    BPNYCF1

     

     

    Under administration you will find Custom Fields, click it to get into configuration and then click “Add custom field”:

     BPNYCF2

    BPNYCF3

     

    You will then be presented with a pop-up window where you will name your Custom field, set the Category, Type, an optional Description field and a check box for if the field should be Mandatory.

     

    BPNYCF4

     

    The different Categories:

    BPNYCF5  

    The different Types for all Categories:

    BPNYCF6 

    When it comes to naming your fields, it usually makes sense to call them to something self-explanatory for what they are going to be used for, e.g. ‘Agreement Period’, ‘License’ or ‘PVU’.

     

    However, some names could be considered “reserved” by Snow, and they could cause problems with future versions and when upgrading Snow License Manager.

    A real scenario:

     

    In a recent customer upgrade, who was going from SLM 9.1 to 9.2 through SUS, it failed and logged an error saying that it couldn’t upgrade to a duplicate value of ‘PVU’. This was identified to be the name of a Custom Field, and when that name was changed, the upgrade went through without any issues.

     

    The recommendation is to give it some thought when naming your Custom Fields, and to choose a name that makes sense to your organization and what it should be used for. Then give it a name that will make it unique, e.g. ‘Customername_CustomFieldName’.

     

    Example:

    BPNYCF7 

    For more information on Custom Fields and how to configure them, please see the SLM user guide:

    User Guide: Web User Interface Snow License Manager version 9 (en-us)

    https://snowprod.service-now.com/support/?id=kb_article_view&sysparm_article=KB0019253

    User Guide: SLM Web User Interface - Update revision 8.3

    https://snowprod.service-now.com/support/?id=kb_article_view&sysparm_article=KB0011767

     

    Expand Post

  8. Mandatory Custom Field - no value

    Good Morning/Afternoon/Evening, wherever you are!

    I am rather confused and I'd like some help please!!

    I have a custom field set up for applications where it is mandatory multi-select text. I have a default value. This was working fine on Friday but this morning I've come in and there are hundreds of applications that are blank. We had a few issues on PC's reporting in so I can only assume now we've fixed that, these applications have just skipped the 'mandatory' custom field edit.

    I have no idea, but I can't find a way of at least setting it to the default value manually. Leaving the field blank just doesn't register the field. and theres no 'default value' selection.

    Any help much appreciated.

     

    Thank you,

    Gemma/Snowcat

    Expand Post

    • Oliver Berger (Flexera Software)

      Hi , edit the field, remove the mandatory flag, save, edit the field, set the mandatory flag, set the default value and save should do the trick. Cheers Oliver

End of Feed
8 Chatter Feed Items
ALL CONVERSATIONS
UNSOLVED
ARTICLES
Loading
Custom | Flexera