Create Object

How to Create an Object using DocDigitizer WorldObjects

This page demonstrates how to create a simple object.

Requirements of an Object

Let’s assume that we needed to have an entity "Gender," which will have the following properties:

  • Code
  • Description

Create the Object "Gender"

Open your VS Code and go to your workspace.
Select "New Object" and give it the name "Gender."
note: by default the object is version 1.0.0

471 624

Add Properties

Object Gender
Version 1.0.0

Property Code type Text
Property Description type Text

Primary Indexer Code

Save and check the Terminal of VS Code for the compiling information if there are any error.

624

The next step will show how to add a Catalog to this object.