USoft Rule Language and Object Name Plurals

Previous Next

In the FOR clauses of USoft Rule Language syntax, you must use the Object Name Plural for the table as defined in in USoft Definer. Regular Table Names (as opposed to Object Name Plural forms for tables) cannot be used in USoft Rule Language FOR clauses.

If the Object Name Plural contains one or more spaces, it must be enclosed by double-quotes. If the Object Name Plural does not contain any spaces, double quotes are optional.

USoft Rule Language has FROM clauses in subqueries. In these FROM clauses, tables must be referenced by Table Names, NOT by Object Name Plural.  

NOTE: All USoft Rule Language keywords, and the Object Name Plural can be used in upper or lower case.

 

See Also

USoft Rule Language