This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
user_limits:start [2014/01/25 05:53] asok removed |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | =====User Limits===== | ||
- | Starting Version 5.4, the User Limits have been automated and the associated data table **zxlimits** have changed. You need to drop the old table and recreate it. Important fields are: | ||
- | |||
- | * Page: The page name,say, **opord**. | ||
- | * Command: The command that will be disabled if the value of the limit is exceeded. If restricted to a particular tab, use the form <command-name>|<tab-name>, say, **Approve|Order**. | ||
- | * Field: The field name whose value is being compared with, say, **xtotamt**. | ||
- | * Limit: The limit for the value of the Field, say, **10,000**, beyond which the command will be disabled. |