Tag: system name

  • Persistent IDs

    If you are integrating Vault and another system, you will probably want to use Persistent IDs. Like the name implies, these identifiers are persisted and will not change in the future.

  • System Name vs Display Name

    This scenario should be familiar if you have used the Vault API.  Your code relies on a specific configuration which you need to look up in your code.  For example, you have a UDP and your code needs to look up the ProdDef object.  How do you do it?  What piece of information do you…