18.3. Modifying an Attribute

To modify an attribute, use the command goldsh Attribute Modify:

goldsh Attribute Modify Object==<Object Name> Name==<Attribute Name> [Required=True|(False)] [Fixed=True|(False)] [Values=<Foreign Key or List of Values>] [DefaultValue=<Default Value>] [Sequence=<Integer Number>] [Hidden=<True|(False)>] [Description=<Description>] [ShowUsage:=True]

Caution

The goldsh control program allows you to make powerful and sweeping modifications to gold objects. Misuse of this command could result in the inadvertent modification of all attributes.

Example 18-5. Change User Organization values to not be restricted by foreign key

$ goldsh Attribute Modify Object==User Name==Organization Values=NULL

Successfully modified 1 Attribute