Siebel Developer's Reference > User Properties >

Revision Field


When the Revise method is used to create a new record as a copy of an existing record, this user property causes a field to prepopulate with the next value in an integer sequence. It is typically used to generate a version, or revision, number.

The Revision Copy Field user property can be used in conjunction with the Revision Field user property to produce numbered revisions of such things as quotes, orders, agreements, and so on.

See also Revision Copy Field n and Revise.

Value

The value of this user property must be the name of a field in the business component.

Usage

A typical example of the use of the Revision Copy Field and Revision Field user properties is to create an updated revision of a quote. On the Quote business component, add several Revision Copy Field user properties, including Revision Copy Field 1 with value Quote Number and Revision Copy Field 2 with value Credit Card Number. Add the Revision Field user property with value Revision.

When a new quote record is created by using the Revise method to copy an existing record, the Revision field contains the next number in the revision sequence (one more than the maximum value in the existing records). The Quote Number and Credit Card Number fields contain the same values as in the copied existing record.

You can inactivate or modify the values for this user property. You can also create new instances of this user property as needed.

Parent Object Type

Business Component

Functional Area

Revisions of various kinds of records

Siebel Developer's Reference