ZIM Auxiliary Relationships

ZIM Auxiliary Relationships

Welcome to our Knowledge Base

Documentation | Blog | Demos | Support

< All Topics
Print

ZIM Auxiliary Relationships

ZIM’s Auxiliary Relationships are predefined relationships to associate Data Dictionary objects thus speeding Zim applications development.

The Predefined Relationships

NAMEMEANING
EntFieldsIt’s a relationship between EntitySets and their associated Fields.
RelFieldsIt’s a relationship between Relationships with fields and their associated Fields.
DocFieldsIt’s a relationship between Documents with fields and their associated Fields.
EntRolesIt’s a relationship between EntitySets and their associated Roles.
RelRolesIt’s a relationship between Relationships and their associated Roles.
FormFormFieldsIt’s a relationship between Forms and their associated FormFields.
DispDispFormsIt’s a relationship between Displays and the Forms belonging to these Displays.
MenuFormFieldsIt’s a relationship between Menus and their associated FormFields.

Remarks

When a new Zim database is first created, the above auxiliary relationships are also automatically created to be used in Zim development.

Example

To find all fields belonging to the entity sets “Customers” and “Invoices”:

find Ents EntFields Fields where Ents.EntName in ("Customers", "Invoices") -> sMySet

Check whether there are any relationships with fields:

find Rels RelFields Fields
if $SetCount = 0
    out "No Relationships with Fields"
endif
Was this article helpful?
1.5 out of 5 stars

1 rating

5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 100%
5
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.

Leave a Reply

Your email address will not be published. Required fields are marked *

en_CAEnglish