Previous  Next          Contents  Index  Glossary

Wfchmsga.sql

Use wfchmsga.sql to change the internal name of a message attribute. This script does not update the message subject/body references to the message attribute. You must manually update the message attribute references. See: Change the internal name of a workflow object.

Use the script as follows:

sqlplus <user/pwd> @wfchmsga <msg_type> <msg_name> <old_attr> <new_attr>

Replace <msg_type> with the item type of the message attribute you wish to update, replace <msg_name> with the internal name of the message that the message attribute belongs to, replace <old_attr> with the current internal name of the message attribute, and replace <new_attr> with the new internal name of the message attribute.


         Previous  Next          Contents  Index  Glossary