Skip to end of banner
Go to start of banner

Create a Segment Entity

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

This section describes how a segment entity can be created

What does this section cover?

Create a Segment Entity

In order for an entity to be available to Segment Mechanism, it has to meet the following conditions:

1. Entities Metadata File

In entities metadata file <segmentincluded> tag's value must be set to true. Keep in mind that <segmentincluded> default value is false.

2. Fields Metadata file

In fields metadata file:

  1.  <qlfieldname> tag's value is the CRMQL field name and must be defined for the fields that you want to be available as segment criteria.
  2. <segmentpreviewname> tag's value must be defined for the fields that you want  to be displayed when previewing a segment. Valid values are ENTITYNUMBER, ENTITYNAME, ENTITYALTCODE, ENTITYDESC and are used when you want the field to be displayed as the entity's number, name, alternative code or description accordingly.
  • No labels