CatalogObject.<Catalog name>.SetNewCode
Syntax:
Parameters:
<CodePrefix> (optional)
String value of the prefix. If a prefix is specified, the new code will be generated with this prefix.
Description:
If a prefix is passed, the new code is set as follows: the system finds the maximum code with this prefix and selects the next higher value as a new code.
Availability:
Note:
Example:
Object.SetNewCode("Ent-"); |