1 UPDATE FIELD "DatePresented" OF "Cheque"
2 DESCRIPTION "The date this cheque was presented.
\r
5 UPDATE FIELD "PreviousNames" OF "Company"
6 VIEW-AS "VIEW-AS EDITOR SIZE-CHARS 70 BY 3
\r
9 UPDATE FIELD "OperationalCountry" OF "Company"
10 VIEW-AS "VIEW-AS RADIO-SET
\r
12 ""New Zealand"", ""NZL"",
\r
13 ""Australian"", ""AUS"",
\r
19 UPDATE FIELD "Blurb" OF "Invoice"
20 VIEW-AS "VIEW-AS EDITOR SIZE-PIXELS 600 by 300
\r
23 UPDATE FIELD "Description" OF "JournalDescription"
24 VIEW-AS "VIEW-AS EDITOR
\r
26 SCROLLBAR-HORIZONTAL SCROLLBAR-VERTICAL
\r
29 UPDATE FIELD "DocumentLocation" OF "LeaseHistory"
30 DESCRIPTION "The current location of the lease
\r
31 Foreign key on the 'Note' table."
33 UPDATE FIELD "NodeType" OF "LinkNode"
34 DESCRIPTION "The type of the system window i.e Menu, Drill, Maintain etc
\r
37 UPDATE FIELD "StreetAddress" OF "Office"
38 VIEW-AS "VIEW-AS EDITOR
\r
43 UPDATE FIELD "Description" OF "Order"
44 VIEW-AS "VIEW-AS EDITOR
\r
49 UPDATE FIELD "VacationDate" OF "RentalSpace"
50 DESCRIPTION "The date that this rental space was vacated. This only applies
\r
51 if AreaStatus = ""V""."
53 UPDATE TABLE "RentChargeLine"
54 DESCRIPTION "Stores a schedule of rent charges against a lease over time including rent review type
\r
57 UPDATE FIELD "RentChargeLineStatus" OF "RentChargeLine"
58 DESCRIPTION "The status of this rent charge line
\r
61 UPDATE FIELD "RentChargeLineStatus" OF "RentChargeLineStatus"
62 DESCRIPTION "The status of this rent charge line i.e
\r
63 REVW - Under review ( for a rent review )
\r
67 UPDATE TABLE "RentChargeType"
68 DESCRIPTION "The primary type of rental charge
\r
71 UPDATE FIELD "VacationDate" OF "RentSpaceHistory"
72 DESCRIPTION "The date that this rental space was vacated. This only applies
\r
73 if AreaStatus = ""V""."
75 UPDATE FIELD "Activity" OF "ReplLoadRule"
76 DESCRIPTION "The activity on which replication will take place.
\r
77 Create, Modify, Delete. CMD"
79 UPDATE FIELD "Activity" OF "ReplTrigger"
80 DESCRIPTION "The activity on which replication will take place.
\r
81 Create, Modify, Delete. CMD"
83 UPDATE FIELD "DocumentLocation" OF "TenancyLease"
84 DESCRIPTION "The current location of the lease
\r
85 Foreign key on the 'Note' table."
88 VALEXP "NOT CAN-FIND( FIRST AcctTran WHERE
\r
89 AcctTran.EntityType = 'T' AND
\r
90 AcctTran.EntityCode = Tenant.TenantCode )"
92 ADD FIELD "LoggedBy" OF "TenantCall" AS integer
93 DESCRIPTION "A reference to the person who logged this call."
103 COLUMN-LABEL "Logged By"
118 ADD FIELD "LastEmailDate" OF "TenantCall" AS date
119 DESCRIPTION "Date last email notification was sent to Building Manager."
125 HELP "The date on which last email was sent to Building Manager."
129 COLUMN-LABEL "EmailDate"
144 ADD FIELD "SendEmail" OF "TenantCall" AS logical
145 DESCRIPTION "Flag email to Building Manager required."
151 HELP "Send notification email to Building Manager."
153 LABEL "Email Building Manager"
155 COLUMN-LABEL "SendEmail"
170 UPDATE FIELD "Autostart" OF "UsrGroupMenu"
174 UPDATE FIELD "InvoiceReference" OF "Voucher"
175 DESCRIPTION "Reference to the invoice that the voucher applies to.
\r
178 UPDATE FIELD "OurOrderNo" OF "Voucher"
179 DESCRIPTION "Internal order number for this voucher.
\r
182 UPDATE FIELD "AccountCode" OF "Voucher"
183 DESCRIPTION "The code of the account that this voucher applies to.
\r
186 UPDATE FIELD "VoucherStatus" OF "Voucher"
187 DESCRIPTION "The code for the voucher status that this voucher applies to.
\r